Skip to content

Commit

Permalink
Change image repos to quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fxiang1 committed Mar 31, 2021
1 parent b34fe72 commit 4fd4edb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mortgagecm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
configMapKeyRef:
name: env-config
key: log_level
image: "fxiang/mortgage:0.4.0"
image: "quay.io/fxiang1/mortgage:0.5.0"
imagePullPolicy: Always
ports:
- containerPort: 9080
Expand Down
2 changes: 1 addition & 1 deletion mortgagedc/deploymentconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: mortgagedc-mortgage
image: 'fxiang/mortgage:0.4.0'
image: 'quay.io/fxiang1/mortgage:0.5.0'
ports:
- containerPort: 9080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion mortgageds/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: mortgageds-mortgage
image: 'fxiang/mortgage:0.4.0'
image: 'quay.io/fxiang1/mortgage:0.5.0'
ports:
- containerPort: 9080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion mortgagepod/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: mortgagepod-mortgage
image: 'fxiang/mortgage:0.4.0'
image: 'quay.io/fxiang1/mortgage:0.5.0'
ports:
- containerPort: 9080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion mortgagerc/replicationcontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: mortgagerc-mortgage
image: 'fxiang/mortgage:0.4.0'
image: 'quay.io/fxiang1/mortgage:0.5.0'
ports:
- containerPort: 9080
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion mortgagers/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: mortgagers-mortgage
image: 'fxiang/mortgage:0.4.0'
image: 'quay.io/fxiang1/mortgage:0.5.0'
ports:
- containerPort: 9080
protocol: TCP
Expand Down

0 comments on commit 4fd4edb

Please sign in to comment.