Skip to content

Commit f2d6c86

Browse files
committed
change image pull secret
1 parent 18c0b28 commit f2d6c86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

k8s/production/auth/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: auth
1818
spec:
1919
imagePullSecrets:
20-
- name: do-registry
20+
- name: registry-aztlan-containers
2121
containers:
2222
- image: registry.digitalocean.com/aztlan-containers/auth:latest
2323
resources:

k8s/production/aztec-listener/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: aztec-listener
1818
spec:
1919
imagePullSecrets:
20-
- name: do-registry
20+
- name: registry-aztlan-containers
2121
initContainers:
2222
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
2323
name: run-migrations

k8s/production/explorer-api/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: explorer-api
1818
spec:
1919
imagePullSecrets:
20-
- name: do-registry
20+
- name: registry-aztlan-containers
2121
initContainers:
2222
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
2323
name: run-migrations

k8s/production/explorer-ui/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: explorer-ui
1818
spec:
1919
imagePullSecrets:
20-
- name: do-registry
20+
- name: registry-aztlan-containers
2121
containers:
2222
- image: registry.digitalocean.com/aztlan-containers/explorer-ui:latest
2323
resources:

0 commit comments

Comments
 (0)