Skip to content

Commit

Permalink
Prototypical CHT values: use 2024 cert, not 2023, use Core v4.6, not …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mrjones-plip authored Apr 23, 2024
1 parent ee3fc5e commit 0fa2d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/cht-chart-4x/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cht-chart-4x/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: "<your-project-name>"
namespace: "<your-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.
Expand Down

0 comments on commit 0fa2d35

Please sign in to comment.