From 35ceafcfcf45e294c720abc71ffd149a84ef4c35 Mon Sep 17 00:00:00 2001 From: Phil Gran Date: Wed, 17 Jun 2026 09:19:51 -0500 Subject: [PATCH] Pinning to latest version --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index ef44bed..d3a901e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -5,7 +5,7 @@ image: repository: socketdev/socket-registry-firewall # Defaults to the latest published image so deployments pick up new releases # without a chart bump. Pin a version for reproducibility, e.g. tag: "1.1.327". - tag: "latest" + tag: "1.1.328" # Always (not IfNotPresent) so "latest" actually refreshes on pod restart. pullPolicy: Always