Skip to content

Commit

Permalink
fix numbat helm
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Aug 9, 2024
1 parent 56504d6 commit c82acb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployments/helm-numbat-dind-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ template:
spec:
initContainers:
- name: init-dind-externals
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-jammy:test
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-numbat:test
imagePullPolicy: Always
command: ["cp", "-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"]
volumeMounts:
- name: dind-externals
mountPath: /home/runner/tmpDir
containers:
- name: runner
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-jammy:test
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-numbat:test
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
env:
Expand Down
4 changes: 2 additions & 2 deletions deployments/helm-numbat-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ template:
spec:
initContainers:
- name: init-dind-externals
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-jammy:latest
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-numbat:latest
imagePullPolicy: Always
command: ["cp", "-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"]
volumeMounts:
- name: dind-externals
mountPath: /home/runner/tmpDir
containers:
- name: runner
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-jammy:latest
image: ghcr.io/some-natalie/kubernoodles/rootless-ubuntu-numbat:latest
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
env:
Expand Down

0 comments on commit c82acb7

Please sign in to comment.