From 0fa2d358425a3d66ec6e0c411c0f3eb89ae05140 Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:03:43 -0700 Subject: [PATCH] Prototypical CHT values: use 2024 cert, not 2023, use Core v4.6, not v4.2, bump chart version to 1.0.0 * Fix prototypical CHT Core values to use 2024 cert, not 2023 * updating `version` in chart.yaml per feedback * bumping chart to 1.0.0 to be semver compliant --- charts/cht-chart-4x/Chart.yaml | 3 ++- charts/cht-chart-4x/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/cht-chart-4x/Chart.yaml b/charts/cht-chart-4x/Chart.yaml index cfcf49f..d57300b 100644 --- a/charts/cht-chart-4x/Chart.yaml +++ b/charts/cht-chart-4x/Chart.yaml @@ -16,7 +16,8 @@ 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: 1.0.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 diff --git a/charts/cht-chart-4x/values.yaml b/charts/cht-chart-4x/values.yaml index 78aebb0..ead6180 100644 --- a/charts/cht-chart-4x/values.yaml +++ b/charts/cht-chart-4x/values.yaml @@ -1,6 +1,6 @@ project_name: "" namespace: "" # e.g. "cht-dev-namespace" -chtversion: 4.2.2 +chtversion: 4.6.0 # cht_image_tag: 4.1.1-4.1.1 #- This is filled in automatically by the deploy script. Don't uncomment this line. # Don't change upstream-servers unless you know what you're doing.