1
0
Fork 0

update prometheus-operator

This commit is contained in:
Massaki Archambault 2023-02-20 09:47:13 -05:00
parent ae9be6e676
commit 9327f22c46
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ KUSTOMIZEFLAGS = --enable-alpha-plugins
KUBECTL = kubectl
KUBECTLFLAGS =
KUBECTLDIFFFLAGS =
KUBECTLAPPLYFLAGS = --prune
KUBECTLAPPLYFLAGS = --server-side=true --force-conflicts --prune
SRC := $(shell find kustomize/ -type f)
OUTDIR = build

View File

@ -1,5 +1,5 @@
resources:
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/release-0.50/bundle.yaml
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.63.0/bundle.yaml
namespace: kube-system