From be611550e76d91bf4f9faf47292aeb705b305643 Mon Sep 17 00:00:00 2001 From: bot Date: Mon, 20 May 2024 11:58:42 +0000 Subject: [PATCH] chore: [skip ci] Upgrade charts versions and appVersions --- apps/observability/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/observability/Chart.yaml b/apps/observability/Chart.yaml index 24140fe..55e4294 100644 --- a/apps/observability/Chart.yaml +++ b/apps/observability/Chart.yaml @@ -23,9 +23,9 @@ 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: 1.6.6 +version: 1.6.7 # 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. # It is recommended to use it with quotes. -appVersion: "v1.6.6" +appVersion: "v1.6.7"