Skip to content

Commit

Permalink
chore: updated K8s and Vault versions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <ajaky@cisco.com>
  • Loading branch information
akijakya committed Jun 21, 2023
1 parent cbc0918 commit 25215bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/vault-secrets-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion e2e/deploy/vault-secrets-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ podsFailurePolicy: "Fail"
secretsFailurePolicy: "Fail"

env:
VAULT_IMAGE: vault:1.13.2
VAULT_IMAGE: vault:1.13.3
2 changes: 1 addition & 1 deletion e2e/deploy/vault/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25215bb

Please sign in to comment.