diff --git a/charts/hipster/Chart.yaml b/charts/hipster/Chart.yaml index 99c670f6..117c8347 100644 --- a/charts/hipster/Chart.yaml +++ b/charts/hipster/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: v2.6.4 +version: v2.6.6 # 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: v2.6.4 +appVersion: v2.6.6 diff --git a/charts/hipster/values.yaml b/charts/hipster/values.yaml index f0e0e520..4c84ee47 100644 --- a/charts/hipster/values.yaml +++ b/charts/hipster/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/hipster - tag: v2.6.4 + tag: v2.6.6 pullPolicy: IfNotPresent init: enabled: false