diff --git a/k8s/k8s-deployment-descriptor-template-prod.yaml b/k8s/k8s-deployment-descriptor-template-prod.yaml index f61a2ca67e..0f22045915 100644 --- a/k8s/k8s-deployment-descriptor-template-prod.yaml +++ b/k8s/k8s-deployment-descriptor-template-prod.yaml @@ -37,7 +37,7 @@ spec: - name: VAULT_ADDR # This isn't required in prod but must be set for dev value: active.vault.service.${dc}.consul:8200 name: secrets - image: artifactory.wikia-inc.com/ops/init-vault:0.0.41 + image: artifactory.wikia-inc.com/ops/init-vault:0.13 imagePullPolicy: Always volumeMounts: # vault auth cert is read from here - name: secrets-dir # secrets are stored here diff --git a/k8s/k8s-deployment-descriptor-template.yaml b/k8s/k8s-deployment-descriptor-template.yaml index cd1db24637..c5357eb0ee 100644 --- a/k8s/k8s-deployment-descriptor-template.yaml +++ b/k8s/k8s-deployment-descriptor-template.yaml @@ -40,7 +40,7 @@ spec: - name: VAULT_ADDR # This isn't required in prod but must be set for dev value: active.vault.service.${dc}.consul:8200 name: secrets - image: artifactory.wikia-inc.com/ops/init-vault:0.0.41 + image: artifactory.wikia-inc.com/ops/init-vault:0.13 imagePullPolicy: Always volumeMounts: # vault auth cert is read from here - name: secrets-dir # secrets are stored here