UNCLASSIFIED - NO CUI

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

Merge branch 'renovate/ironbank' into 'main'

chore(deps): update ironbank to v1.18.4

See merge request !221
parents 1f4bbfd6 c118b8d4
No related branches found
Tags 0.29.0-bb.1
1 merge request!221chore(deps): update ironbank to v1.18.4
Pipeline #3936146 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.29.1-bb.5] - 2025-02-05
### Changed
- Updated registry1.dso.mil/ironbank/hashicorp/vault (source) 1.18.3 -> 1.18.4
## [0.29.1-bb.4] - 2025-01-22
### 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.4](https://img.shields.io/badge/Version-0.29.1--bb.4-informational?style=flat-square) ![AppVersion: 1.18.3](https://img.shields.io/badge/AppVersion-1.18.3-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.5](https://img.shields.io/badge/Version-0.29.1--bb.5-informational?style=flat-square) ![AppVersion: 1.18.4](https://img.shields.io/badge/AppVersion-1.18.4-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
## Upstream References
- <https://www.vaultproject.io>
- <https://github.com/hashicorp/vault>
- <https://github.com/hashicorp/vault-helm>
- <https://github.com/hashicorp/vault-k8s>
......@@ -18,7 +17,6 @@ Official HashiCorp Vault Chart
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
......@@ -41,7 +39,7 @@ Kubernetes: `>= 1.20.0-0`
Install Helm
<https://helm.sh/docs/intro/install/>
https://helm.sh/docs/intro/install/
## Deployment
......@@ -72,10 +70,10 @@ helm install vault chart/
| injector.metrics.enabled | bool | `true` | |
| injector.externalVaultAddr | string | `""` | |
| injector.image.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s"` | |
| injector.image.tag | string | `"v1.6.0"` | |
| injector.image.tag | string | `"v1.6.1"` | |
| injector.image.pullPolicy | string | `"IfNotPresent"` | |
| injector.agentImage.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault"` | |
| injector.agentImage.tag | string | `"1.18.3"` | |
| injector.agentImage.tag | string | `"1.18.4"` | |
| injector.agentDefaults.cpuLimit | string | `"500m"` | |
| injector.agentDefaults.cpuRequest | string | `"500m"` | |
| injector.agentDefaults.memLimit | string | `"250Mi"` | |
......@@ -145,7 +143,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.3"` | |
| server.image.tag | string | `"1.18.4"` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.updateStrategyType | string | `"OnDelete"` | |
| server.logLevel | string | `""` | |
......@@ -309,7 +307,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.3"` | |
| csi.agent.image.tag | string | `"1.18.4"` | |
| csi.agent.image.pullPolicy | string | `"IfNotPresent"` | |
| csi.agent.logFormat | string | `"standard"` | |
| csi.agent.logLevel | string | `"info"` | |
......@@ -397,3 +395,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
apiVersion: v2
name: vault
version: '0.29.1-bb.4'
appVersion: 1.18.3
version: '0.29.1-bb.5'
appVersion: 1.18.4
kubeVersion: ">= 1.20.0-0"
description: Official HashiCorp Vault Chart
home: https://www.vaultproject.io
......@@ -33,10 +33,10 @@ dependencies:
annotations:
bigbang.dev/maintenanceTrack: bb_integrated
bigbang.dev/applicationVersions: |
- Vault: 1.18.3
- Vault: 1.18.4
helm.sh/images: |
- name: vault
image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.3
image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.4
- name: vault-k8s
image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.6.1
- name: vault-csi-provider
......
......@@ -75,7 +75,7 @@ injector:
# required.
agentImage:
repository: "registry1.dso.mil/ironbank/hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
# 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.3"
tag: "1.18.4"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent
......@@ -1242,7 +1242,7 @@ csi:
image:
repository: "registry1.dso.mil/ironbank/hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
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