Skip to content

Commit

Permalink
feat: run build jobs using modelix/mps-vnc-baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 27, 2024
1 parent 708695b commit 31d5a64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: MODEL_URI
value: "http://{{ include "modelix.fullname" . }}-model:28101/"
- name: PRE_STARTUP_SCRIPT_URL
value: "http://{{ include "modelix.fullname" . }}-workspace-manager:28104/client/pre-startup.sh"
value: "http://{{ include "modelix.fullname" . }}-workspace-manager:28104/static/pre-startup.sh"
ports:
- name: "vnc"
containerPort: 5800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ spec:
- name: "KUBERNETES_NAMESPACE"
value: {{ .Release.Namespace }}
- name: "WORKSPACE_JOB_IMAGE_NAME"
value: "{{ .Values.dockerProxy.prefix }}modelix/modelix-workspace-job"
value: "{{ .Values.dockerProxy.prefix }}modelix/mps-vnc-baseimage"
- name: "WORKSPACE_JOB_IMAGE_VERSION"
value: "{{ .Values.imageTags.wsJob | default .Values.versions.modelix.workspaces | default .Chart.AppVersion }}"
value: "{{ .Values.versions.modelix.vncBaseImage }}"
- name: "KUBERNETES_PREFIX"
value: "{{ include "modelix.fullname" . }}-"
- name: MODELIX_MAX_BODY_SIZE
Expand Down
6 changes: 3 additions & 3 deletions helm/modelix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ fullnameOverride: ""

versions:
modelix:
workspaces: "0.4.4-pr194-1783e3b0"
core: "10.1.0-pr1190-c6ab4b78"
workspaces: "0.4.4-pr194-299426c6"
core: "10.1.0-pr1190-187b03d6"
kubernetes: "0.3.1"
vncBaseImage: "0.7.0"
vncBaseImage: "0.8.0"

imageTags:
db: ""
Expand Down
4 changes: 2 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modelix core version.
modelixCoreVersion=10.1.0-pr1190-c6ab4b78
modelixCoreVersion=10.1.0-pr1190-187b03d6
# Modelix Workspaces versions
modelixWorkspacesVersion=0.4.4-pr194-1783e3b0
modelixWorkspacesVersion=0.4.4-pr194-299426c6

0 comments on commit 31d5a64

Please sign in to comment.