From 620099395a7ee0b49f0feb242642407e0aec59a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:05:14 +0000 Subject: [PATCH] chore(deps): update networkpolicy docker tag to v5 --- 03_apps/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_apps/values.yaml b/03_apps/values.yaml index 5ababf8..3ab4dc9 100644 --- a/03_apps/values.yaml +++ b/03_apps/values.yaml @@ -20,7 +20,7 @@ secretsChartVersion: "4.6.0" # -- The helm chart within the `mainHelmRepo` that is used to render network policies networkPolicyChart: "networkpolicy" # -- The version of the `networkPolicyChart` to use by default. -networkPolicyChartVersion: "4.6.0" +networkPolicyChartVersion: "5.0.0" # -- The values file to use for the application in the respective cluster, e.g. `values-test.yaml`. # In addition to the default `values.yaml` file.