Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency argoproj/argo-cd to v2.11.1 #1091

Merged
merged 1 commit into from
May 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.11.0 -> v2.11.1

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v2.11.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

diff

  • e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-redis.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
  • e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
  • e2e_test/argocd/rbac.authorization.k8s.io_v1_role_argocd-redis.yaml (New)
  • e2e_test/argocd/rbac.authorization.k8s.io_v1_rolebinding_argocd-redis.yaml (New)

e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
@@ -150,7 +150,7 @@ spec:
               key: applicationsetcontroller.enable.scm.providers
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:

e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
@@ -65,7 +65,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         name: copyutil
         securityContext:

e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
@@ -46,7 +46,7 @@ spec:
               key: notificationscontroller.selfservice.enabled
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:

e2e_test/argocd/apps_v1_deployment_argocd-redis.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-redis.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-redis.yaml
@@ -37,6 +37,13 @@ spec:
         - ""
         - --appendonly
         - "no"
+        - --requirepass $(REDIS_PASSWORD)
+        env:
+        - name: REDIS_PASSWORD
+          valueFrom:
+            secretKeyRef:
+              key: auth
+              name: argocd-redis
         image: redis:7.0.14-alpine
         imagePullPolicy: Always
         name: redis
@@ -48,6 +55,23 @@ spec:
             drop:
             - ALL
           readOnlyRootFilesystem: true
+      initContainers:
+      - command:
+        - argocd
+        - admin
+        - redis-initial-password
+        image: quay.io/argoproj/argocd:v2.11.1
+        imagePullPolicy: IfNotPresent
+        name: secret-init
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            drop:
+            - ALL
+          readOnlyRootFilesystem: true
+          runAsNonRoot: true
+          seccompProfile:
+            type: RuntimeDefault
       securityContext:
         runAsNonRoot: true
         runAsUser: 999

e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
@@ -36,6 +36,11 @@ spec:
       - args:
         - /usr/local/bin/argocd-repo-server
         env:
+        - name: REDIS_PASSWORD
+          valueFrom:
+            secretKeyRef:
+              key: auth
+              name: argocd-redis
         - name: ARGOCD_RECONCILIATION_TIMEOUT
           valueFrom:
             configMapKeyRef:
@@ -216,7 +221,7 @@ spec:
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -268,7 +273,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false

e2e_test/argocd/apps_v1_deployment_argocd-server.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
@@ -35,6 +35,11 @@ spec:
       - args:
         - /usr/local/bin/argocd-server
         env:
+        - name: REDIS_PASSWORD
+          valueFrom:
+            secretKeyRef:
+              key: auth
+              name: argocd-redis
         - name: ARGOCD_SERVER_INSECURE
           valueFrom:
             configMapKeyRef:
@@ -269,7 +274,7 @@ spec:
               key: server.api.content.types
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         livenessProbe:
           httpGet:

e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml

--- a/tmp/kustomize-action-M7XKVa/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
@@ -37,6 +37,11 @@ spec:
       - args:
         - /usr/local/bin/argocd-application-controller
         env:
+        - name: REDIS_PASSWORD
+          valueFrom:
+            secretKeyRef:
+              key: auth
+              name: argocd-redis
         - name: ARGOCD_CONTROLLER_REPLICAS
           value: "1"
         - name: ARGOCD_RECONCILIATION_TIMEOUT
@@ -219,7 +224,7 @@ spec:
               key: controller.ignore.normalizer.jq.timeout
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.11.0
+        image: quay.io/argoproj/argocd:v2.11.1
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:

e2e_test/argocd/rbac.authorization.k8s.io_v1_role_argocd-redis.yaml

--- /dev/null
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/rbac.authorization.k8s.io_v1_role_argocd-redis.yaml
@@ -0,0 +1,24 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: Role
+metadata:
+  labels:
+    app.kubernetes.io/component: redis
+    app.kubernetes.io/name: argocd-redis
+    app.kubernetes.io/part-of: argocd
+  name: argocd-redis
+  namespace: argocd
+rules:
+- apiGroups:
+  - ""
+  resourceNames:
+  - argocd-redis
+  resources:
+  - secrets
+  verbs:
+  - get
+- apiGroups:
+  - ""
+  resources:
+  - secrets
+  verbs:
+  - create

e2e_test/argocd/rbac.authorization.k8s.io_v1_rolebinding_argocd-redis.yaml

--- /dev/null
+++ b/tmp/kustomize-action-oCpLHc/e2e_test/argocd/rbac.authorization.k8s.io_v1_rolebinding_argocd-redis.yaml
@@ -0,0 +1,17 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: RoleBinding
+metadata:
+  labels:
+    app.kubernetes.io/component: redis
+    app.kubernetes.io/name: argocd-redis
+    app.kubernetes.io/part-of: argocd
+  name: argocd-redis
+  namespace: argocd
+roleRef:
+  apiGroup: rbac.authorization.k8s.io
+  kind: Role
+  name: argocd-redis
+subjects:
+- kind: ServiceAccount
+  name: argocd-redis
+  namespace: argocd

See the workflow run

@renovate renovate bot merged commit 9066fcd into main May 22, 2024
13 checks passed
@renovate renovate bot deleted the renovate/argoproj-argo-cd-2.x branch May 22, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants