Skip to content

Commit

Permalink
change hook from ciliumnetworkpolicy patchWebHook to post (prometheus…
Browse files Browse the repository at this point in the history
…-community#3719)

Signed-off-by: QuantumEnigmaa <thibaud@giantswarm.io>
  • Loading branch information
QuantumEnigmaa authored and Matiasmct committed Aug 25, 2023
1 parent f59a306 commit 9ec2055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 48.3.5
version: 48.3.6
appVersion: v0.66.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: {{ template "kube-prometheus-stack.fullname" . }}-admission-patch
namespace: {{ template "kube-prometheus-stack.namespace" . }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
## Ensure this is run before the job
helm.sh/hook-weight: "-5"
Expand Down

0 comments on commit 9ec2055

Please sign in to comment.