Bump firewall image to 2.3.3 (Helm + CloudFormation) - #25
Merged
Conversation
Chart appVersion 2.2.0 -> 2.3.3, chart version 0.11.3 -> 0.11.4, and the CloudFormation FirewallImageTag/ChartVersion defaults + doc references.
Ruxandra Fediuc (ruxandrafed)
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the default firewall image/chart references from 2.2.0 to 2.3.3.
helm/Chart.yaml: appVersion 2.2.0 -> 2.3.3, chart version 0.11.3 -> 0.11.4cloudformation/firewall-eks.yaml:FirewallImageTag/ChartVersionparameter defaults updated to matchcloudformation/values/dns-override.values.yaml,helm/values.yaml: pinnedimage.tagupdatedhelm/README.md,cloudformation/README.md: doc references updated to match2.3.3 fixes intermittent 502s on package downloads and Socket API calls (stale pooled connection retried once on a fresh connection), and exempts OpenVSX extension-gallery traffic (VS Code, Cursor, VSCodium) from the client bearer-token gate, since those editors have no way to supply a custom
Authorizationheader.Firewall release: https://github.com/SocketDev/socket-nginx-firewall/releases/tag/v2.3.3
Verified locally:
helm lint helm/(0 failures) andhelm template helm/rendersimage: "socketdev/socket-registry-firewall:2.3.3".Note
Low Risk
Version-pin updates only; behavior changes come from the upstream 2.3.3 image when clusters upgrade, not from modified deployment logic in this repo.
Overview
Bumps default firewall image and Helm chart versions so new installs and CloudFormation handoffs pull 2.3.3 / chart 0.11.4 instead of 2.2.0 / 0.11.3.
Updates are aligned across
helm/Chart.yaml(appVersion,version),helm/values.yaml, the EKS example values file,cloudformation/firewall-eks.yamlparameter defaults (FirewallImageTag,ChartVersion), and the matching README docs. No chart templates or stack logic change—only pinned defaults and documentation.Reviewed by Cursor Bugbot for commit c9cac32. Configure here.