From a7c223ecae28abd830335bf1cad2b3d625d42366 Mon Sep 17 00:00:00 2001 From: Lex Rivera Date: Thu, 8 Jun 2023 13:35:02 -0700 Subject: [PATCH] yopass subcharts update, docs fix and chart version bump (#124) * yopass subcharts update, docs fix and chart version bump * newlines fix * replace trailing whitespaces with br linebreaks --- charts/yopass/Chart.lock | 8 ++++---- charts/yopass/Chart.yaml | 8 ++++---- charts/yopass/README.md | 16 ++++++++-------- charts/yopass/README.md.gotmpl | 10 +++++----- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/yopass/Chart.lock b/charts/yopass/Chart.lock index ae42ea50e..bdbc6124a 100644 --- a/charts/yopass/Chart.lock +++ b/charts/yopass/Chart.lock @@ -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" diff --git a/charts/yopass/Chart.yaml b/charts/yopass/Chart.yaml index d2d78d5c6..f76fe4457 100644 --- a/charts/yopass/Chart.yaml +++ b/charts/yopass/Chart.yaml @@ -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 diff --git a/charts/yopass/README.md b/charts/yopass/README.md index aa1d8a4fb..7a0c615a0 100644 --- a/charts/yopass/README.md +++ b/charts/yopass/README.md @@ -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 @@ -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
+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
## Values | Key | Type | Default | Description | diff --git a/charts/yopass/README.md.gotmpl b/charts/yopass/README.md.gotmpl index d2c8ba05c..115a3ab07 100644 --- a/charts/yopass/README.md.gotmpl +++ b/charts/yopass/README.md.gotmpl @@ -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
+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
{{ template "chart.valuesSection" . }} ## Upgrading