diff --git a/charts/hipster/chart/Chart.yaml b/charts/hipster/chart/Chart.yaml index 69e09f83..3bfa9b22 100644 --- a/charts/hipster/chart/Chart.yaml +++ b/charts/hipster/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: v2.6.0 +version: v2.6.2 # 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.0 +appVersion: v2.6.2 diff --git a/charts/hipster/chart/values.yaml b/charts/hipster/chart/values.yaml index a7ea9b85..488d1172 100644 --- a/charts/hipster/chart/values.yaml +++ b/charts/hipster/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/hipster - tag: v2.6.0 + tag: v2.6.2 pullPolicy: IfNotPresent init: enabled: false