From e02000a11264e4e40b02411a8dfa5c15f3216376 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 11 Feb 2025 14:50:18 +0000 Subject: [PATCH] ci: sorcerer --- charts/sorcerer/Chart.yaml | 4 ++-- charts/sorcerer/values.yaml | 17 +---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index d93fecd1..a7aeaa37 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: v4.16.3 +version: v4.16.4 # 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.16.3 +appVersion: v4.16.4 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 01acab9b..d3f5d2e0 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -3,17 +3,14 @@ # Declare variables to be passed into your templates. replicaCount: 1 - image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.16.3 + tag: v4.16.4 pullPolicy: IfNotPresent - init: enabled: false image: ubuntu:rolling command: ["/bin/sh", "-c", "true"] - env: - name: LOG_LEVEL value: "3" @@ -25,14 +22,10 @@ env: valueFrom: fieldRef: fieldPath: metadata.namespace - imagePullSecrets: - name: gitlab-pull-secret - nameOverride: "" - fullnameOverride: "" - serviceAccount: create: true # Annotations to add to the service account @@ -40,12 +33,9 @@ serviceAccount: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" - podAnnotations: {} - podSecurityContext: fsGroup: 2000 - securityContext: capabilities: drop: @@ -53,11 +43,9 @@ securityContext: readOnlyRootFilesystem: false runAsNonRoot: true runAsUser: 1000 - service: type: ClusterIP port: 8085 - ingress: enabled: true className: "nginx" @@ -88,7 +76,6 @@ cluster: 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 @@ -107,10 +94,8 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - serviceMonitor: enabled: true - nodeSelector: {} tolerations: [] affinity: {}