Skip to content

chore(deps): update helm release argo-cd to v10#3316

Open
pull-bunyan[bot] wants to merge 1 commit into
masterfrom
renovate/argo-cd-10.x
Open

chore(deps): update helm release argo-cd to v10#3316
pull-bunyan[bot] wants to merge 1 commit into
masterfrom
renovate/argo-cd-10.x

Conversation

@pull-bunyan

@pull-bunyan pull-bunyan Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
argo-cd HelmChart major 9.7.110.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

argoproj/argo-helm (argo-cd)

v10.0.0

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

Full Changelog: argoproj/argo-helm@argocd-image-updater-1.2.4...argo-cd-10.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@pull-bunyan

pull-bunyan Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

drydock diff

Summary: 1 app, 4 resources, +128/-0.

argocd/argocd (+128/-0, 4 resources)
--- Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-application-controller
+++ Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-application-controller
@@ -0,0 +1,25 @@
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  annotations:
+    argocd.argoproj.io/tracking-id: argocd:networking.k8s.io/NetworkPolicy:argocd/argocd-application-controller
+  labels:
+    app.kubernetes.io/component: application-controller
+    app.kubernetes.io/instance: argocd
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: argocd-application-controller
+    app.kubernetes.io/part-of: argocd
+  name: argocd-application-controller
+  namespace: argocd
+spec:
+  ingress:
+    - from:
+        - namespaceSelector: {}
+      ports:
+        - port: metrics
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: argocd
+      app.kubernetes.io/name: argocd-application-controller
+  policyTypes:
+    - Ingress
--- Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-dex-server
+++ Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-dex-server
@@ -0,0 +1,36 @@
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  annotations:
+    argocd.argoproj.io/tracking-id: argocd:networking.k8s.io/NetworkPolicy:argocd/argocd-dex-server
+  labels:
+    app.kubernetes.io/component: dex-server
+    app.kubernetes.io/instance: argocd
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: argocd-dex-server
+    app.kubernetes.io/part-of: argocd
+  name: argocd-dex-server
+  namespace: argocd
+spec:
+  ingress:
+    - from:
+        - podSelector:
+            matchLabels:
+              app.kubernetes.io/instance: argocd
+              app.kubernetes.io/name: argocd-server
+      ports:
+        - port: http
+          protocol: TCP
+        - port: grpc
+          protocol: TCP
+    - from:
+        - namespaceSelector: {}
+      ports:
+        - port: metrics
+          protocol: TCP
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: argocd
+      app.kubernetes.io/name: argocd-dex-server
+  policyTypes:
+    - Ingress
--- Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-repo-server
+++ Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-repo-server
@@ -0,0 +1,45 @@
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  annotations:
+    argocd.argoproj.io/tracking-id: argocd:networking.k8s.io/NetworkPolicy:argocd/argocd-repo-server
+  labels:
+    app.kubernetes.io/component: repo-server
+    app.kubernetes.io/instance: argocd
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: argocd-repo-server
+    app.kubernetes.io/part-of: argocd
+  name: argocd-repo-server
+  namespace: argocd
+spec:
+  ingress:
+    - from:
+        - podSelector:
+            matchLabels:
+              app.kubernetes.io/instance: argocd
+              app.kubernetes.io/name: argocd-server
+        - podSelector:
+            matchLabels:
+              app.kubernetes.io/instance: argocd
+              app.kubernetes.io/name: argocd-application-controller
+        - podSelector:
+            matchLabels:
+              app.kubernetes.io/instance: argocd
+              app.kubernetes.io/name: argocd-notifications-controller
+        - podSelector:
+            matchLabels:
+              app.kubernetes.io/instance: argocd
+              app.kubernetes.io/name: argocd-applicationset-controller
+      ports:
+        - port: repo-server
+          protocol: TCP
+    - from:
+        - namespaceSelector: {}
+      ports:
+        - port: metrics
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: argocd
+      app.kubernetes.io/name: argocd-repo-server
+  policyTypes:
+    - Ingress
--- Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-server
+++ Application: argocd/argocd Source: 0 apps/argocd/kustomization.yaml networking.k8s.io/NetworkPolicy: argocd/argocd-server
@@ -0,0 +1,22 @@
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+  annotations:
+    argocd.argoproj.io/tracking-id: argocd:networking.k8s.io/NetworkPolicy:argocd/argocd-server
+  labels:
+    app.kubernetes.io/component: server
+    app.kubernetes.io/instance: argocd
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: argocd-server
+    app.kubernetes.io/part-of: argocd
+  name: argocd-server
+  namespace: argocd
+spec:
+  ingress:
+    - {}
+  podSelector:
+    matchLabels:
+      app.kubernetes.io/instance: argocd
+      app.kubernetes.io/name: argocd-server
+  policyTypes:
+    - Ingress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants