Skip to content

Commit

Permalink
Merge pull request #280 from projectsyn/examples-point-to-latest
Browse files Browse the repository at this point in the history
Examples: always point to latest image.
  • Loading branch information
bastjan authored Jun 5, 2024
2 parents 8ce4e18 + 173d1b7 commit 886e111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/samples/deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
serviceAccountName: lieutenant-operator
containers:
- name: lieutenant-operator
image: docker.io/projectsyn/lieutenant-operator:1.2.0
image: docker.io/projectsyn/lieutenant-operator:latest
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commonLabels:
app.kubernetes.io/part-of: project-syn
images:
- name: docker.io/projectsyn/lieutenant-operator
newTag: 1.6.1
newTag: latest
resources:
- deployment.yaml
- role_binding.yaml
Expand Down

0 comments on commit 886e111

Please sign in to comment.