From 5b538414e2453d8bd9e3141592a8b488deafdee2 Mon Sep 17 00:00:00 2001 From: gitlab-ci Date: Tue, 5 Mar 2024 14:44:13 +0000 Subject: [PATCH] ci: hipster --- charts/hipster/chart/Chart.yaml | 4 ++-- charts/hipster/chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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