Skip to content

Commit

Permalink
Update to v0.11.0 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Apr 14, 2021
1 parent be1721f commit 2733859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.11.0 (April 14th, 2021)

Features:
* Added `server.enabled` to explicitly skip installing a Vault server [GH-486](https://github.com/hashicorp/vault-helm/pull/486)
* Injector now supports enabling host network [GH-471](https://github.com/hashicorp/vault-helm/pull/471)
Expand Down
3 changes: 2 additions & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vault
version: 0.10.0
version: 0.11.0
appVersion: 1.7.0
description: Official HashiCorp Vault Chart
home: https://www.vaultproject.io
Expand All @@ -10,3 +10,4 @@ sources:
- https://github.com/hashicorp/vault
- https://github.com/hashicorp/vault-helm
- https://github.com/hashicorp/vault-k8s
- https://github.com/hashicorp/vault-csi-provider
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector.
image:
repository: "hashicorp/vault-k8s"
tag: "0.9.0"
tag: "0.10.0"
pullPolicy: IfNotPresent

# agentImage sets the repo and tag of the Vault image to use for the Vault Agent
Expand Down Expand Up @@ -691,7 +691,7 @@ csi:

image:
repository: "hashicorp/vault-csi-provider"
tag: "0.1.0"
tag: "0.2.0"
pullPolicy: IfNotPresent

# volumes is a list of volumes made available to all containers. These are rendered
Expand Down

0 comments on commit 2733859

Please sign in to comment.