UNCLASSIFIED - NO CUI

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

Update Ironbank

parent 0c834537
No related branches found
Tags 0.29.0-bb.1
1 merge request!208Update Ironbank
......@@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [0.28.1-bb.12] - 2024-11-06
### Changed
- Updated ironbank image to 1.18.1
- Updated gluon to 0.5.9
## [0.28.1-bb.11] - 2024-10-14
### 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.28.1-bb.11](https://img.shields.io/badge/Version-0.28.1--bb.11-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
![Version: 0.28.1-bb.12](https://img.shields.io/badge/Version-0.28.1--bb.12-informational?style=flat-square) ![AppVersion: 1.18.1](https://img.shields.io/badge/AppVersion-1.18.1-informational?style=flat-square)
Official HashiCorp Vault Chart
......@@ -75,7 +75,7 @@ helm install vault chart/
| injector.image.tag | string | `"v1.4.2"` | |
| injector.image.pullPolicy | string | `"IfNotPresent"` | |
| injector.agentImage.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault"` | |
| injector.agentImage.tag | string | `"1.18.0"` | |
| injector.agentImage.tag | string | `"1.18.1"` | |
| injector.agentDefaults.cpuLimit | string | `"500m"` | |
| injector.agentDefaults.cpuRequest | string | `"500m"` | |
| injector.agentDefaults.memLimit | string | `"250Mi"` | |
......@@ -145,7 +145,7 @@ helm install vault chart/
| server.enterpriseLicense.secretName | string | `""` | |
| server.enterpriseLicense.secretKey | string | `"license"` | |
| server.image.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault"` | |
| server.image.tag | string | `"1.18.0"` | |
| server.image.tag | string | `"1.18.1"` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.updateStrategyType | string | `"OnDelete"` | |
| server.logLevel | string | `""` | |
......@@ -308,7 +308,7 @@ helm install vault chart/
| csi.agent.enabled | bool | `true` | |
| csi.agent.extraArgs | list | `[]` | |
| csi.agent.image.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault"` | |
| csi.agent.image.tag | string | `"1.18.0"` | |
| csi.agent.image.tag | string | `"1.18.1"` | |
| csi.agent.image.pullPolicy | string | `"IfNotPresent"` | |
| csi.agent.logFormat | string | `"standard"` | |
| csi.agent.logLevel | string | `"info"` | |
......
......@@ -4,6 +4,6 @@ dependencies:
version: 6.0.3-bb.2
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.8
digest: sha256:ae1c975de0a40bb9432a5ab26718fb49d0100701c14ff074d6e80267eebd1567
generated: "2024-10-12T06:13:40.819154541Z"
version: 0.5.9
digest: sha256:6b345c30e774baf271bb35969424c4689702ac4a347435b9840ebe412acefed5
generated: "2024-11-06T07:27:52.652124059Z"
apiVersion: v2
name: vault
version: '0.28.1-bb.11'
appVersion: 1.18.0
version: '0.28.1-bb.12'
appVersion: 1.18.1
kubeVersion: ">= 1.20.0-0"
description: Official HashiCorp Vault Chart
home: https://www.vaultproject.io
......@@ -28,14 +28,14 @@ dependencies:
condition: minio.enabled
repository: oci://registry1.dso.mil/bigbang
- name: gluon
version: "0.5.8"
version: "0.5.9"
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Vault: 1.18.0
- Vault: 1.18.1
helm.sh/images: |
- name: vault
image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.0
image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.1
- name: vault-k8s
image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.4.2
- name: vault-csi-provider
......
File deleted
File added
......@@ -75,7 +75,7 @@ injector:
# required.
agentImage:
repository: "registry1.dso.mil/ironbank/hashicorp/vault"
tag: "1.18.0"
tag: "1.18.1"
# The default values for the injected Vault Agent containers.
agentDefaults:
......@@ -392,7 +392,7 @@ server:
image:
repository: "registry1.dso.mil/ironbank/hashicorp/vault"
tag: "1.18.0"
tag: "1.18.1"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent
......@@ -1237,7 +1237,7 @@ csi:
image:
repository: "registry1.dso.mil/ironbank/hashicorp/vault"
tag: "1.18.0"
tag: "1.18.1"
pullPolicy: IfNotPresent
logFormat: standard
......
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