add mirror.gcr.io to registerless images

This commit is contained in:
2026-01-03 05:33:49 +02:00
parent eaf2d552ba
commit fe1e7f015f
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: go2rtc
image: alexxit/go2rtc
image: mirror.gcr.io/alexxit/go2rtc:latest
ports:
- name: rtsp
containerPort: 8554

View File

@@ -95,7 +95,7 @@ deployment:
image:
# -- default to amd64 docker image
repository: dxflrs/amd64_garage
repository: mirror.gcr.io/dxflrs/amd64_garage
# -- set the image tag, please prefer using the chart version and not this
# to avoid compatibility issues
tag: ""

View File

@@ -30,7 +30,7 @@ spec:
mountPath: "/keyfile"
containers:
- name: mongodb
image: mongo:8
image: mirror.gcr.io/library/mongo:8
ports:
- containerPort: 27017
name: mongo

View File

@@ -216,7 +216,7 @@ spec:
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
image: "kubernetesui/dashboard:v2.4.0"
image: "mirror.gcr.io/kubernetesui/dashboard:v2.4.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=kubernetes-dashboard

View File

@@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongodb
image: mongo:8
image: mirror.gcr.io/library/mongo:8
ports:
- containerPort: 27017
name: mongo

View File

@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongodb
image: mongo:8
image: mirror.gcr.io/library/mongo:8
ports:
- containerPort: 27017
name: mongo