-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
k8s helm charts - make proxy great again
Changes: 1. Block https scheme in httpsProxy Rather than allowing users to install the chart and fail miserably later, we shift left the check to template render time. 2. Check if proxy is configured but is not enabled
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
dependencies: | ||
- name: wiz-kubernetes-connector | ||
repository: https://wiz-sec.github.io/charts | ||
version: 3.2.9 | ||
- name: wiz-admission-controller | ||
repository: https://wiz-sec.github.io/charts | ||
version: 3.7.10 | ||
- name: wiz-sensor | ||
repository: https://wiz-sec.github.io/charts | ||
version: 1.0.5429 | ||
digest: sha256:1cc41e848d2c0583638ac0783e892a77608e96aee5a6d6a3f2364c24b89935ff | ||
generated: "2025-01-11T16:35:35.918316+02:00" |
Binary file not shown.
This file contains 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