diff --git a/charts/petimeter/chart/Chart.yaml b/charts/petimeter/chart/Chart.yaml index a947f50a..7637c7c2 100644 --- a/charts/petimeter/chart/Chart.yaml +++ b/charts/petimeter/chart/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart for Kubernetes 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: v1.9.4 +version: v1.9.5 # 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: v1.9.4 +appVersion: v1.9.5 diff --git a/charts/petimeter/chart/values.yaml b/charts/petimeter/chart/values.yaml index 1b5a8f13..cdfcae38 100644 --- a/charts/petimeter/chart/values.yaml +++ b/charts/petimeter/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/petimeter - tag: v1.9.4 + tag: v1.9.5 pullPolicy: IfNotPresent init: enabled: false