Skip to content

Commit

Permalink
release(v0.7.6): 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 Nov 7, 2023
1 parent 1e16e32 commit c430ba5
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:0.7.5
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.7.6
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:0.7.5
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.7.6
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:0.7.5
image: ghcr.io/alex1989hu/kubelet-serving-cert-approver:0.7.6
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit c430ba5

Please sign in to comment.