From e29eb79db1747792d187d1bd588b91a037296354 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 9 Oct 2024 17:02:27 +0200 Subject: [PATCH] feat(manifests): update podinfo chart version to 6.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bump podinfo chart version from 6.0.0 to 6.7.1 - ensure compatibility with latest features and fixes in podinfo 🤖 --- manifests/podinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/podinfo.yml b/manifests/podinfo.yml index cf5f4b3..1672ed5 100644 --- a/manifests/podinfo.yml +++ b/manifests/podinfo.yml @@ -8,7 +8,7 @@ spec: interval: 5ms url: oci://ghcr.io/stefanprodan/charts/podinfo ref: - tag: 6.0.0 + tag: 6.7.1 --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease