Skip to content

Commit

Permalink
fix(k8s-deploy): set image tag to latest
Browse files Browse the repository at this point in the history
closes #178
  • Loading branch information
clementnuss authored Aug 14, 2023
1 parent 0998887 commit 69e9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: kubelet-csr-approver
containers:
- name: kubelet-csr-approver
image: postfinance/kubelet-csr-approver:v1.0.1
image: postfinance/kubelet-csr-approver:latest
resources:
limits:
memory: "128Mi"
Expand Down

0 comments on commit 69e9249

Please sign in to comment.