Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Kraus authored and Karsten Kraus committed Oct 2, 2024
1 parent e23d966 commit 60fe3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/vault-raft-snapshot-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: vault-raft-snapshot-agent
type: application
version: 0.5.0
version: 0.5.1
appVersion: "v0.11.0"
description: Vault Raft Snapshot Agent takes periodic snapshots of Vault's Raft database and stores them on a local volume or an remote S3 bucket
keywords:
Expand Down
8 changes: 4 additions & 4 deletions charts/vault-raft-snapshot-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
component: snapshot-agent
{{- with .Values.deployment.extraLabels }}
{{ toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.deployment.extraAnnotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
Expand All @@ -37,12 +37,12 @@ spec:
app.kubernetes.io/managed-by: {{ .Release.Service }}
component: snapshot-agent
{{- with .Values.deployment.spec.extraLabels }}
{{ toYaml . | indent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
checksum/config: {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.deployment.spec.extraAnnotations }}
{{ toYaml . | indent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
restartPolicy: Always
Expand Down

0 comments on commit 60fe3a5

Please sign in to comment.