You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/05/22 19:17:52 UTC

[incubator-openwhisk-deploy-kube] branch master updated: Invoker agent failed to pull docker images if using docker registry name. (#468)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 6982973  Invoker agent failed to pull docker images if using docker registry name. (#468)
6982973 is described below

commit 6982973794cb14a3f3c5831a7049429c88e929f0
Author: Neeraj Mangal <ne...@users.noreply.github.com>
AuthorDate: Thu May 23 00:05:17 2019 +0530

    Invoker agent failed to pull docker images if using docker registry name. (#468)
---
 helm/openwhisk/templates/_invoker-helpers.tpl | 2 +-
 helm/openwhisk/values.yaml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/openwhisk/templates/_invoker-helpers.tpl b/helm/openwhisk/templates/_invoker-helpers.tpl
index 8f9ee5f..1795785 100644
--- a/helm/openwhisk/templates/_invoker-helpers.tpl
+++ b/helm/openwhisk/templates/_invoker-helpers.tpl
@@ -48,7 +48,7 @@
       value: {{ template "openwhisk.runtimes_manifest" . }}
 {{- if ne .Values.docker.registry.name "" }}
     - name: "RUNTIMES_REGISTRY"
-      value: "{{- .Values.docker.registry.name -}}/"
+      value: "{{- .Values.docker.registry.name -}}"
     - name: "RUNTIMES_REGISTRY_USERNAME"
       valueFrom:
         secretKeyRef:
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index e41db73..c5ad561 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -136,7 +136,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "d353d26"
+  imageTag: "73732b4"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry