File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SA?=source activate
12
12
ENV: =enterprise-gateway-dev
13
13
SHELL: =/bin/bash
14
14
15
- VERSION? =3.0.0.dev0
15
+ VERSION? =2.6.0
16
16
SPARK_VERSION? =2.4.6
17
17
18
18
ifeq (dev, $(findstring dev, $(VERSION ) ) )
Original file line number Diff line number Diff line change 3
3
# Copyright (c) Jupyter Development Team.
4
4
# Distributed under the terms of the Modified BSD License.
5
5
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"
11
11
services :
12
12
13
13
enterprise-gateway :
14
- image : elyra/enterprise-gateway:dev
14
+ image : elyra/enterprise-gateway:2.6.0
15
15
user : root
16
16
volumes :
17
17
- " /var/run/docker.sock:/var/run/docker.sock"
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ spec:
194
194
# value: <configured-auth-token>
195
195
196
196
# 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
198
198
# Use IfNotPresent policy so that dev-based systems don't automatically
199
199
# update. This provides more control. Since formal tags will be release-specific
200
200
# this policy should be sufficient for them as well.
@@ -231,7 +231,7 @@ spec:
231
231
spec :
232
232
containers :
233
233
- name : kernel-image-puller
234
- image : elyra/kernel-image-puller:dev
234
+ image : elyra/kernel-image-puller:2.6.0
235
235
env :
236
236
- name : KIP_GATEWAY_HOST
237
237
value : " http://enterprise-gateway.enterprise-gateway:8888"
Original file line number Diff line number Diff line change 1
1
name : enterprise-gateway
2
2
description : A helm chart to deploy Jupyter Enterprise Gateway
3
- version : 3.0 .0
3
+ version : 2.6 .0
4
4
apiVersion : v1
5
5
icon : https://avatars1.githubusercontent.com/u/7388996?s=200&v=4
6
6
home : https://jupyter.org/enterprise_gateway
Original file line number Diff line number Diff line change 1
1
# Enterprise Gateway image name and tag to use.
2
- image : elyra/enterprise-gateway:dev
2
+ image : elyra/enterprise-gateway:2.6.0
3
3
# Enterprise Gateway image pull policy.
4
4
imagePullPolicy : IfNotPresent
5
5
# The primary port on which Enterprise Gateway is servicing requests.
@@ -83,7 +83,7 @@ ingress:
83
83
kip :
84
84
enabled : true
85
85
# 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
87
87
# Kernel Image Puller image pull policy.
88
88
imagePullPolicy : IfNotPresent
89
89
# 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