-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff
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
|
This was referenced May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR has been generated by Mend Renovate. View repository job log here.