We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbd2c6b + bc80a39 commit 21c9932Copy full SHA for 21c9932
balancer/Deployment/backend.yaml
@@ -45,7 +45,7 @@ spec:
45
name: backend-env
46
- secretRef:
47
name: backend
48
- image: 'ghcr.io/codeforphilly/balancer-main/backend:latest'
+ image: 'ghcr.io/codeforphilly/balancer-main/backend:0.1.1'
49
imagePullPolicy: Always
50
51
ports:
balancer/Deployment/frontend.yaml
@@ -21,7 +21,7 @@ spec:
21
io.kompose.network/balancer-main-default: 'true'
22
spec:
23
containers:
24
- - image: 'ghcr.io/codeforphilly/balancer-main/frontend:latest'
+ - image: 'ghcr.io/codeforphilly/balancer-main/frontend:0.1.1'
25
26
name: frontend
27
0 commit comments