-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump socket-firewall chart and image versions #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,5 +13,5 @@ node_max_count = 3 | |
| firewall_domain = "sfw.security.sentry.io." | ||
|
|
||
| replica_count = 2 | ||
| helm_chart_version = "0.6.0" | ||
| firewall_image_tag = "2.0.4" | ||
| helm_chart_version = "0.9.0" | ||
| firewall_image_tag = "2.0.6" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The new firewall image may not be attested for Binary Authorization, which the auto-apply workflow doesn't check, risking a deployment failure and service outage. Suggested FixManually attest the new image version ( Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: The Helm chart version bump from 0.6.0 to 0.9.0 may break critical value overrides in
helm.tf, potentially causing a service outage due to a UID mismatch CrashLoop.Severity: CRITICAL
Suggested Fix
Before merging, verify that all keys for the value overrides in
helm.tfare still valid for the new Helm chart version (0.9.0). Check the chart'svalues.yamland changelog for any changes to keys likeinitContainers.certGenerator.securityContext. If keys have changed, update the Terraform configuration accordingly.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.