We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ec9de commit ea00a4bCopy full SHA for ea00a4b
1 file changed
Makefile
@@ -127,7 +127,7 @@ dev-install-grafana-operator-crds:
127
@$(KUBECTL) apply --force-conflicts --server-side=true -f https://github.com/grafana/grafana-operator/releases/download/$(GRAFANA_VERSION)/crds.yaml
128
129
PROMETHEUS := none
130
-PROMETHEUS_VERSION := v0.88.0
+PROMETHEUS_VERSION := v0.90.1
131
PROMETHEUS_LOOKUP := prometheus-operator/prometheus-operator
132
dev-install-prometheus-crds:
133
@$(KUBECTL) apply --force-conflicts --server-side=true -f https://github.com/prometheus-operator/prometheus-operator/releases/download/$(PROMETHEUS_VERSION)/bundle.yaml
0 commit comments