From 09cfcdc23944038685049f783f2732f6c1e3827f Mon Sep 17 00:00:00 2001 From: syntassodev Date: Wed, 29 Jan 2025 09:11:44 +0000 Subject: [PATCH] feat: update K8s Health Agent in SKE Destination chart --- ske-destination/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ske-destination/Chart.yaml b/ske-destination/Chart.yaml index 6bcfd19..b5c695a 100644 --- a/ske-destination/Chart.yaml +++ b/ske-destination/Chart.yaml @@ -13,7 +13,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.4.0 +version: 0.5.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. @@ -27,5 +27,5 @@ dependencies: - name: k8s-health-agent # only install Health Agent if specified in values file condition: k8sHealthAgent.enabled - version: 0.4.0 + version: 0.5.0 repository: https://syntasso.github.io/helm-charts