Skip to content

Commit 5fa23be

Browse files
authored
chore: prepare for v1.20.2 (#109)
Signed-off-by: Ramiz Polic <[email protected]>
1 parent f4cd538 commit 5fa23be

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
matrix:
9999
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
100-
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
100+
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]
101101

102102
steps:
103103
- name: Checkout repository

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 = "1.20.0"
34+
bankVaultsVersion = "v1.31.0"
3535
)
3636

3737
// Installing the operator helm chart before testing

Diff for: vault/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
name: vault
44
version: 0.0.0
5-
appVersion: 1.14.1
5+
appVersion: 1.14.8
66
description: A tool for secrets management, encryption as a service, and privileged access management
77
icon: https://raw.githubusercontent.com/hashicorp/vault/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
88
keywords:

Diff for: vault/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following table lists the configurable parameters of the Helm chart.
142142
| `replicaCount` | int | `1` | Number of replicas |
143143
| `strategy.type` | string | `"RollingUpdate"` | Update strategy to use for Vault StatefulSet |
144144
| `image.repository` | string | `"hashicorp/vault"` | Container image repo that contains HashiCorp Vault |
145-
| `image.tag` | string | `"1.14.1"` | Container image tag |
145+
| `image.tag` | string | `"1.14.8"` | Container image tag |
146146
| `image.pullPolicy` | string | `"IfNotPresent"` | Container image pull policy |
147147
| `service.name` | string | `"vault"` | Vault service name |
148148
| `service.type` | string | `"ClusterIP"` | Vault service type |
@@ -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 | `"1.20.4"` | Container image tag |
177+
| `unsealer.image.tag` | string | `"v1.31.0"` | 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ image:
1717
# -- Container image repo that contains HashiCorp Vault
1818
repository: hashicorp/vault
1919
# -- Container image tag
20-
tag: 1.14.1
20+
tag: 1.14.8
2121
# -- Container image pull policy
2222
pullPolicy: IfNotPresent
2323

@@ -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: "1.20.4"
266+
tag: "v1.31.0"
267267
# -- Container image pull policy
268268
pullPolicy: IfNotPresent
269269

0 commit comments

Comments
 (0)