Skip to content

Commit 69f259b

Browse files
authored
Merge pull request #334 from k-orc/v2-release
Release v2.0.2
2 parents 1624cca + 1b6c328 commit 69f259b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ORC heavily uses [CEL validations](https://kubernetes.io/docs/tasks/extend-kuber
4949
To install a released version of ORC, the simplest is probably to use the provided kustomization file:
5050

5151
```
52-
export ORC_RELEASE="https://github.com/k-orc/openstack-resource-controller/dist?ref=v2.0.0"
52+
export ORC_RELEASE="https://github.com/k-orc/openstack-resource-controller/dist?ref=v2.0.2"
5353
kubectl apply --server-side -k $ORC_RELEASE
5454
```
5555

dist/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4635,7 +4635,7 @@ spec:
46354635
- --health-probe-bind-address=:8081
46364636
command:
46374637
- /manager
4638-
image: quay.io/orc/openstack-resource-controller:v2.0.0
4638+
image: quay.io/orc/openstack-resource-controller:v2.0.2
46394639
livenessProbe:
46404640
httpGet:
46414641
path: /healthz

0 commit comments

Comments
 (0)