Skip to content

Commit

Permalink
yopass subcharts update, docs fix and chart version bump (#124)
Browse files Browse the repository at this point in the history
* yopass subcharts update, docs fix and chart version bump

* newlines fix

* replace trailing whitespaces with br linebreaks
  • Loading branch information
rlex authored Jun 8, 2023
1 parent 471d3c9 commit a7c223e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions charts/yopass/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 6.2.3
version: 6.5.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.1.2
digest: sha256:644d638195f4047cc90c4828f8926b7707d52046081abf9bb695d3effdaae33c
generated: "2022-08-31T14:30:43.627812535Z"
version: 17.11.3
digest: sha256:d343000cd82766cc14f73dce9192145c5915caa03138f4896fe4df0a2775b274
generated: "2023-06-08T13:24:59.540013-07:00"
8 changes: 4 additions & 4 deletions charts/yopass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ home: https://github.com/jhaals/yopass
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 11.5.0
appVersion: 11.5.1
dependencies:
- name: memcached
version: "6.2.3"
version: "6.5.2"
repository: "https://charts.bitnami.com/bitnami"
condition: memcached.enabled
- name: redis
version: "17.1.2"
version: "17.11.3"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
16 changes: 8 additions & 8 deletions charts/yopass/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yopass

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.5.0](https://img.shields.io/badge/AppVersion-11.5.0-informational?style=flat-square)
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.5.1](https://img.shields.io/badge/AppVersion-11.5.1-informational?style=flat-square)

Secure sharing for secrets, passwords and files

Expand All @@ -12,15 +12,15 @@ Secure sharing for secrets, passwords and files

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 6.2.3 |
| https://charts.bitnami.com/bitnami | redis | 17.1.2 |
| https://charts.bitnami.com/bitnami | memcached | 6.5.2 |
| https://charts.bitnami.com/bitnami | redis | 17.11.3 |

## Usage
Yopass supports redis and memcached databases. Which one it uses is controlled by yopass.database value
By default, it will be deployed with memcached database (managed by bitnami/memcached subchart)
If you want to use redis, set redis.enabled to "true', memcached.enabled to "false" and yopass.database to 'redis".
You can also use redis or memcached instance not managed by this chart by setting both redis.enabled and memcached.enabled to "false" and using yopass.redisUrl / yopass.memcachedUrl to point to database of your choice
You can also customize redis and memcached subcharts by using redis and memcached values provided by bitnami/redis and bitnami/memcached charts.
Yopass supports redis and memcached databases. Which one it uses is controlled by yopass.database value<br>
By default, it will be deployed with memcached database (managed by bitnami/memcached subchart)<br>
If you want to use redis, set redis.enabled to "true', memcached.enabled to "false" and yopass.database to 'redis"<br>
You can also use redis or memcached instance not managed by this chart by setting both redis.enabled and memcached.enabled to "false" and using yopass redisUrl / yopass.memcachedUrl to point to database of your choice<br>
You can also customize redis and memcached subcharts by using redis and memcached values provided by bitnami/redis and bitnami/memcached charts<br>
## Values

| Key | Type | Default | Description |
Expand Down
10 changes: 5 additions & 5 deletions charts/yopass/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
{{ template "chart.requirementsSection" . }}

## Usage
Yopass supports redis and memcached databases. Which one it uses is controlled by yopass.database value
By default, it will be deployed with memcached database (managed by bitnami/memcached subchart)
If you want to use redis, set redis.enabled to "true', memcached.enabled to "false" and yopass.database to 'redis".
You can also use redis or memcached instance not managed by this chart by setting both redis.enabled and memcached.enabled to "false" and using yopass.redisUrl / yopass.memcachedUrl to point to database of your choice
You can also customize redis and memcached subcharts by using redis and memcached values provided by bitnami/redis and bitnami/memcached charts.
Yopass supports redis and memcached databases. Which one it uses is controlled by yopass.database value<br>
By default, it will be deployed with memcached database (managed by bitnami/memcached subchart)<br>
If you want to use redis, set redis.enabled to "true', memcached.enabled to "false" and yopass.database to 'redis"<br>
You can also use redis or memcached instance not managed by this chart by setting both redis.enabled and memcached.enabled to "false" and using yopass redisUrl / yopass.memcachedUrl to point to database of your choice<br>
You can also customize redis and memcached subcharts by using redis and memcached values provided by bitnami/redis and bitnami/memcached charts<br>
{{ template "chart.valuesSection" . }}

## Upgrading
Expand Down

0 comments on commit a7c223e

Please sign in to comment.