Skip to content

Commit

Permalink
feat(): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertgruszka committed Dec 23, 2024
1 parent 054195c commit 3cd7ec7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.4.1
appVersion: v1.2.1
version: 1.5.1
appVersion: v1.3.1
keywords:
- kubernetes-etcd-backup
- kubernetes
Expand All @@ -21,7 +21,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "bump appVersion to v1.2.1"
description: "bump appVersion to v1.3.1"
links:
- name: "kubernetes-etcd-backup v1.2.1"
url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.2.1
- name: "kubernetes-etcd-backup v1.3.1"
url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.3.1
4 changes: 2 additions & 2 deletions charts/kubernetes-etcd-backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ spec:
mountPath: /etc/kubernetes/pki/etcd-peer
- name: etcd-server-ca
mountPath: /etc/kubernetes/pki/etcd-ca
{{- if or .Values.persistence.nfs.enabled .Values.persistence.provisioning.enabled }}
- name: volume-backup
mountPath: /backup
{{- end }}
{{- if .Values.extraVolumeMounts }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- end }}
Expand All @@ -66,6 +64,8 @@ spec:
{{- else if .Values.persistence.existingClaim }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim }}
{{- else }}
emptyDir: {}
{{- end }}
{{- if .Values.extraVolumes }}
{{- toYaml .Values.extraVolumes | nindent 10 }}
Expand Down

0 comments on commit 3cd7ec7

Please sign in to comment.