Skip to content

Commit 5358587

Browse files
committed
[chore]: release new version of application - da014d5
1 parent da014d5 commit 5358587

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

project/k8s/kustomization.yaml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
---
21
apiVersion: kustomize.config.k8s.io/v1beta1
32
kind: Kustomization
43

54
resources:
6-
- "config/potsgres.configmap.yaml"
7-
- "deployment/project.v1.deployment.yaml"
8-
- "deployment/broadcaster.deployment.yaml"
9-
- "gateway/project.gateway.yaml"
10-
- "gateway/project.route.yaml"
11-
- "services/project.v1.service.yaml"
12-
- "statefulsets/postgres.statefulset.yaml"
13-
- "storage/pvc.yaml"
5+
- config/potsgres.configmap.yaml
6+
- deployment/project.v1.deployment.yaml
7+
- deployment/broadcaster.deployment.yaml
8+
- gateway/project.gateway.yaml
9+
- gateway/project.route.yaml
10+
- services/project.v1.service.yaml
11+
- statefulsets/postgres.statefulset.yaml
12+
- storage/pvc.yaml
1413

15-
images:
16-
- name: PROJECT/FRONTEND
17-
newName: akhonya/dwk-frontend
18-
newTag: v1.0.5
1914

20-
- name: PROJECT/BACKEND
21-
newName: akhonya/dwk-backend
22-
newTag: v1.2.3
2315

24-
- name: PROJECT/BROADCASTER
25-
newName: akhonya/broadcaster
26-
newTag: v1.0.0
16+
images:
17+
- name: PROJECT/BACKEND
18+
newName: akhonya/dwk-backend
19+
newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f
20+
- name: PROJECT/BROADCASTER
21+
newName: akhonya/broadcaster
22+
newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f
23+
- name: PROJECT/FRONTEND
24+
newName: akhonya/dwk-frontend
25+
newTag: da014d5e4b6d08076ff33d79b995925a8cf6a87f

0 commit comments

Comments
 (0)