UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 37764439 authored by Michael Martin's avatar Michael Martin
Browse files

Resolve "vault-csi-provider image tag is incorrect"

parent 0eb6f4e5
No related branches found
Tags 0.29.0-bb.1
1 merge request!223Resolve "vault-csi-provider image tag is incorrect"
......@@ -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
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# vault
![Version: 0.29.1-bb.7](https://img.shields.io/badge/Version-0.29.1--bb.7-informational?style=flat-square) ![AppVersion: 1.18.5](https://img.shields.io/badge/AppVersion-1.18.5-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 0.29.1-bb.8](https://img.shields.io/badge/Version-0.29.1--bb.8-informational?style=flat-square) ![AppVersion: 1.18.5](https://img.shields.io/badge/AppVersion-1.18.5-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
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` | |
......
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment