Skip to content

Commit

Permalink
changing slurm image names in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed Oct 30, 2023
1 parent f5b200f commit aadc1a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions slurm/manifests/containerssh/configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kubernetes:
serviceAccountName: slurm
initContainers:
- name: fix-munge-paths
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- sh
- -c
Expand All @@ -40,7 +40,7 @@ kubernetes:
- name: munge-socket
mountPath: /run/munge
- name: add-jobs
image: ghcr.io/naps-product-sa/openshift-batch:login-latest
image: ghcr.io/naps-product-sa/openshift-batch/login:latest
command:
- sh
- -c
Expand Down Expand Up @@ -69,7 +69,7 @@ kubernetes:
mountPath: /home
containers:
- name: shell
image: ghcr.io/naps-product-sa/openshift-batch:login-latest
image: ghcr.io/naps-product-sa/openshift-batch/login:latest
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand All @@ -82,7 +82,7 @@ kubernetes:
- name: shared
mountPath: /home
- name: munge
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- /sbin/munged
- -F
Expand Down
6 changes: 3 additions & 3 deletions slurm/manifests/statefulset-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: slurm
initContainers:
- name: fix-munge-paths
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- sh
- -c
Expand All @@ -46,7 +46,7 @@ spec:
mountPath: /run/munge
containers:
- name: munge
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- /sbin/munged
- -F
Expand All @@ -60,7 +60,7 @@ spec:
- name: munge-key
mountPath: /etc/munge
- name: slurm
image: ghcr.io/naps-product-sa/openshift-batch:slurm-latest
image: ghcr.io/naps-product-sa/openshift-batch/slurm:latest
command:
- /sbin/slurmd
- -D
Expand Down
6 changes: 3 additions & 3 deletions slurm/manifests/statefulset-head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: slurm
initContainers:
- name: fix-munge-paths
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- sh
- -c
Expand All @@ -45,7 +45,7 @@ spec:
mountPath: /run/munge
containers:
- name: munge
image: ghcr.io/naps-product-sa/openshift-batch:munge-latest
image: ghcr.io/naps-product-sa/openshift-batch/munge:latest
command:
- /sbin/munged
- -F
Expand All @@ -59,7 +59,7 @@ spec:
- name: munge-key
mountPath: /etc/munge
- name: slurm
image: ghcr.io/naps-product-sa/openshift-batch:slurm-latest
image: ghcr.io/naps-product-sa/openshift-batch/slurm:latest
command:
- /sbin/slurmctld
- -D
Expand Down

0 comments on commit aadc1a3

Please sign in to comment.