Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 7e2106a

Browse files
authored
fix: Set new release version of prometheus-service (#198)
1 parent caa7f5b commit 7e2106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart/multistage-delivery.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ verify_test_step $? "Applying Ingress for Prometheus failed"
148148
echo "Prometheus is available at http://prometheus.$INGRESS_IP.nip.io:$INGRESS_PORT "
149149

150150
print_headline "Setting up Prometheus integration"
151-
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.2/deploy/role.yaml -n monitoring
152-
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.2/deploy/service.yaml
151+
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.7.0/deploy/role.yaml -n monitoring
152+
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.7.0/deploy/service.yaml
153153

154154
promsecretdata="url: http://prometheus-server.monitoring.svc.cluster.local:80"
155155
echo "kubectl create secret generic -n keptn prometheus-credentials-$PROJECT --from-literal=prometheus-credentials=$promsecretdata"

0 commit comments

Comments
 (0)