Skip to content

Commit 21c9932

Browse files
☀ projected k8s-manifests-github from bc80a39
Source-holobranch: k8s-manifests-github Source-commit: bc80a39 Source: bc80a39
2 parents dbd2c6b + bc80a39 commit 21c9932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

balancer/Deployment/backend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
name: backend-env
4646
- secretRef:
4747
name: backend
48-
image: 'ghcr.io/codeforphilly/balancer-main/backend:latest'
48+
image: 'ghcr.io/codeforphilly/balancer-main/backend:0.1.1'
4949
imagePullPolicy: Always
5050
name: backend
5151
ports:

balancer/Deployment/frontend.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
io.kompose.network/balancer-main-default: 'true'
2222
spec:
2323
containers:
24-
- image: 'ghcr.io/codeforphilly/balancer-main/frontend:latest'
24+
- image: 'ghcr.io/codeforphilly/balancer-main/frontend:0.1.1'
2525
imagePullPolicy: Always
2626
name: frontend
2727
ports:

0 commit comments

Comments
 (0)