Skip to content

Commit

Permalink
chore(etcd-backup): bump to 1.8.1 (#1206)
Browse files Browse the repository at this point in the history
chore(etcd-backup): add missing secret item, remove whitespace & bump to 1.8.1

Signed-off-by: Valentin Maillot <[email protected]>
  • Loading branch information
vmaillot authored Feb 29, 2024
1 parent ae824c9 commit 9dc0475
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/openshift-etcd-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: openshift-etcd-backup
description: Chart for openshift-etcd-backup solution
type: application
version: 1.8.0
appVersion: v1.8.0
version: 1.8.1
appVersion: v1.8.1
keywords:
- openshift-etcd-backup
- openshift
Expand Down
2 changes: 1 addition & 1 deletion charts/openshift-etcd-backup/README.md

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

3 changes: 2 additions & 1 deletion charts/openshift-etcd-backup/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{{- if and (.Values.persistence.s3.enabled) (not .Values.persistence.s3.existingSecret) }}
{{- if and (.Values.persistence.s3.enabled) (not .Values.persistence.s3.existingSecret) }}
apiVersion: v1
kind: Secret
metadata:
labels:
{{- include "openshift-etcd-backup.labels" . | nindent 4 }}
name: {{ include "openshift-etcd-backup.fullname" . }}-secret
data:
OCP_BACKUP_S3: "{{ .Values.persistence.s3.enabled | b64enc }}"
OCP_BACKUP_S3_NAME: "{{ .Values.persistence.s3.name | b64enc }}"
OCP_BACKUP_S3_HOST: "{{ .Values.persistence.s3.host | b64enc }}"
OCP_BACKUP_S3_BUCKET: "{{ .Values.persistence.s3.bucket | b64enc }}"
Expand Down

0 comments on commit 9dc0475

Please sign in to comment.