diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 87ffcd5..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.1 -appVersion: "1.1.335" +version: 0.5.1 +appVersion: "1.1.341" keywords: - security - supply-chain diff --git a/helm/values.yaml b/helm/values.yaml index 92f7275..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.335" + tag: "1.1.341" # Always (not IfNotPresent) so "latest" actually refreshes on pod restart. pullPolicy: Always