Skip to content

Commit

Permalink
Update yopass to 11.15.0 (#131)
Browse files Browse the repository at this point in the history
* Update yopass to 11.15.0 and remove forced tag

Tag value is not needed, helm uses appVersion

* Restore tag value for the renovate bot
  • Loading branch information
Micht69 authored Nov 28, 2023
1 parent e34fcdc commit 07d165f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/yopass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/yopass/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion charts/yopass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07d165f

Please sign in to comment.