Update vault-manager image tag

Using the correct tag now that tag management has been completed. Also
removes a jq call that was causing problems in the new image is no
longer required

Story: 2007718
Task: 40374

Change-Id: I9429c6334dfceed6d1ae3286b668e25001c927b0
Signed-off-by: Cole Walker <cole.walker@windriver.com>
This commit is contained in:
Cole Walker 2020-07-23 19:19:26 -04:00
parent a287eeacad
commit 75ede556c2
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ data:
# Simply calls the status check of a vault, used to check if it is initialized, unsealed, or part of raft cluster
function vaultServerStatus {
curl --cacert $CERT -s https://$row.$DOMAIN:8200/v1/sys/health | jq
curl --cacert $CERT -s https://$row.$DOMAIN:8200/v1/sys/health
}
@ -168,7 +168,7 @@ spec:
serviceAccountName: "{{ template "vault.fullname" . }}"
containers:
- name: manager
image: cwalops/k8
image: starlingx/stx-vault-manager:stx.5.0-v1.18.3
imagePullPolicy: "{{ .Values.injector.image.pullPolicy }}"
args:
- bash