Skip to content

Commit 3f8f8e3

Browse files
authored
Merge pull request #601 from vprashar2929/chore-switch-main
chore: switch from v1alpha1 to main
2 parents 756cebc + 417f7aa commit 3f8f8e3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
id: additional_tags
250250
shell: bash
251251
run: |
252-
echo "result=$(git rev-parse --short HEAD),v1alpha1" >> $GITHUB_OUTPUT
252+
echo "result=$(git rev-parse --short HEAD),main" >> $GITHUB_OUTPUT
253253
254254
- name: Install all tools
255255
uses: ./.github/tools-cache

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Push
22

33
on: # yamllint disable-line rule:truthy
44
push:
5-
branches: [v1alpha1]
5+
branches: [main]
66

77
jobs:
88
test-and-codecov:
@@ -30,7 +30,7 @@ jobs:
3030
id: additional_tags
3131
shell: bash
3232
run: |
33-
echo "result=$(git rev-parse --short HEAD),v1alpha1" >> $GITHUB_OUTPUT
33+
echo "result=$(git rev-parse --short HEAD),main" >> $GITHUB_OUTPUT
3434
3535
- name: Build and Publish Images to External registry
3636
uses: ./.github/publish-images

README.md

Lines changed: 2 additions & 2 deletions
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:v1alpha1
62+
make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:main
6363
kubectl apply -k config/samples/
6464
```
6565

@@ -100,7 +100,7 @@ To completely remove the operator and all related resources:
100100

101101
## 📚 Developer Documentation
102102

103-
[Developer documentation](https://github.com/sustainable-computing-io/kepler-operator/tree/v1alpha1/docs/developer) is available for those who want to contribute to the codebase or understand its internals.
103+
[Developer documentation](https://github.com/sustainable-computing-io/kepler-operator/tree/main/docs/developer) is available for those who want to contribute to the codebase or understand its internals.
104104

105105
## 🤝 Contributing
106106

bundle/manifests/kepler-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ spec:
8181
MUST be enabled in your cluster.
8282
8383
### Documentation
84-
* [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/v1alpha1/README.md)
85-
* [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/v1alpha1/docs/developer)
84+
* [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/main/README.md)
85+
* [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/main/docs/developer)
8686
8787
### Contributing
8888
* [Report Bugs](https://github.com/sustainable-computing-io/kepler-operator/issues/new?template=bug_report.md) - Found a bug? Let us know!

config/manifests/bases/kepler-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ spec:
5454
MUST be enabled in your cluster.
5555
5656
### Documentation
57-
* [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/v1alpha1/README.md)
58-
* [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/v1alpha1/docs/developer)
57+
* [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/main/README.md)
58+
* [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/main/docs/developer)
5959
6060
### Contributing
6161
* [Report Bugs](https://github.com/sustainable-computing-io/kepler-operator/issues/new?template=bug_report.md) - Found a bug? Let us know!

0 commit comments

Comments
 (0)