diff --git a/charts/hipster/chart/Chart.yaml b/charts/hipster/chart/Chart.yaml index 648f1a58..69e09f83 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.5.1 +version: v2.6.0 # 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.5.1 +appVersion: v2.6.0 diff --git a/charts/hipster/chart/values.yaml b/charts/hipster/chart/values.yaml index dc934122..a7ea9b85 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.5.1 + tag: v2.6.0 pullPolicy: IfNotPresent init: enabled: false