Skip to content

Commit

Permalink
fix(kubernetes-etcd-backup): bump appVersion to v1.2.0 (#1322)
Browse files Browse the repository at this point in the history
* chore(): bump appVersion to v1.2.0 and remove latest hardcoding as default image tag

Signed-off-by: Valentin Maillot <[email protected]>
  • Loading branch information
vmaillot authored Sep 27, 2024
1 parent e78f548 commit 1612fe6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions charts/kubernetes-etcd-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: kubernetes-etcd-backup
description: Chart for kubernetes-etcd-backup solution
type: application
version: 1.3.0
appVersion: v1.0.6
version: 1.4.0
appVersion: v1.2.0
keywords:
- kubernetes-etcd-backup
- kubernetes
Expand All @@ -18,6 +18,10 @@ maintainers:
email: [email protected]
url: https://adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "Add insecureSkipTlsVerify flag"
description: "bump appVersion to v1.2.0 and remove latest default tag"
links:
- name: "kubernetes-etcd-backup v1.2.0"
url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.2.0
4 changes: 2 additions & 2 deletions charts/kubernetes-etcd-backup/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/kubernetes-etcd-backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ image:
# -- Image pull policy configuration
pullPolicy: Always
# -- Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: ""

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 1612fe6

Please sign in to comment.