From 417f7aadf61b5e042abab14480298910b02d2389 Mon Sep 17 00:00:00 2001 From: vprashar2929 Date: Wed, 10 Sep 2025 15:41:07 +0530 Subject: [PATCH] chore: switch from v1alpha1 to main This commit updates the repo to use the main branch instead of the v1alpha1 branch. Signed-off-by: vprashar2929 --- .github/workflows/pr-checks.yaml | 2 +- .github/workflows/push.yaml | 4 ++-- README.md | 4 ++-- bundle/manifests/kepler-operator.clusterserviceversion.yaml | 4 ++-- .../bases/kepler-operator.clusterserviceversion.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 9cb5ea38..0661731a 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -249,7 +249,7 @@ jobs: id: additional_tags shell: bash run: | - echo "result=$(git rev-parse --short HEAD),v1alpha1" >> $GITHUB_OUTPUT + echo "result=$(git rev-parse --short HEAD),main" >> $GITHUB_OUTPUT - name: Install all tools uses: ./.github/tools-cache diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index ea275a7c..432a0088 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -2,7 +2,7 @@ name: Push on: # yamllint disable-line rule:truthy push: - branches: [v1alpha1] + branches: [main] jobs: test-and-codecov: @@ -30,7 +30,7 @@ jobs: id: additional_tags shell: bash run: | - echo "result=$(git rev-parse --short HEAD),v1alpha1" >> $GITHUB_OUTPUT + echo "result=$(git rev-parse --short HEAD),main" >> $GITHUB_OUTPUT - name: Build and Publish Images to External registry uses: ./.github/publish-images diff --git a/README.md b/README.md index 603e7bee..4d101e5b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ kubectl apply -k config/samples/ You can use the pre-built image from quay.io: ```sh -make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:v1alpha1 +make deploy OPERATOR_IMG=quay.io/sustainable_computing_io/kepler-operator:main kubectl apply -k config/samples/ ``` @@ -100,7 +100,7 @@ To completely remove the operator and all related resources: ## 📚 Developer Documentation -[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. +[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. ## 🤝 Contributing diff --git a/bundle/manifests/kepler-operator.clusterserviceversion.yaml b/bundle/manifests/kepler-operator.clusterserviceversion.yaml index 360813f1..bffb5d78 100644 --- a/bundle/manifests/kepler-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kepler-operator.clusterserviceversion.yaml @@ -81,8 +81,8 @@ spec: MUST be enabled in your cluster. ### Documentation - * [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/v1alpha1/README.md) - * [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/v1alpha1/docs/developer) + * [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/main/README.md) + * [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/main/docs/developer) ### Contributing * [Report Bugs](https://github.com/sustainable-computing-io/kepler-operator/issues/new?template=bug_report.md) - Found a bug? Let us know! diff --git a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml index 26268781..0884b91c 100644 --- a/config/manifests/bases/kepler-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/kepler-operator.clusterserviceversion.yaml @@ -54,8 +54,8 @@ spec: MUST be enabled in your cluster. ### Documentation - * [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/v1alpha1/README.md) - * [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/v1alpha1/docs/developer) + * [User Documentation](https://github.com/sustainable-computing-io/kepler-operator/blob/main/README.md) + * [Developer Guide](https://github.com/sustainable-computing-io/kepler-operator/tree/main/docs/developer) ### Contributing * [Report Bugs](https://github.com/sustainable-computing-io/kepler-operator/issues/new?template=bug_report.md) - Found a bug? Let us know!