File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ORC heavily uses [CEL validations](https://kubernetes.io/docs/tasks/extend-kuber
4949To 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 "
5353kubectl apply --server-side -k $ORC_RELEASE
5454```
5555
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments