Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhill committed Jan 22, 2025
2 parents 074ef53 + 5de989d commit cc07caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jarvice-pull-system-images
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PUSH_REPOSITORY=$JARVICE_REPOSITORY

DOCKER=docker

JARVICE_IMAGES="jarvice-slurm-scheduler jarvice-dal jarvice-scheduler jarvice-sched-pass jarvice-k8s-scheduler jarvice-pod-scheduler jarvice-api jarvice-mc-portal init initv2 jarvice-appsync jarvice-dockerbuild jarvice-dockerpull jarvice-keycloak jarvice-bird jarvice-bird-portal jarvice-bird-server jarvice-external-api"
JARVICE_IMAGES="jarvice-slurm-scheduler jarvice-dal jarvice-scheduler jarvice-sched-pass jarvice-k8s-scheduler jarvice-pod-scheduler jarvice-api jarvice-mc-portal init initv2 jarvice-appsync jarvice-dockerbuild jarvice-dockerpull jarvice-keycloak jarvice-bird jarvice-bird-portal jarvice-bird-server jarvice-api-v1"
JARVICE_PUBLIC_IMAGES="init-kns"
EXTRA_IMAGES=$(grep -iw image: $values_yaml 2>/dev/null | sed 's/#.*//' | awk '{print $2}' | sort | uniq)
EXTRA_IMAGES+=" quay.io/jetstack/trust-manager:v0.9.2 quay.io/jetstack/cert-manager-package-debian:20210119.0 us-docker.pkg.dev/jarvice/images/kns-gotty:n1.3.0"
Expand Down
3 changes: 3 additions & 0 deletions templates/jarvice-service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rules:
- apiGroups: [""]
resources: ["bindings"]
verbs: ["create"]
- apiGroups: [""]
resources: ["pods/binding"]
verbs: ["create"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list"]
Expand Down

0 comments on commit cc07caa

Please sign in to comment.