From 37ef4262123890b0c2ebf8d38b809bde2d316545 Mon Sep 17 00:00:00 2001 From: ottoson-keegan Date: Tue, 1 Dec 2020 16:19:44 -0500 Subject: [PATCH] updating manifest to use new image --- deployment/manifests/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/manifests/all.yaml b/deployment/manifests/all.yaml index 92c316e..d51f383 100644 --- a/deployment/manifests/all.yaml +++ b/deployment/manifests/all.yaml @@ -68,7 +68,7 @@ spec: fsGroup: 999 containers: - name: sonarqube - image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-0.2-community-ib-bb + image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-0.3-community-ib-bb imagePullPolicy: IfNotPresent ports: - name: http -- GitLab