From 1d0b47cb4c2a18472148b0df3cb9e00fdf7417bb Mon Sep 17 00:00:00 2001 From: Eric Hibbs Date: Tue, 23 Jun 2026 11:39:24 -0700 Subject: [PATCH 1/2] Pin Socket Firewall to latest released version 1.1.337 Bump appVersion and image.tag 1.1.335 -> 1.1.337 (current latest on Docker Hub) and chart version 0.4.1 -> 0.4.2. Co-authored-by: Cursor --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 87ffcd5..33c2764 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: socket-firewall description: Socket.dev Registry Firewall - Block vulnerable packages before they reach your cluster type: application -version: 0.4.1 -appVersion: "1.1.335" +version: 0.4.2 +appVersion: "1.1.337" keywords: - security - supply-chain diff --git a/helm/values.yaml b/helm/values.yaml index 92f7275..145f584 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: "1.1.335" + tag: "1.1.337" # Always (not IfNotPresent) so "latest" actually refreshes on pod restart. pullPolicy: Always From bec47539f496f6f4f6deea2fff2920614c635231 Mon Sep 17 00:00:00 2001 From: Eric Hibbs Date: Wed, 24 Jun 2026 11:41:45 -0700 Subject: [PATCH 2/2] Re-pin to 1.1.341 and align chart version to 0.5.1 Bump appVersion + image.tag 1.1.337 -> 1.1.341 (current latest on Docker Hub) and chart version 0.4.2 -> 0.5.1 so it sequences cleanly after the 0.5.0 topologySpreadConstraints change (PR #8). Co-authored-by: Cursor --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 33c2764..4f21038 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: socket-firewall description: Socket.dev Registry Firewall - Block vulnerable packages before they reach your cluster type: application -version: 0.4.2 -appVersion: "1.1.337" +version: 0.5.1 +appVersion: "1.1.341" keywords: - security - supply-chain diff --git a/helm/values.yaml b/helm/values.yaml index 145f584..e5df4fa 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: "1.1.337" + tag: "1.1.341" # Always (not IfNotPresent) so "latest" actually refreshes on pod restart. pullPolicy: Always