From 0b7c12ed03aa7ac72f16fd01192c96222094ef6b Mon Sep 17 00:00:00 2001 From: Alex Vorona Date: Thu, 14 Mar 2019 03:21:12 +0200 Subject: [PATCH] Vault fix antiaffinity (#12139) * fix antiaffinity label to label used with deployment Signed-off-by: Aleksandr Vorona * Chart Version bumped Signed-off-by: Aleksandr Vorona --- incubator/vault/Chart.yaml | 2 +- incubator/vault/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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