From 25215bb8e45afca00c8d4bf5c2f645145fce41cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20J=C3=A1ky?= Date: Wed, 21 Jun 2023 16:35:16 +0200 Subject: [PATCH] chore: updated K8s and Vault versions to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: András Jáky --- .github/workflows/ci.yaml | 6 +++--- deploy/charts/vault-secrets-webhook/values.yaml | 2 +- docker-compose.yaml | 2 +- e2e/deploy/vault-secrets-webhook/values.yaml | 2 +- e2e/deploy/vault/vault.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7563b2f1..ac34ff76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - vault_version: ["1.10.11", "1.11.10", "1.12.6", "1.13.2"] + vault_version: ["1.10.11", "1.11.11", "1.12.7", "1.13.3"] services: vault: @@ -167,8 +167,8 @@ jobs: needs: [artifacts] strategy: matrix: - k8s_version: ["v1.24.13", "v1.25.9", "v1.26.4", "v1.27.1"] - # vault_version: ["1.10.11", "1.11.10", "1.12.6", "1.13.2"] + k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"] + # vault_version: ["1.10.11", "1.11.11", "1.12.7", "1.13.3"] steps: - name: Checkout repository diff --git a/deploy/charts/vault-secrets-webhook/values.yaml b/deploy/charts/vault-secrets-webhook/values.yaml index b9ca4d2b..3d561b44 100644 --- a/deploy/charts/vault-secrets-webhook/values.yaml +++ b/deploy/charts/vault-secrets-webhook/values.yaml @@ -52,7 +52,7 @@ vaultEnv: tag: "v1.20.1" env: - VAULT_IMAGE: vault:1.13.2 + VAULT_IMAGE: vault:1.13.3 # VAULT_CAPATH: /vault/tls # # Used when the pod that should get secret injected does not # # specify an imagePullSecret diff --git a/docker-compose.yaml b/docker-compose.yaml index c3867fd5..7bcad8d1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: vault: - image: vault:1.13.2 + image: vault:1.13.3 ports: - 127.0.0.1:8200:8200 environment: diff --git a/e2e/deploy/vault-secrets-webhook/values.yaml b/e2e/deploy/vault-secrets-webhook/values.yaml index 674c1126..9e8a9590 100644 --- a/e2e/deploy/vault-secrets-webhook/values.yaml +++ b/e2e/deploy/vault-secrets-webhook/values.yaml @@ -9,4 +9,4 @@ podsFailurePolicy: "Fail" secretsFailurePolicy: "Fail" env: - VAULT_IMAGE: vault:1.13.2 + VAULT_IMAGE: vault:1.13.3 diff --git a/e2e/deploy/vault/vault.yaml b/e2e/deploy/vault/vault.yaml index 6cd91d38..864a96b2 100644 --- a/e2e/deploy/vault/vault.yaml +++ b/e2e/deploy/vault/vault.yaml @@ -4,7 +4,7 @@ metadata: name: "vault" spec: size: 1 - image: vault:1.13.2 + image: vault:1.13.3 # Specify the ServiceAccount where the Vault Pod and the Bank-Vaults configurer/unsealer is running serviceAccount: vault