Skip to content

Commit

Permalink
fix remaining k8s.gcr.io refs
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Jul 5, 2023
1 parent f898d76 commit 47294d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/kubelet-bm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mkdir -p cni-bin/bin && \
# todo fix multus release env var with undescore
RUN curl -sSL --retry 5 https://github.com/intel/multus-cni/releases/download/v$MULTUS_RELEASE/multus-cni_3.8_linux_amd64.tar.gz | tar --strip 1 -xz -C cni-bin/bin

FROM k8s.gcr.io/build-image/debian-hyperkube-base-amd64:v1.1.0
FROM registry.k8s.io/build-image/debian-hyperkube-base-amd64:v1.1.0

LABEL source_repository="https://github.com/sapcc/kubernikus"

Expand Down
2 changes: 1 addition & 1 deletion contrib/kubelet-bm/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION?=v1.23.6
REGISTRY?=k8s.gcr.io
REGISTRY?=registry.k8s.io
REPOSITORY?=kubelet-bm
IMAGE?=keppel.eu-de-1.cloud.sap/ccloud
ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion contrib/nvidia-gpu/device-plugin-damonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostPath:
path: /dev
containers:
- image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:c8ad9bb0b192c7cd156747e12ad1a091ef7ae8af2852fb08a96b61477807b279"
- image: "registry.k8s.io/nvidia-gpu-device-plugin@sha256:c8ad9bb0b192c7cd156747e12ad1a091ef7ae8af2852fb08a96b61477807b279"
command:
- /usr/bin/nvidia-gpu-device-plugin
- -logtostderr
Expand Down
2 changes: 1 addition & 1 deletion contrib/nvidia-gpu/device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
hostPath:
path: /dev
containers:
- image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:0842734032018be107fa2490c98156992911e3e1f2a21e059ff0105b07dd8e9e"
- image: "registry.k8s.io/nvidia-gpu-device-plugin@sha256:0842734032018be107fa2490c98156992911e3e1f2a21e059ff0105b07dd8e9e"
command:
- /usr/bin/nvidia-gpu-device-plugin
- -logtostderr
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/ground/bootstrap/gpu/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
hostPath:
path: /dev
containers:
- image: "k8s.gcr.io/nvidia-gpu-device-plugin@sha256:d18b678437fedc4ec4211c20b3e5469a137a44f989da43dc275e4f2678170db4"
- image: "registry.k8s.io/nvidia-gpu-device-plugin@sha256:d18b678437fedc4ec4211c20b3e5469a137a44f989da43dc275e4f2678170db4"
command:
- /usr/bin/nvidia-gpu-device-plugin
- -host-path=/opt/nvidia/current
Expand Down

0 comments on commit 47294d8

Please sign in to comment.