File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
manifests/helm/kepler-operator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ kubectl apply -k config/samples/
5959You can use the pre-built image from quay.io:
6060
6161``` sh
62- make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:main
62+ make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:latest
6363kubectl apply -k config/samples/
6464```
6565
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ maintainers:
22222323 - name : Kaiyi Liu
242425- icon : https://raw.githubusercontent.com/sustainable-computing-io/kepler-operator/v1alpha1 /docs/logo/kepler-icon.svg
25+ icon : https://raw.githubusercontent.com/sustainable-computing-io/kepler-operator/main /docs/logo/kepler-icon.svg
2626kubeVersion : " >=1.24.0"
Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ To use a specific must-gather image:
5454
5555``` sh
5656oc adm must-gather \
57- --image=quay.io/sustainable_computing_io/kepler-operator:v1alpha1 \
57+ --image=quay.io/sustainable_computing_io/kepler-operator:latest \
5858 -- /usr/bin/gather --operator < operator-name> --ns < namespace>
5959```
6060
6161** Example:**
6262
6363``` sh
6464oc adm must-gather \
65- --image=quay.io/sustainable_computing_io/kepler-operator:v1alpha1 \
65+ --image=quay.io/sustainable_computing_io/kepler-operator:latest \
6666 -- /usr/bin/gather --operator kepler-operator --ns openshift-operators
6767```
6868
You can’t perform that action at this time.
0 commit comments