update prometheus-operator
This commit is contained in:
parent
ae9be6e676
commit
9327f22c46
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ KUSTOMIZEFLAGS = --enable-alpha-plugins
|
||||||
KUBECTL = kubectl
|
KUBECTL = kubectl
|
||||||
KUBECTLFLAGS =
|
KUBECTLFLAGS =
|
||||||
KUBECTLDIFFFLAGS =
|
KUBECTLDIFFFLAGS =
|
||||||
KUBECTLAPPLYFLAGS = --prune
|
KUBECTLAPPLYFLAGS = --server-side=true --force-conflicts --prune
|
||||||
|
|
||||||
SRC := $(shell find kustomize/ -type f)
|
SRC := $(shell find kustomize/ -type f)
|
||||||
OUTDIR = build
|
OUTDIR = build
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
resources:
|
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
|
namespace: kube-system
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue