From f94b324950b0e1ac65feaabac56e1c0976cce0cd Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 19 Nov 2025 12:00:55 +0000 Subject: [PATCH] ci: sorcerer --- charts/sorcerer/Chart.yaml | 4 ++-- charts/sorcerer/values.yaml | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index c480534c..a52ff0b3 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -4,7 +4,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: v1.30.1 +version: v1.31.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: v1.30.1 +appVersion: v1.31.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 7447a915..864a90e9 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/poseidon/sorcerer - tag: v1.30.1 + tag: v1.31.0 pullPolicy: IfNotPresent init: enabled: false @@ -64,7 +64,6 @@ ingress: - hosts: - sorcerer.srv.oceanbox.io secretName: sorcerer-tls - persistence: enabled: true existingClaim: oceanbox-archives @@ -75,18 +74,16 @@ redis: enabled: false instances: 1 # metrics: - # enabled: false + # enabled: false backup: enabled: false size: 1Gi - cluster: enabled: false instances: 2 backupEnabled: true backupRetention: 60d size: 5Gi - resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little