Skip to content

Commit 4e7fe07

Browse files
Fix missing prefix (#719)
* fix vault-init missing backup-prefix * docs: automated helm-docs action --------- Co-authored-by: GlueOps <[email protected]>
1 parent 83f974e commit 4e7fe07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: v0.1.0
33
description: This chart deploys the GlueOps Platform
44
name: glueops-platform
5-
version: 0.59.1
5+
version: 0.59.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# glueops-platform
22

3-
![Version: 0.59.1](https://img.shields.io/badge/Version-0.59.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.59.2](https://img.shields.io/badge/Version-0.59.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
This chart deploys the GlueOps Platform
66

templates/application-vault-init-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ spec:
9191
- name: CAPTAIN_DOMAIN
9292
value: "{{ .Values.captain_domain }}"
9393
- name: BACKUP_PREFIX
94-
value: "hashicorp-vault-backups"
94+
value: "backups_with_expiration_enabled/hashicorp-vault-backups"
9595
- name: RESTORE_THIS_BACKUP
9696
value: ""

0 commit comments

Comments
 (0)