Skip to content

Commit

Permalink
Removed old docker file and updated image name in yamls
Browse files Browse the repository at this point in the history
Signed-off-by: bharathappali <[email protected]>
  • Loading branch information
bharathappali committed Aug 11, 2023
1 parent 23313c7 commit 592033b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions Dockerfile.old

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/dynamic/kruize-ui-nginx-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: docker.io/bharathappali/kruize-ui:central-config
image: quay.io/kruize/kruize-ui:test
imagePullPolicy: Always
env:
- name: KRUIZE_UI_ENV
Expand Down
2 changes: 1 addition & 1 deletion manifests/static/kruize-ui-nginx-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ metadata:
spec:
containers:
- name: kruize-ui-nginx-container
image: bharathappali/kruize-ui:test
image: quay.io/kruize/kruize-ui:test
volumeMounts:
- name: nginx-config-volume
mountPath: /etc/nginx/nginx.conf
Expand Down

0 comments on commit 592033b

Please sign in to comment.