Skip to content

Commit d5c536e

Browse files
chore(deploy): update homepage images to sha-40d63cc9fda09b65735daa19f5e1579117a9297d
1 parent abbc3e8 commit d5c536e

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

services/homepage/overlays/prod/kustomization.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ kind: Kustomization
33
namespace: apps-homepage
44

55
resources:
6-
- ../../base
7-
- namespace.yaml
8-
- ingress.yaml
9-
- sealed-secret.yaml
6+
- ../../base
7+
- namespace.yaml
8+
- ingress.yaml
9+
- sealed-secret.yaml
1010

1111
commonLabels:
1212
environment: production
1313
project: devfactory-homepage
1414

1515
images:
16-
- name: ghcr.io/pseudo-lab/devfactory-homepage-backend
17-
newTag: sha-placeholder # Dynamically updated by CI (GitHub SHA)
18-
- name: ghcr.io/pseudo-lab/devfactory-homepage-frontend
19-
newTag: sha-placeholder # Dynamically updated by CI (GitHub SHA)
16+
- name: ghcr.io/pseudo-lab/devfactory-homepage-backend
17+
newName: ghcr.io/pseudo-lab/devfactory-homepage-backend
18+
newTag: sha-40d63cc
19+
- name: ghcr.io/pseudo-lab/devfactory-homepage-frontend
20+
newName: ghcr.io/pseudo-lab/devfactory-homepage-frontend
21+
newTag: sha-40d63cc

0 commit comments

Comments
 (0)