chore: Update manifests after change

This commit is contained in:
2026-04-25 02:59:58 +00:00
parent 3e8f57a520
commit 263f2b770d
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ spec:
envFrom: envFrom:
- secretRef: - secretRef:
name: vault-snapshot-agent-role name: vault-snapshot-agent-role
image: hashicorp/vault:1.21.4@sha256:4e33b126a59c0c333b76fb4e894722462659a6bec7c48c9ee8cea56fccfd2569 image: hashicorp/vault:2.0.0@sha256:e40c741ed95bb271425e3e6ca6c222d620cf8682f6f7a1b1e7c9d49d0aba484b
name: snapshot name: snapshot
volumeMounts: volumeMounts:
- mountPath: /opt/backup - mountPath: /opt/backup

View File

@@ -8,7 +8,7 @@ metadata:
spec: spec:
containers: containers:
- name: vault-server-test - name: vault-server-test
image: hashicorp/vault:1.21.4@sha256:4e33b126a59c0c333b76fb4e894722462659a6bec7c48c9ee8cea56fccfd2569 image: hashicorp/vault:2.0.0@sha256:e40c741ed95bb271425e3e6ca6c222d620cf8682f6f7a1b1e7c9d49d0aba484b
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: VAULT_ADDR - name: VAULT_ADDR

View File

@@ -59,7 +59,7 @@ spec:
requests: requests:
cpu: 50m cpu: 50m
memory: 512Mi memory: 512Mi
image: hashicorp/vault:1.21.4@sha256:4e33b126a59c0c333b76fb4e894722462659a6bec7c48c9ee8cea56fccfd2569 image: hashicorp/vault:2.0.0@sha256:e40c741ed95bb271425e3e6ca6c222d620cf8682f6f7a1b1e7c9d49d0aba484b
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- "/bin/sh" - "/bin/sh"