Migrate from k8s.gcr.io to registry.k8s.io (#5436)

Signed-off-by: Shikhar Saxena <shikhar06jan@gmail.com>
This commit is contained in:
Shikhar Saxena 2023-02-23 03:17:28 +05:30 committed by GitHub
parent 320dd9e562
commit cb705a3f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ spec:
- name: FLUENT_PORT
value: "24224"
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 8080
name: viewer

View File

@ -141,7 +141,7 @@ spec:
- name: FLUENT_PORT
value: "24224"
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: registry.k8s.io/nginx-slim:0.8
ports:
- containerPort: 8080
name: viewer

View File

@ -1,4 +1,4 @@
FROM k8s.gcr.io/fluentd-elasticsearch:v2.0.4
FROM registry.k8s.io/fluentd-elasticsearch:v2.0.4
RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev libffi-dev" \
&& clean-install $BUILD_DEPS \