Update helm charts for new vm docker image
Updating helm charts with the latest vault manager docker image tag. Test Plan: PASS Vault sanity PASS Check for installation of correct image Story: 2010930 Task: 49526 Depends-On: https://review.opendev.org/c/starlingx/root/+/908336 Change-Id: I54d33f7c9c8d58df7424c51f9bf366d8746264f0 Signed-off-by: Tae Park <tae.park@windriver.com>
This commit is contained in:
parent
4f504c064c
commit
fae21895d7
@ -12,7 +12,7 @@ global:
|
|||||||
manager:
|
manager:
|
||||||
image:
|
image:
|
||||||
repository: starlingx/stx-vault-manager
|
repository: starlingx/stx-vault-manager
|
||||||
tag: stx.9.0-v1.28.4
|
tag: stx.9.0-v1.28.6-1
|
||||||
tolerations: |
|
tolerations: |
|
||||||
- key: "node-role.kubernetes.io/master"
|
- key: "node-role.kubernetes.io/master"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
|
@ -33,7 +33,7 @@ index 9e35ac8..3e311d6 100644
|
|||||||
+manager:
|
+manager:
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: starlingx/stx-vault-manager
|
+ repository: starlingx/stx-vault-manager
|
||||||
+ tag: stx.9.0-v1.28.4
|
+ tag: stx.9.0-v1.28.6-1
|
||||||
+
|
+
|
||||||
+ # Rate at which vault-manager checks status of vault servers.
|
+ # Rate at which vault-manager checks status of vault servers.
|
||||||
+ # After initialization of the raft, Vault manager will loop forever
|
+ # After initialization of the raft, Vault manager will loop forever
|
||||||
|
Loading…
Reference in New Issue
Block a user