diff --git a/cloudformation/values/dns-override.values.yaml b/cloudformation/values/dns-override.values.yaml index e6f8930..5e2203f 100644 --- a/cloudformation/values/dns-override.values.yaml +++ b/cloudformation/values/dns-override.values.yaml @@ -14,7 +14,7 @@ replicaCount: 2 image: repository: socketdev/socket-registry-firewall - tag: "1.1.159" # pin; do not use :latest for a security product + tag: "1.1.328" # pin; do not use :latest for a security product socket: # Injected at install time from AWS Secrets Manager by the CloudFormation diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5df58d8..a8f58d8 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.3.0 -appVersion: "1.1.159" +version: 0.3.1 +appVersion: "1.1.328" keywords: - security - supply-chain