Skip to content

Commit

Permalink
Update charts with latest changes (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
circleci-wiz authored Dec 19, 2024
1 parent 7fd2c71 commit 21c007b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
Expand Down Expand Up @@ -753,6 +754,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
Expand Down Expand Up @@ -831,6 +832,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ webhooks:
values:
- kube-system
- kube-node-lease
- wiz
timeoutSeconds: 8
failurePolicy: Ignore
sideEffects: None
2 changes: 1 addition & 1 deletion wiz-admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.7.7
version: 3.7.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions wiz-admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ opaWebhook:
values:
- kube-system
- kube-node-lease
- wiz

timeoutSeconds: 8 # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts
failurePolicy: Ignore # Determines what to do when Wiz Admission Controller fails
Expand Down Expand Up @@ -186,6 +187,7 @@ imageIntegrityWebhook:
values:
- kube-system
- kube-node-lease
- wiz

timeoutSeconds: 8 # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts
failurePolicy: Ignore # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#failure-policy
Expand Down Expand Up @@ -263,6 +265,7 @@ kubernetesAuditLogsWebhook:
values:
- kube-system
- kube-node-lease
- wiz

timeoutSeconds: 8 # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts
failurePolicy: Ignore # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#failure-policy
Expand Down Expand Up @@ -306,6 +309,7 @@ debugWebhook:
values:
- kube-system
- kube-node-lease
- wiz

timeoutSeconds: 8 # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts
failurePolicy: Ignore # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#failure-policy
Expand Down

0 comments on commit 21c007b

Please sign in to comment.