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