diff --git a/charts/yopass/Chart.yaml b/charts/yopass/Chart.yaml index f76fe4457..e0c999cd9 100644 --- a/charts/yopass/Chart.yaml +++ b/charts/yopass/Chart.yaml @@ -19,13 +19,13 @@ 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.7.0 +version: 0.7.1 # 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.1 +appVersion: 11.15.0 dependencies: - name: memcached version: "6.5.2" diff --git a/charts/yopass/README.md b/charts/yopass/README.md index 7a0c615a0..8358259d6 100644 --- a/charts/yopass/README.md +++ b/charts/yopass/README.md @@ -1,6 +1,6 @@ # yopass -![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) +![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.15.0](https://img.shields.io/badge/AppVersion-11.15.0-informational?style=flat-square) Secure sharing for secrets, passwords and files @@ -33,7 +33,7 @@ You can also customize redis and memcached subcharts by using redis and memcache | fullnameOverride | string | `""` | Overrides helm-generated chart fullname | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"jhaals/yopass"` | Image repository | -| image.tag | string | `"11.5.0"` | Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"11.15.0"` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | specifies pull secrets for image repository | | ingress.annotations | object | `{}` | additional annotations for ingress | | ingress.className | string | `""` | specifies ingress class name (ie nginx) | diff --git a/charts/yopass/values.yaml b/charts/yopass/values.yaml index f085536f2..1a2030e33 100644 --- a/charts/yopass/values.yaml +++ b/charts/yopass/values.yaml @@ -18,7 +18,7 @@ image: # -- Image pull policy pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: "11.5.0" + tag: "11.15.0" serviceAccount: # -- Specifies whether a service account should be created