diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a35eb175069ca811db00d3b6c54a21c1d7dd84..5a54827333f801f7ceed8f64303d171354b65594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.29.1-bb.8] - 2025-02-27 + +### Changed + +- registry1.dso.mil/ironbank/hashicorp/vault-csi-provider v1.6.0 -> 1.5.0 + ## [0.29.1-bb.7] - 2025-02-27 ### Changed diff --git a/README.md b/README.md index 919c8f97b5d69ec0ba5f376919ebd5a5ad10758f..a91d1b1b3ae3c2f46a115b24a6948684a7b86077 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # vault -   +   Official HashiCorp Vault Chart @@ -279,7 +279,7 @@ helm install vault chart/ | ui.annotations | object | `{}` | | | csi.enabled | bool | `false` | | | csi.image.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault-csi-provider"` | | -| csi.image.tag | string | `"v1.6.0"` | | +| csi.image.tag | string | `"v1.5.0"` | | | csi.image.pullPolicy | string | `"IfNotPresent"` | | | csi.volumes | string | `nil` | | | csi.volumeMounts | string | `nil` | | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 54bc4175ae919d495f1655367d72114470be7de5..f489f859d2617cf09c821a15885f88398530f04e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vault -version: '0.29.1-bb.7' +version: '0.29.1-bb.8' appVersion: 1.18.5 kubeVersion: ">= 1.20.0-0" description: Official HashiCorp Vault Chart diff --git a/chart/values.yaml b/chart/values.yaml index 417d48a7344c5b354ea9dd31fe4d62f456983533..f8214913f6ea450190a052c2e45d06180b70621f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1151,7 +1151,7 @@ csi: image: repository: "registry1.dso.mil/ironbank/hashicorp/vault-csi-provider" - tag: "v1.6.0" + tag: "v1.5.0" pullPolicy: IfNotPresent # volumes is a list of volumes made available to all containers. These are rendered @@ -1203,6 +1203,7 @@ csi: # This should be a YAML map of the labels to apply to the csi provider daemonSet extraLabels: {} # security context for the pod template and container in the csi provider daemonSet + # If csi provider is enabled, you will need to set these values to run as root securityContext: pod: runAsNonRoot: true