Skip to content

Commit a06e3f9

Browse files
author
Jody McIntyre
committed
Switch to PlotlyCloud project
1 parent ba6ec79 commit a06e3f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/kube/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
topologyKey: "kubernetes.io/hostname"
2525
containers:
2626
- name: imageserver-app
27-
image: gcr.io/jody-imageserver-test/imageserver
27+
image: gcr.io/sunlit-shelter-132119/imageserver
2828
# This setting makes nodes pull the docker image every time before
2929
# starting the pod. This is useful when debugging, but should be turned
3030
# off in production.

deployment/roles/update/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- debug: msg="Deploying rev {{ sha1_to_deploy }}"
66

77
- name: Ensure image exists
8-
local_action: shell gcloud container images list-tags gcr.io/jody-imageserver-test/imageserver |grep -q {{ sha1_to_deploy }}
8+
local_action: shell gcloud container images list-tags gcr.io/sunlit-shelter-132119/imageserver |grep -q {{ sha1_to_deploy }}
99

1010
- name: Rollout new image
11-
local_action: command kubectl set image deployments/imageserver imageserver-app=gcr.io/jody-imageserver-test/imageserver:{{ sha1_to_deploy }}
11+
local_action: command kubectl set image deployments/imageserver imageserver-app=gcr.io/sunlit-shelter-132119/imageserver:{{ sha1_to_deploy }}

0 commit comments

Comments
 (0)