From b82cb90e536279d1a3b27327ab9e9466c15c0db8 Mon Sep 17 00:00:00 2001 From: gitlab-ci Date: Thu, 25 Apr 2024 10:42:07 +0000 Subject: [PATCH] ci: sorcerer --- charts/sorcerer/chart/Chart.yaml | 4 ++-- charts/sorcerer/chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sorcerer/chart/Chart.yaml b/charts/sorcerer/chart/Chart.yaml index 3ed918c6..55836e72 100644 --- a/charts/sorcerer/chart/Chart.yaml +++ b/charts/sorcerer/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: v4.7.6 +version: v4.7.7 # 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: v4.7.6 +appVersion: v4.7.7 diff --git a/charts/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml index 3a5d121b..f679cc1e 100644 --- a/charts/sorcerer/chart/values.yaml +++ b/charts/sorcerer/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.7.6 + tag: v4.7.7 pullPolicy: IfNotPresent init: enabled: false