From e30c755f67da0807ac49dba58b0b5c8a2bde9e7b Mon Sep 17 00:00:00 2001 From: Mateusz Rybarski Date: Wed, 23 Jun 2021 08:09:32 +0200 Subject: [PATCH] SITE | update init-vault --- k8s/k8s-deployment-descriptor-template-prod.yaml | 2 +- k8s/k8s-deployment-descriptor-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/k8s-deployment-descriptor-template-prod.yaml b/k8s/k8s-deployment-descriptor-template-prod.yaml index 47e5f6a3d4d..6f1602b50a3 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 5906590d59a..2179352aeb1 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