From 52883bf38128a16a49e3151179854b94cadaeeb8 Mon Sep 17 00:00:00 2001 From: Bence Csati <113284287+csatib02@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:12:36 +0200 Subject: [PATCH] chore: prepare release (#206) Signed-off-by: Bence Csati --- test/acceptance_test.go | 2 +- vault/README.md | 2 +- vault/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/acceptance_test.go b/test/acceptance_test.go index 0562db6..bb7bfdd 100644 --- a/test/acceptance_test.go +++ b/test/acceptance_test.go @@ -30,7 +30,7 @@ import ( var ( vaultVersion = "latest" - bankVaultsVersion = "v1.31.1" + bankVaultsVersion = "v1.31.2" ) // Installing the operator helm chart before testing diff --git a/vault/README.md b/vault/README.md index 40ee51d..f80a34c 100644 --- a/vault/README.md +++ b/vault/README.md @@ -174,7 +174,7 @@ The following table lists the configurable parameters of the Helm chart. | `vault.config` | object | `{}` | A YAML representation of the final Vault config file. Check: | | `vault.externalConfig` | object | `{}` | A YAML representation of dynamic config data used by Bank-Vaults. Bank-Vaults will use this data to continuously configure Vault. Check: | | `unsealer.image.repository` | string | `"ghcr.io/bank-vaults/bank-vaults"` | Container image repo that contains Bank-Vaults | -| `unsealer.image.tag` | string | `"v1.31.1"` | Container image tag | +| `unsealer.image.tag` | string | `"v1.31.2"` | Container image tag | | `unsealer.image.pullPolicy` | string | `"IfNotPresent"` | Container image pull policy | | `statsd.image.repository` | string | `"prom/statsd-exporter"` | Container image repo that contains StatsD Prometheus exporter | | `statsd.image.tag` | string | `"latest"` | Container image tag | diff --git a/vault/values.yaml b/vault/values.yaml index e325b43..c90f1af 100644 --- a/vault/values.yaml +++ b/vault/values.yaml @@ -263,7 +263,7 @@ unsealer: # -- Container image repo that contains Bank-Vaults repository: ghcr.io/bank-vaults/bank-vaults # -- Container image tag - tag: "v1.31.1" + tag: "v1.31.2" # -- Container image pull policy pullPolicy: IfNotPresent