From 8168ad5a0c1347f80e30209b5f81c6235b3162d4 Mon Sep 17 00:00:00 2001 From: Abduh Date: Tue, 2 Apr 2024 13:02:54 +0700 Subject: [PATCH] feat(guardian): support podLabels (#84) --- stable/guardian/Chart.yaml | 4 ++-- stable/guardian/values.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stable/guardian/Chart.yaml b/stable/guardian/Chart.yaml index a8833303..9635ec7f 100644 --- a/stable/guardian/Chart.yaml +++ b/stable/guardian/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.2.3 +version: 0.2.4 # 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 @@ -25,5 +25,5 @@ appVersion: "0.3.0" dependencies: - name: app - version: "0.5.14" + version: "0.5.15" repository: "https://goto.github.io/charts/" diff --git a/stable/guardian/values.yaml b/stable/guardian/values.yaml index ed4ba368..5a4fbb46 100644 --- a/stable/guardian/values.yaml +++ b/stable/guardian/values.yaml @@ -5,6 +5,8 @@ app: ## Value to fully override guardian.fullname template fullnameOverride: "" + podLabels: {} + image: repository: gotocompany/guardian pullPolicy: Always