diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index 6f8828b..4c0c4dd 100644 --- a/helm_chart/Chart.yaml +++ b/helm_chart/Chart.yaml @@ -14,11 +14,11 @@ 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. -version: 0.11.0 +version: 0.11.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. -appVersion: 0.8.0 +appVersion: 0.8.1 sources: - https://github.com/larderdev/kubewise diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index 6e24208..89d79c1 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: us.gcr.io/larder-prod/kubewise - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent imagePullSecrets: []