Skip to content

Commit 52883bf

Browse files
authored
chore: prepare release (#206)
Signed-off-by: Bence Csati <[email protected]>
1 parent c4d20df commit 52883bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: test/acceptance_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
var (
3232
vaultVersion = "latest"
33-
bankVaultsVersion = "v1.31.1"
33+
bankVaultsVersion = "v1.31.2"
3434
)
3535

3636
// Installing the operator helm chart before testing

Diff for: vault/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following table lists the configurable parameters of the Helm chart.
174174
| `vault.config` | object | `{}` | A YAML representation of the final Vault config file. Check: <https://developer.hashicorp.com/vault/docs/configuration> |
175175
| `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: <https://bank-vaults.dev/docs/external-configuration/> |
176176
| `unsealer.image.repository` | string | `"ghcr.io/bank-vaults/bank-vaults"` | Container image repo that contains Bank-Vaults |
177-
| `unsealer.image.tag` | string | `"v1.31.1"` | Container image tag |
177+
| `unsealer.image.tag` | string | `"v1.31.2"` | Container image tag |
178178
| `unsealer.image.pullPolicy` | string | `"IfNotPresent"` | Container image pull policy |
179179
| `statsd.image.repository` | string | `"prom/statsd-exporter"` | Container image repo that contains StatsD Prometheus exporter |
180180
| `statsd.image.tag` | string | `"latest"` | Container image tag |

Diff for: vault/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ unsealer:
263263
# -- Container image repo that contains Bank-Vaults
264264
repository: ghcr.io/bank-vaults/bank-vaults
265265
# -- Container image tag
266-
tag: "v1.31.1"
266+
tag: "v1.31.2"
267267
# -- Container image pull policy
268268
pullPolicy: IfNotPresent
269269

0 commit comments

Comments
 (0)