Skip to content

Commit

Permalink
update submit to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 1, 2024
1 parent 0ae84a4 commit 463aae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script:
native:
container:
name: "codeserver"
image: "ghcr.io/nesi/training-environment-codeserver-app:v0.1.9"
image: "ghcr.io/nesi/training-environment-codeserver-app:v0.1.10"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
restart_policy: 'OnFailure'
env:
Expand Down Expand Up @@ -53,4 +53,4 @@ script:
CFG="$(hostname)-secret"

kubectl get secret ${CFG} -o json | jq --arg key $KEY --arg value $VALUE '.data[$key] = $value' | kubectl apply -f -
mount_path: '/opt/open_ondemand/helpers'
mount_path: '/opt/open_ondemand/helpers'

0 comments on commit 463aae9

Please sign in to comment.