From b8a2d484b156e31a8f91a398f50887a60e83720b Mon Sep 17 00:00:00 2001 From: Pan Teparak <16161996+panteparak@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:39:08 +0700 Subject: [PATCH] fix: default label selector for vault instance (#48) * Update vault_label_selector to correctly select vault instance * Bump Chart Version --- charts/vault-autounseal/Chart.yaml | 2 +- charts/vault-autounseal/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vault-autounseal/Chart.yaml b/charts/vault-autounseal/Chart.yaml index 34ac02a..10b7550 100644 --- a/charts/vault-autounseal/Chart.yaml +++ b/charts/vault-autounseal/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.2 +version: 0.5.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/vault-autounseal/values.yaml b/charts/vault-autounseal/values.yaml index dffda04..acf5e36 100644 --- a/charts/vault-autounseal/values.yaml +++ b/charts/vault-autounseal/values.yaml @@ -67,4 +67,4 @@ settings: # time between polling for vault status, in seconds scan_delay: 5 # vault label to use to retrieve vault instance - vault_label_selector: vault-sealed=true + vault_label_selector: app.kubernetes.io/instance=vault,component=server