diff --git a/changelog.d/826.misc b/changelog.d/826.misc index d5054cab..bf15baf2 100644 --- a/changelog.d/826.misc +++ b/changelog.d/826.misc @@ -1 +1,2 @@ +Release chart version 0.1.15. Sample config now comments out optional parameters by default. diff --git a/helm/hookshot/Chart.yaml b/helm/hookshot/Chart.yaml index f7d3c420..288ec676 100644 --- a/helm/hookshot/Chart.yaml +++ b/helm/hookshot/Chart.yaml @@ -14,7 +14,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.1.14 +version: 0.1.15 # 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. diff --git a/helm/hookshot/values.yaml b/helm/hookshot/values.yaml index 4840852f..a4b1302b 100644 --- a/helm/hookshot/values.yaml +++ b/helm/hookshot/values.yaml @@ -1,4 +1,6 @@ --- +# Note: This chart is released using the config.sample.yml file +# # -- Number of replicas to deploy. Consequences of using multiple Hookshot replicas currently unknown. replicaCount: 1