Skip to content

Commit

Permalink
chore: bump versions for releases (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic authored Feb 24, 2024
1 parent 183629e commit 00d647c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]

services:
vault:
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
strategy:
matrix:
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
# vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
# vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/vault-secrets-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart.
| `webhookClientConfig.useUrl` | bool | `false` | Use url if webhook should be contacted over loadbalancer or ingress instead of service object. By default, the mutating webhook uses the service of the webhook directly to contact webhook. |
| `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol |
| `vaultEnv.repository` | string | `"ghcr.io/bank-vaults/vault-env"` | Container image repo that contains the vault-env container |
| `vaultEnv.tag` | string | `"v1.21.1"` | Container image tag for the vault-env container |
| `vaultEnv.tag` | string | `"v1.21.3"` | Container image tag for the vault-env container |
| `env` | object | `{}` | Custom environment variables available to webhook |
| `initContainers` | list | `[]` | Containers to run before the webhook containers are started |
| `metrics.enabled` | bool | `false` | Enable metrics service for the webhook |
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/vault-secrets-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ vaultEnv:
# -- Container image repo that contains the vault-env container
repository: ghcr.io/bank-vaults/vault-env
# -- Container image tag for the vault-env container
tag: "v1.21.1"
tag: "v1.21.3"

# -- Custom environment variables available to webhook
env: {}
## -- Vault image
# VAULT_IMAGE: hashicorp/vault:1.14.1
# VAULT_IMAGE: hashicorp/vault:1.14.8
# 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: hashicorp/vault:1.14.1
image: hashicorp/vault:1.14.8
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
@@ -1,5 +1,5 @@
env:
VAULT_IMAGE: hashicorp/vault:1.14.1
VAULT_IMAGE: hashicorp/vault:1.14.8

replicaCount: 1

Expand Down
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: hashicorp/vault:1.14.1
image: hashicorp/vault:1.14.8

# Specify the ServiceAccount where the Vault Pod and the Bank-Vaults configurer/unsealer is running
serviceAccount: vault
Expand Down
2 changes: 1 addition & 1 deletion e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
)

// Upgrade this when a new version is released
const vaultOperatorVersion = "1.20.0"
const vaultOperatorVersion = "1.22.0"

var testenv env.Environment

Expand Down
2 changes: 1 addition & 1 deletion garden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
namespace: vault-operator
chart:
name: oci://ghcr.io/bank-vaults/helm-charts/vault-operator
version: "1.20.0"
version: "1.22.0"

---
kind: Deploy
Expand Down

0 comments on commit 00d647c

Please sign in to comment.