diff --git a/CHANGELOG.md b/CHANGELOG.md index 5505415..2baf512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.0 (Unreleased) +## 0.2.0 (October 29th, 2019) Features: diff --git a/Chart.yaml b/Chart.yaml index f3ea4e0..7f9c5f5 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: vault -version: 0.1.2 +version: 0.2.0 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png diff --git a/values.yaml b/values.yaml index 9d35d72..00fb306 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ global: enabled: true # Image is the name (and tag) of the Vault Docker image. - image: "vault:1.2.2" + image: "vault:1.2.4" # Overrides the default Image Pull Policy imagePullPolicy: IfNotPresent # Image pull secret to use for registry authentication. @@ -33,9 +33,8 @@ server: # memory: 256Mi # cpu: 250m - # Ingress settings - # Enabling it a ingress will be created which will manage external access to the - # cluster, very useful if you want to expose the Vault UI + # Ingress allows ingress services to be created to allow external access + # from Kubernetes to access Vault pods. ingress: enabled: false labels: {} @@ -79,7 +78,6 @@ server: extraVolumes: [] # - type: secret (or "configMap") # name: my-secret - # load: false # if true, will add to `-config` to load by Vault # path: null # default is `/vault/userconfig` # Affinity Settings