Skip to content

Commit 9920506

Browse files
authored
Merge pull request #157 from bank-vaults/chore/release
chore: prepare for v1.20.3
2 parents 81acc64 + 97e8d18 commit 9920506

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
@@ -31,7 +31,7 @@ import (
3131

3232
var (
3333
vaultVersion = "latest"
34-
bankVaultsVersion = "v1.31.0"
34+
bankVaultsVersion = "v1.31.1"
3535
)
3636

3737
// 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.0"` | Container image tag |
177+
| `unsealer.image.tag` | string | `"v1.31.1"` | 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.0"
266+
tag: "v1.31.1"
267267
# -- Container image pull policy
268268
pullPolicy: IfNotPresent
269269

0 commit comments

Comments
 (0)