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" topologyKey: "kubernetes.io/hostname"
containers: containers:
- name: go2rtc - name: go2rtc
image: alexxit/go2rtc image: mirror.gcr.io/alexxit/go2rtc:latest
ports: ports:
- name: rtsp - name: rtsp
containerPort: 8554 containerPort: 8554

View File

@@ -95,7 +95,7 @@ deployment:
image: image:
# -- default to amd64 docker 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 # -- set the image tag, please prefer using the chart version and not this
# to avoid compatibility issues # to avoid compatibility issues
tag: "" tag: ""

View File

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

View File

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

View File

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

View File

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