diff --git a/incubator/vault/Chart.yaml b/incubator/vault/Chart.yaml index 8b8b9474b1..a0ea12f354 100644 --- a/incubator/vault/Chart.yaml +++ b/incubator/vault/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for Vault, a tool for managing secrets name: vault -version: 0.15.0 +version: 0.15.1 appVersion: 1.0.1 home: https://www.vaultproject.io/ icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg diff --git a/incubator/vault/values.yaml b/incubator/vault/values.yaml index f5ea268c4e..043bec14da 100644 --- a/incubator/vault/values.yaml +++ b/incubator/vault/values.yaml @@ -79,7 +79,7 @@ affinity: | topologyKey: kubernetes.io/hostname labelSelector: matchLabels: - app: {{ template "vault.fullname" . }} + app: {{ template "vault.name" . }} release: {{ .Release.Name }} ## Deployment annotations