Skip to content

Commit

Permalink
Merge pull request #75 from CodeForPhilly/releases/k8s-manifests
Browse files Browse the repository at this point in the history
Deploy releases/k8s-manifests 21c9932
  • Loading branch information
themightychris authored May 30, 2024
2 parents 8cfff27 + 21c9932 commit afe926b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balancer/Deployment/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
name: backend-env
- secretRef:
name: backend
image: 'ghcr.io/codeforphilly/balancer-main/backend:latest'
image: 'ghcr.io/codeforphilly/balancer-main/backend:0.1.1'
imagePullPolicy: Always
name: backend
ports:
Expand Down
2 changes: 1 addition & 1 deletion balancer/Deployment/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
io.kompose.network/balancer-main-default: 'true'
spec:
containers:
- image: 'ghcr.io/codeforphilly/balancer-main/frontend:latest'
- image: 'ghcr.io/codeforphilly/balancer-main/frontend:0.1.1'
imagePullPolicy: Always
name: frontend
ports:
Expand Down

0 comments on commit afe926b

Please sign in to comment.