From e536345fe178ab686305a261e5141938875ff157 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Wed, 28 Aug 2024 07:38:20 +0000 Subject: [PATCH 1/2] ci: hipster --- kustomizations/hipster/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/hipster/values-staging.yaml b/kustomizations/hipster/values-staging.yaml index 9629ec11..07fc66eb 100644 --- a/kustomizations/hipster/values-staging.yaml +++ b/kustomizations/hipster/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 04d58a2b-debug + tag: 38a79e6b-debug podAnnotations: dapr.io/app-id: "staging-hipster" dapr.io/enabled: "true" From a839bb48ece9105408304daa407edf289feb1825 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Wed, 28 Aug 2024 07:41:21 +0000 Subject: [PATCH 2/2] ci: hipster --- charts/hipster/Chart.yaml | 4 ++-- charts/hipster/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hipster/Chart.yaml b/charts/hipster/Chart.yaml index 2b80cf3f..51d60bd5 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.8 +version: v2.6.9 # 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.8 +appVersion: v2.6.9 diff --git a/charts/hipster/values.yaml b/charts/hipster/values.yaml index 4b0bde1e..b4b25910 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.8 + tag: v2.6.9 pullPolicy: IfNotPresent init: enabled: false