Skip to content

Commit 3f1448e

Browse files
committed
version 13.5.2
1 parent 386fe6d commit 3f1448e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
env:
9-
DSS_VERSION: 13.5.0
9+
DSS_VERSION: 13.5.2
1010
KUBE_NAMESPACE: dataiku
1111

1212
jobs:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ You must also create a secret to access to the container registry:
6868

6969
##### Build design node kubernetes image
7070

71-
With `DSS_VERSION`set to be dss version to be build (e.g. 13.5.0):
71+
With `DSS_VERSION`set to be dss version to be build (e.g. 13.5.2):
7272

7373
cd dss-docker
74-
DSS_VERSION=13.5.0
74+
DSS_VERSION=13.5.2
7575
docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .
7676

7777
Docker image release note:
@@ -109,7 +109,7 @@ If admin from UI don't work or if you want to enable custom registry and to publ
109109
DOCKER_REGISTRY=rg.fr-par.scw.cloud/mywonderfulregistry
110110
DOCKER_USER=myuser
111111
DOCKER_PASSWORD=mypassword
112-
DSS_VERSION=13.5.0
112+
DSS_VERSION=13.5.2
113113

114114
kubectl -n dataiku exec -it $(kubectl -n dataiku get pod | grep '2/2' | awk '{print $1}') -- docker login ${DOCKER_REGISTRY} -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}
115115

dss-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains the Dockerfile which is used by Dataiku to build the sta
44

55
To rebuild, run (around 30 minutes):
66

7-
DSS_VERSION=13.5.0
7+
DSS_VERSION=13.5.2
88
docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .
99

1010
To run, with data in `DSS_DATADIR` (e.g `~/dss`)

kubernetes/dataiku.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
mountPath: /home/dataiku/dss
5555
containers:
5656
- name: dataiku
57-
image: rhanka/dataiku:13.5.0
57+
image: rhanka/dataiku:13.5.2
5858
ports:
5959
- containerPort: 10000
6060
env:

0 commit comments

Comments
 (0)