diff --git a/frigate/transcode.yml b/frigate/transcode.yml index e524150..d0279ef 100644 --- a/frigate/transcode.yml +++ b/frigate/transcode.yml @@ -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 diff --git a/garage/values.yaml b/garage/values.yaml index fc2b69a..ebd75fb 100644 --- a/garage/values.yaml +++ b/garage/values.yaml @@ -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: "" diff --git a/hackerspace/mongo.yaml b/hackerspace/mongo.yaml index a835792..a072127 100644 --- a/hackerspace/mongo.yaml +++ b/hackerspace/mongo.yaml @@ -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 diff --git a/kubernetes-dashboard/application.yml b/kubernetes-dashboard/application.yml index 7e8720f..f8b9d11 100644 --- a/kubernetes-dashboard/application.yml +++ b/kubernetes-dashboard/application.yml @@ -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 diff --git a/unifi/unifi-mongo.yaml b/unifi/unifi-mongo.yaml index 53ae698..64fa506 100644 --- a/unifi/unifi-mongo.yaml +++ b/unifi/unifi-mongo.yaml @@ -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 diff --git a/wildduck/mongo.yaml b/wildduck/mongo.yaml index e1bf921..9071dc9 100644 --- a/wildduck/mongo.yaml +++ b/wildduck/mongo.yaml @@ -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