File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SA?=source activate
1212ENV: =enterprise-gateway-dev
1313SHELL: =/bin/bash
1414
15- VERSION? =3.0.0.dev0
15+ VERSION? =2.6.0
1616SPARK_VERSION? =2.4.6
1717
1818ifeq (dev, $(findstring dev, $(VERSION ) ) )
Original file line number Diff line number Diff line change 33# Copyright (c) Jupyter Development Team.
44# Distributed under the terms of the Modified BSD License.
55
6- __version__ = '3.0.0.dev0 '
6+ __version__ = '2.6.0 '
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version: "3.5"
1111services :
1212
1313 enterprise-gateway :
14- image : elyra/enterprise-gateway:dev
14+ image : elyra/enterprise-gateway:2.6.0
1515 user : root
1616 volumes :
1717 - " /var/run/docker.sock:/var/run/docker.sock"
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ spec:
194194 # value: <configured-auth-token>
195195
196196 # Ensure the following VERSION tag is updated to the version of Enterprise Gateway you wish to run
197- image : elyra/enterprise-gateway:dev
197+ image : elyra/enterprise-gateway:2.6.0
198198 # Use IfNotPresent policy so that dev-based systems don't automatically
199199 # update. This provides more control. Since formal tags will be release-specific
200200 # this policy should be sufficient for them as well.
@@ -231,7 +231,7 @@ spec:
231231 spec :
232232 containers :
233233 - name : kernel-image-puller
234- image : elyra/kernel-image-puller:dev
234+ image : elyra/kernel-image-puller:2.6.0
235235 env :
236236 - name : KIP_GATEWAY_HOST
237237 value : " http://enterprise-gateway.enterprise-gateway:8888"
Original file line number Diff line number Diff line change 11name : enterprise-gateway
22description : A helm chart to deploy Jupyter Enterprise Gateway
3- version : 3.0 .0
3+ version : 2.6 .0
44apiVersion : v1
55icon : https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
66home : https://jupyter.org/enterprise_gateway
Original file line number Diff line number Diff line change 11# Enterprise Gateway image name and tag to use.
2- image : elyra/enterprise-gateway:dev
2+ image : elyra/enterprise-gateway:2.6.0
33# Enterprise Gateway image pull policy.
44imagePullPolicy : IfNotPresent
55# The primary port on which Enterprise Gateway is servicing requests.
@@ -83,7 +83,7 @@ ingress:
8383kip :
8484 enabled : true
8585 # Kernel Image Puller image name and tag to use.
86- image : elyra/kernel-image-puller:dev
86+ image : elyra/kernel-image-puller:2.6.0
8787 # Kernel Image Puller image pull policy.
8888 imagePullPolicy : IfNotPresent
8989 # Determines whether the Kernel Image Puller will pull kernel images it has previously pulled
You can’t perform that action at this time.
0 commit comments