Skip to content

Commit

Permalink
chore: prepare for v1.20.2 (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic authored Feb 26, 2024
1 parent f4cd538 commit 5fa23be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
matrix:
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

var (
vaultVersion = "latest"
bankVaultsVersion = "1.20.0"
bankVaultsVersion = "v1.31.0"
)

// Installing the operator helm chart before testing
Expand Down
2 changes: 1 addition & 1 deletion vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
name: vault
version: 0.0.0
appVersion: 1.14.1
appVersion: 1.14.8
description: A tool for secrets management, encryption as a service, and privileged access management
icon: https://raw.githubusercontent.com/hashicorp/vault/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The following table lists the configurable parameters of the Helm chart.
| `replicaCount` | int | `1` | Number of replicas |
| `strategy.type` | string | `"RollingUpdate"` | Update strategy to use for Vault StatefulSet |
| `image.repository` | string | `"hashicorp/vault"` | Container image repo that contains HashiCorp Vault |
| `image.tag` | string | `"1.14.1"` | Container image tag |
| `image.tag` | string | `"1.14.8"` | Container image tag |
| `image.pullPolicy` | string | `"IfNotPresent"` | Container image pull policy |
| `service.name` | string | `"vault"` | Vault service name |
| `service.type` | string | `"ClusterIP"` | Vault service type |
Expand Down 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 | `"1.20.4"` | Container image tag |
| `unsealer.image.tag` | string | `"v1.31.0"` | 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
4 changes: 2 additions & 2 deletions vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
# -- Container image repo that contains HashiCorp Vault
repository: hashicorp/vault
# -- Container image tag
tag: 1.14.1
tag: 1.14.8
# -- Container image pull policy
pullPolicy: IfNotPresent

Expand Down 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: "1.20.4"
tag: "v1.31.0"
# -- Container image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 5fa23be

Please sign in to comment.