Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Aug 15, 2024
1 parent 230f81d commit 8521190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/csiaddons/k8s-controller
newTag: latest
newTag: v0.9.0
- name: rbac-proxy
newName: gcr.io/kubebuilder/kube-rbac-proxy
newTag: v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/controller/setup-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/csiaddons/k8s-controller:latest
image: quay.io/csiaddons/k8s-controller:v0.9.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 8521190

Please sign in to comment.