int128 / argocd-commenter

Notify ArgoCD Application status via Pull Request comment or GitHub Deployment API
Apache License 2.0
135 stars 16 forks source link

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

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

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`](https://togithub.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1)

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.



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

github-actions[bot] commented 5 months ago

diff

### e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml ```diff --- 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 ```diff --- 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 ```diff --- 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 ```diff --- 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 ```diff --- 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 ```diff --- 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 ```diff --- 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 ```diff --- /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 ```diff --- /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