From efff8495bf0a371c7bd894e70c8cf688800b18da Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 1 Feb 2024 14:44:13 +0000 Subject: [PATCH] ci: archmeister --- archmeister/chart/Chart.yaml | 7 ++---- archmeister/chart/values.yaml | 46 ++++++++++++----------------------- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/archmeister/chart/Chart.yaml b/archmeister/chart/Chart.yaml index 536f0b4b..62efdc1d 100644 --- a/archmeister/chart/Chart.yaml +++ b/archmeister/chart/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: archmeister description: Archive management for Atlantis - # 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: Archive management for Atlantis # 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: 6.16.4 - +version: v6.17.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: 6.16.4 +appVersion: v6.17.0 diff --git a/archmeister/chart/values.yaml b/archmeister/chart/values.yaml index 2aadba8b..d451e57a 100644 --- a/archmeister/chart/values.yaml +++ b/archmeister/chart/values.yaml @@ -3,23 +3,18 @@ # Declare variables to be passed into your templates. replicaCount: 1 - image: repository: registry.gitlab.com/oceanbox/oceanbox.dataagent - tag: v6.16.4 + tag: v6.17.0 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: 2001 - securityContext: capabilities: drop: - - ALL + - ALL readOnlyRootFilesystem: false runAsNonRoot: true runAsUser: 2001 - service: type: ClusterIP port: 8085 - ingress: enabled: true className: "nginx" @@ -58,36 +48,33 @@ ingress: pathType: Prefix tls: - hosts: - - archmeister.srv.oceanbox.io + - archmeister.srv.oceanbox.io secretName: archmeister-tls internal: - annotations: {} + annotations: {} # nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 - persistence: enabled: false # size: 10G # storageClass: "" # accessMode: ReadWriteMany - cluster: enabled: true 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 @@ -95,9 +82,6 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - nodeSelector: {} - tolerations: [] - affinity: {}