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 f2b33bd Invoker should pull runtime images from defined docker
runtime registry (#476)
f2b33bd is described below
commit f2b33bd3e70fffa88c1f7153608b9f7e7564a434
Author: Neeraj Mangal <[email protected]>
AuthorDate: Mon Jun 10 23:39:09 2019 +0530
Invoker should pull runtime images from defined docker runtime registry
(#476)
---
helm/openwhisk/templates/invoker-pod.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/helm/openwhisk/templates/invoker-pod.yaml
b/helm/openwhisk/templates/invoker-pod.yaml
index 0b368c5..14bbf2e 100644
--- a/helm/openwhisk/templates/invoker-pod.yaml
+++ b/helm/openwhisk/templates/invoker-pod.yaml
@@ -102,6 +102,9 @@ spec:
- name: "CONFIG_whisk_containerFactory_containerArgs_extraArgs_env_0"
value: "__OW_ALLOW_CONCURRENT={{
.Values.invoker.containerFactory.enableConcurrency }}"
+ - name: "CONFIG_whisk_containerFactory_runtimesRegistry_url"
+ value: "{{ .Values.docker.registry.name }}"
+
# Invoker name is the name of the node (DaemonSet) or pod
(StatefulSet)
- name: "INVOKER_NAME"
valueFrom: