From ea3b0b71b9affd49750e6f1b783a2762ba185109 Mon Sep 17 00:00:00 2001 From: gitlab-ci Date: Fri, 23 Feb 2024 13:53:55 +0000 Subject: [PATCH] ci: sorcerer --- charts/sorcerer/chart/Chart.yaml | 7 ++--- charts/sorcerer/chart/values.yaml | 45 ++++++++++--------------------- 2 files changed, 16 insertions(+), 36 deletions(-) diff --git a/charts/sorcerer/chart/Chart.yaml b/charts/sorcerer/chart/Chart.yaml index df11bd58..6c00328b 100644 --- a/charts/sorcerer/chart/Chart.yaml +++ b/charts/sorcerer/chart/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: sorcerer description: A Helm chart for Kubernetes - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,11 +10,9 @@ description: A Helm chart for Kubernetes # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. 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: 0.2.0 - +version: v4.5.1 # 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: 1.10.0 +appVersion: v4.5.1 diff --git a/charts/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml index 316f7b78..0a4a2a6e 100644 --- a/charts/sorcerer/chart/values.yaml +++ b/charts/sorcerer/chart/values.yaml @@ -3,23 +3,18 @@ # Declare variables to be passed into your templates. replicaCount: 1 - image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.5.0 + tag: v4.5.1 pullPolicy: IfNotPresent - init: enabled: false image: ubuntu:rolling - command: [ "/bin/sh", "-c", "true" ] - + command: ["/bin/sh", "-c", "true"] imagePullSecrets: - name: gitlab-pull-secret - nameOverride: "" fullnameOverride: "" - serviceAccount: create: true # Annotations to add to the service account @@ -27,24 +22,19 @@ 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: - - ALL + - ALL readOnlyRootFilesystem: false runAsNonRoot: true runAsUser: 1000 - service: type: ClusterIP port: 8085 - ingress: enabled: true className: "nginx" @@ -58,34 +48,31 @@ ingress: pathType: ImplementationSpecific tls: - hosts: - - sorcerer.srv.oceanbox.io + - sorcerer.srv.oceanbox.io secretName: sorcerer-tls - persistence: enabled: true existingClaim: oceanbox-archives # size: 10G # storageClass: "" # accessMode: ReadWriteMany - 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 - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi +# 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 +# resources, such as Minikube. If you do want to specify resources, uncomment the following +# lines, adjust them as necessary, and remove the curly braces after 'resources:'. +# limits: +# cpu: 100m +# memory: 128Mi +# requests: +# cpu: 100m +# memory: 128Mi autoscaling: enabled: false @@ -93,10 +80,6 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - nodeSelector: {} - tolerations: [] - affinity: {} -