diff --git a/stable/cnp-controller/Chart.yaml b/stable/cnp-controller/Chart.yaml index 794bf027..de730dd4 100644 --- a/stable/cnp-controller/Chart.yaml +++ b/stable/cnp-controller/Chart.yaml @@ -15,10 +15,10 @@ 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.0.2 +version: 0.0.3 # 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: "0.0.1" +appVersion: "0.1.0" diff --git a/stable/cnp-controller/values.yaml b/stable/cnp-controller/values.yaml index 5677bfa8..77aa3263 100644 --- a/stable/cnp-controller/values.yaml +++ b/stable/cnp-controller/values.yaml @@ -8,7 +8,7 @@ image: repository: statcan/cnp-controller pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + # tag: "" imagePullSecrets: [] nameOverride: ""