diff --git a/charts/sorcerer/chart/Chart.yaml b/charts/sorcerer/chart/Chart.yaml index b9071a0f..92be8885 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.4 +version: v4.7.5 # 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.4 +appVersion: v4.7.5 diff --git a/charts/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml index 28a35f77..68ef5ce2 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.4 + tag: v4.7.5 pullPolicy: IfNotPresent init: enabled: false