Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudformation/values/dns-override.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replicaCount: 2

image:
repository: socketdev/socket-registry-firewall
tag: "1.1.328" # pin; do not use :latest for a security product
tag: "1.1.335" # pin; do not use :latest for a security product

socket:
# Injected at install time from AWS Secrets Manager by the CloudFormation
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
appVersion: "1.1.328"
version: 0.4.1
appVersion: "1.1.335"
keywords:
- security
- supply-chain
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.328"
tag: "1.1.335"
# Always (not IfNotPresent) so "latest" actually refreshes on pod restart.
pullPolicy: Always

Expand Down