Skip to content

Commit

Permalink
Migrate k8s.gcr.io to registry.k8s.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav2107 committed Feb 13, 2023
1 parent 8e94068 commit 538d302
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cassandra/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM k8s.gcr.io/debian-base-amd64:0.3
FROM registry.k8s.io/debian-base-amd64:0.3

ARG BUILD_DATE
ARG VCS_REF
Expand Down
2 changes: 1 addition & 1 deletion guestbook-go/guestbook-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: guestbook
image: k8s.gcr.io/guestbook:v3
image: registry.k8s.io/guestbook:v3
ports:
- name: http-server
containerPort: 3000
2 changes: 1 addition & 1 deletion guestbook-go/redis-master-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: redis-master
image: k8s.gcr.io/redis:e2e
image: registry.k8s.io/redis:e2e
ports:
- name: redis-server
containerPort: 6379
2 changes: 1 addition & 1 deletion guestbook-go/redis-replica-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: redis-replica
image: k8s.gcr.io/redis-slave:v2
image: registry.k8s.io/redis-slave:v2
ports:
- name: redis-server
containerPort: 6379

0 comments on commit 538d302

Please sign in to comment.