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
8
tags: [argo, helm, ci-cd]
9
9
level: "intermediate"
10
10
categories: "platform"
11
-
12
-
13
11
---
14
-
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.
Copy file name to clipboardExpand all lines: content/challenges/d011fd20-a3f5-4480-883b-dfb34321d168/processing-log-data-with-fluent-bit-and-wasm/_index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,8 @@ weight: 3
6
6
banner: "webAssembly-logo.png"
7
7
id: "ebe54b58-969a-46b4-a044-8999ee25fac2"
8
8
categories: "Webassembly"
9
+
tags: [fluentbit, wasm, webassembly]
10
+
level: "intermediate"
11
+
categories: "platform"
9
12
---
13
+
This challenge examines using Fluent Bit and WASM to enrich log data based on pre-existing location data in the logs. The WASM plugin is just one of the options available for processing data with Fluent Bit.
0 commit comments