You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Configuring Argo CD Image Updater with Helm"
3
-
description: "This challenge provides a walkthrough on automating Kubernetes deployments by integrating Argo CD Image Updater with Helm."
3
+
description: "This challenge provides a walkthrough of automating Kubernetes deployments by integrating Argo CD Image Updater with Helm."
4
4
weight: 3
5
5
id: "9136f21d-c87f-478a-8f8b-6687597a2841"
6
6
banner: "kubernetes-icon.svg"
7
7
categories: "kubernetes"
8
+
tags: [argo, helm, ci-cd]
9
+
level: "intermediate"
10
+
categories: "platform"
8
11
---
9
-
12
+
The Argo CD Image Updater can check for new versions of the container images that are deployed with your Kubernetes workloads and automatically update them to their latest allowed version using Argo CD.
0 commit comments