From d508e777487d85ac65a7e02b12870df7dc569ef4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 7 Feb 2025 15:52:18 +0000 Subject: [PATCH] ci: atlantis --- charts/atlantis/Chart.yaml | 4 ++-- charts/atlantis/values.yaml | 19 +------------------ 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 8452f00e..98bf5451 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service 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: v2.97.5 +version: v2.97.6 # 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: v2.97.5 +appVersion: v2.97.6 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index a4bcd6ca..ca3fd326 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -3,17 +3,14 @@ # Declare variables to be passed into your templates. replicaCount: 1 - image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.5 + tag: v2.97.6 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: false className: "nginx" @@ -80,13 +68,11 @@ ingress: - hosts: - atlantis.srv.oceanbox.io secretName: atlantis-tls - persistence: enabled: false size: 1G storageClass: "" accessMode: ReadWriteOnce - cluster: enabled: true instances: 1 @@ -98,7 +84,6 @@ cluster: source: db: prod-atlantis-db namespace: prod-atlantis - 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 @@ -117,10 +102,8 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - serviceMonitor: enabled: true - nodeSelector: {} tolerations: [] affinity: {}