Skip to content

Commit

Permalink
chore: prepare release (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 authored Sep 25, 2024
1 parent c4d20df commit 52883bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

var (
vaultVersion = "latest"
bankVaultsVersion = "v1.31.1"
bankVaultsVersion = "v1.31.2"
)

// Installing the operator helm chart before testing
Expand Down
2 changes: 1 addition & 1 deletion vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://developer.hashicorp.com/vault/docs/configuration> |
| `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/> |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52883bf

Please sign in to comment.