Skip to content

Commit

Permalink
release(v0.5.0): freeze image tags
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Szakaly <[email protected]>
  • Loading branch information
alex1989hu committed May 16, 2022
1 parent 9781eae commit 5aa2183
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 @@ -42,7 +42,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.5.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 @@ -282,7 +282,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.5.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 @@ -233,7 +233,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.5.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 5aa2183

Please sign in to comment.