Skip to content

Commit

Permalink
release(v0.9.0): freeze image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
  • Loading branch information
alex1989hu committed Jan 19, 2025
1 parent dd9bdde commit 091a948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/base/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
effect: NoSchedule
containers:
- name: cert-approver
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:main
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.9.0
imagePullPolicy: Always
args:
- serve
Expand Down
2 changes: 1 addition & 1 deletion deploy/ha-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:main
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.9.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/standalone-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:main
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.9.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 091a948

Please sign in to comment.