From 459231db7d50ccc35f86176a3712adfbc4b332d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Feb 2026 11:25:43 +0100 Subject: [PATCH] fix: Remove duplicate helmfile-cmp --- values/argo/values/argocd.yaml.gotmpl | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/values/argo/values/argocd.yaml.gotmpl b/values/argo/values/argocd.yaml.gotmpl index 245977e3..cc7d316e 100644 --- a/values/argo/values/argocd.yaml.gotmpl +++ b/values/argo/values/argocd.yaml.gotmpl @@ -168,7 +168,7 @@ repoServer: extraContainers: - command: - /var/run/argocd/argocd-cmp-server - image: git.oceanbox.io/platform/manifests/helmfile-cmp:latest + image: {{ .image }} env: - name: HELM_GIT_ACCESS_TOKEN valueFrom: @@ -177,25 +177,6 @@ repoServer: name: oceanbox-gitops-repo optional: false imagePullPolicy: Always - name: helmfile-cmp - securityContext: - runAsNonRoot: true - runAsUser: 999 - terminationMessagePath: /dev/termination-log - terminationMessagePolicy: File - volumeMounts: - - mountPath: /var/run/argocd - name: var-files - - mountPath: /home/argocd/cmp-server/plugins - name: plugins - - mountPath: /tmp - name: cmp-tmp - - mountPath: /helm-working-dir - name: helm-working-dir - - command: - - /var/run/argocd/argocd-cmp-server - image: {{ .image }} - imagePullPolicy: Always name: {{ .name }} securityContext: runAsNonRoot: true @@ -209,6 +190,8 @@ repoServer: name: plugins - mountPath: /tmp name: cmp-tmp + - mountPath: /helm-working-dir + name: helm-working-dir volumes: - name: cmp-tmp emptyDir: {}