diff --git a/charts/panope/Chart.yaml b/charts/panope/Chart.yaml index 59a8402..76f3e8c 100644 --- a/charts/panope/Chart.yaml +++ b/charts/panope/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.1.0 +version: 0.1.1 # 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: "1.16.0" +appVersion: "v0.1.1" diff --git a/charts/panope/values.yaml b/charts/panope/values.yaml index fbac733..7ca0b49 100644 --- a/charts/panope/values.yaml +++ b/charts/panope/values.yaml @@ -12,7 +12,7 @@ agent: repository: gcr.io/panope/agent pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.1.0 + tag: v0.1.1 imagePullSecrets: [] nameOverride: "" @@ -168,7 +168,7 @@ observer: repository: gcr.io/panope/observer pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.1.0 + tag: v0.1.1 podAnnotations: {}