Skip to content

Commit b23c792

Browse files
committed
docs: update v1alpha1 reference to main
This commit updates the v1alpha1 reference to main Signed-off-by: vprashar2929 <[email protected]>
1 parent 836b2fd commit b23c792

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kubectl apply -k config/samples/
5959
You 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
6363
kubectl apply -k config/samples/
6464
```
6565

manifests/helm/kepler-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ maintainers:
2222
2323
- name: Kaiyi Liu
2424
25-
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
2626
kubeVersion: ">=1.24.0"

must-gather/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ To use a specific must-gather image:
5454

5555
```sh
5656
oc 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
6464
oc 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

0 commit comments

Comments
 (0)