diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a54827333f801f7ceed8f64303d171354b65594..0364ccf1364060cb4576dbe42f69debc9c96a2b9 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.9] - 2025-02-28 + +### Changed + +- registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s (source) v1.6.1 -> v1.6.2 + ## [0.29.1-bb.8] - 2025-02-27 ### Changed diff --git a/README.md b/README.md index a91d1b1b3ae3c2f46a115b24a6948684a7b86077..ab7bc2b765a3a7cb22e562750144283b7a6a5659 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 @@ -17,6 +17,7 @@ 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: | @@ -39,7 +40,7 @@ Kubernetes: `>= 1.20.0-0` Install Helm -https://helm.sh/docs/intro/install/ +<https://helm.sh/docs/intro/install/> ## Deployment @@ -70,7 +71,7 @@ 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.1"` | | +| injector.image.tag | string | `"v1.6.2"` | | | injector.image.pullPolicy | string | `"IfNotPresent"` | | | injector.agentImage.repository | string | `"registry1.dso.mil/ironbank/hashicorp/vault"` | | | injector.agentImage.tag | string | `"1.18.5"` | | @@ -395,4 +396,3 @@ 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)._ - diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f489f859d2617cf09c821a15885f88398530f04e..50830fb6229a3dc7bcc9b481e408eb4a77cb375a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vault -version: '0.29.1-bb.8' +version: '0.29.1-bb.9' appVersion: 1.18.5 kubeVersion: ">= 1.20.0-0" description: Official HashiCorp Vault Chart @@ -38,7 +38,7 @@ annotations: - name: vault image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.5 - name: vault-k8s - image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.6.1 + image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.6.2 - name: vault-csi-provider condition: csi.enabled image: registry1.dso.mil/ironbank/hashicorp/vault-csi-provider:v1.5.0 diff --git a/chart/values.yaml b/chart/values.yaml index f8214913f6ea450190a052c2e45d06180b70621f..f230a5078dc7cfae8ec8da9346ec246b2bf8f6ea 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -67,7 +67,7 @@ injector: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s" - tag: "v1.6.1" + tag: "v1.6.2" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent