Skip to content

Commit

Permalink
update aks client image (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
timwebster9 committed Oct 5, 2018
1 parent a8309a4 commit 3f112ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/sectionCI.groovy
Expand Up @@ -70,7 +70,7 @@ def call(params) {
Builder builder = pipelineType.builder

if (pl.dockerBuild) {
withDocker('hmcts/cnp-aks-client:az-2.0.46-kubectl-1.11.2', null) {
withDocker('hmcts/cnp-aks-client:az-2.0.46-kubectl-1.11.3', null) {
withSubscription(subscription) {
withRegistrySecrets {
def acr = new Acr(this, subscription, env.REGISTRY_NAME, env.REGISTRY_RESOURCE_GROUP)
Expand Down

0 comments on commit 3f112ba

Please sign in to comment.