Skip to content

Commit

Permalink
Prepare for next development interaction 3.3.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Feb 20, 2024
1 parent 0b26b45 commit a1f9707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "3.5"
# 3. We only use one replica since session affinity is another point of investigation in Swarm
services:
enterprise-gateway:
image: elyra/enterprise-gateway:3.2.3
image: elyra/enterprise-gateway:dev
user: root
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
Expand Down
2 changes: 1 addition & 1 deletion etc/kubernetes/helm/enterprise-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A helm chart to deploy Jupyter Enterprise Gateway
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.2.3
version: 3.3.0-dev0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions etc/kubernetes/helm/enterprise-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ imagePullSecretsCreate:
# --set imagePullSecretsCreate.secrets[1].data="UHJvZCBTZWNyZXQgSW5mb3JtYXRpb24K"

# Enterprise Gateway image name and tag to use.
image: elyra/enterprise-gateway:3.2.3
image: elyra/enterprise-gateway:dev
# Enterprise Gateway image pull policy.
imagePullPolicy: IfNotPresent
# K8s Enterprise Gateway Service
Expand Down Expand Up @@ -156,7 +156,7 @@ kip:
create: false
annotations: {}
# Kernel Image Puller image name and tag to use.
image: elyra/kernel-image-puller:3.2.3
image: elyra/kernel-image-puller:dev
# Kernel Image Puller image pull policy.
imagePullPolicy: IfNotPresent
# Determines whether the Kernel Image Puller will pull kernel images it has previously pulled
Expand Down

0 comments on commit a1f9707

Please sign in to comment.