Skip to content

Commit

Permalink
Merge pull request #279 from projectsyn/point-default-deploy-latest
Browse files Browse the repository at this point in the history
Always point default deploy to latest image
  • Loading branch information
bastjan authored Jun 5, 2024
2 parents e4578ab + cad5eb2 commit 8c2ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: lieutenant-operator
containers:
- name: lieutenant-operator
image: quay.io/projectsyn/lieutenant-operator:1.2.0
image: quay.io/projectsyn/lieutenant-operator:latest
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down

0 comments on commit 8c2ea7c

Please sign in to comment.