diff --git a/src/tech/avroid/kube/PodTemplates.groovy b/src/tech/avroid/kube/PodTemplates.groovy index acf6eef..07a6ad4 100644 --- a/src/tech/avroid/kube/PodTemplates.groovy +++ b/src/tech/avroid/kube/PodTemplates.groovy @@ -472,7 +472,7 @@ class PodTemplates implements Serializable { this.script.containerTemplate( alwaysPullImage: true, name: 'sonar-scanner-cli', - image: "${this.registry}/docker-hub-proxy/sonar-scanner-cli:${imageVersion}", + image: "${this.registry}/docker-hub-proxy/sonarsource/sonar-scanner-cli:${imageVersion}", ttyEnabled: true, command: "cat", resourceRequestCpu: '5',