WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d1abc73

Browse files
authored
Update GitHub repository URL (#21)
1 parent 5d213b5 commit d1abc73

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question or get support
4-
url: https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/discussions/new
4+
url: https://github.com/kedacore/external-scaler-azure-cosmos-db/discussions/new
55
about: Ask a question or request support for using KEDA

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: meta
5858
uses: docker/metadata-action@v3
5959
with:
60-
images: ghcr.io/${{ github.repository_owner }}/keda-external-scaler-azure-cosmos-db
60+
images: ghcr.io/${{ github.repository_owner }}/external-scaler-azure-cosmos-db
6161
flavor: |
6262
latest=false
6363
tags: |

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: meta
5757
uses: docker/metadata-action@v3
5858
with:
59-
images: ghcr.io/${{ github.repository_owner }}/keda-external-scaler-azure-cosmos-db
59+
images: ghcr.io/${{ github.repository_owner }}/external-scaler-azure-cosmos-db
6060
flavor: |
6161
latest=false
6262
tags: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Scale applications based on changes to [Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) container data.
44

5-
[![Build Status](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/actions/workflows/main-build.yml/badge.svg?branch=main)](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/actions?query=workflow%3A"Main+branch+build")
5+
[![Build Status](https://github.com/kedacore/external-scaler-azure-cosmos-db/actions/workflows/main-build.yml/badge.svg?branch=main)](https://github.com/kedacore/external-scaler-azure-cosmos-db/actions?query=workflow%3A"Main+branch+build")
66

77
## Architecture
88

RELEASE-PROCESS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ The release process of a new version of KEDA external scaler for Azure Cosmos DB
44

55
## 1. Choose release title and tag name
66

7-
Check the latest release on [Releases](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/releases) page. Follow the [Semantic Versioning](https://semver.org/) guidelines for naming the new release. For instance, suppose that the latest release is **Version 1.2.3**, and that the next release is going to be a MINOR update, then its title would be **Version 1.3.0** and the associated tag name would be `v1.3.0`.
7+
Check the latest release on [Releases](https://github.com/kedacore/external-scaler-azure-cosmos-db/releases) page. Follow the [Semantic Versioning](https://semver.org/) guidelines for naming the new release. For instance, suppose that the latest release is **Version 1.2.3**, and that the next release is going to be a MINOR update, then its title would be **Version 1.3.0** and the associated tag name would be `v1.3.0`.
88

99
## 2. Create GitHub release
1010

11-
Open [New release](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/releases/new) page. Use the values for **Tag** and **Release title** as picked above. Include information on the changes that would get shipped with the new release inside **Release description** section. This includes new features, patches, breaking changes and deprecations. You can get list of all commits since the last release with a link similar to <https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/compare/v0.1.0...main>. Do not include information that is not important to users. As an example, a change to issue template is not important.
11+
Open [New release](https://github.com/kedacore/external-scaler-azure-cosmos-db/releases/new) page. Use the values for **Tag** and **Release title** as picked above. Include information on the changes that would get shipped with the new release inside **Release description** section. This includes new features, patches, breaking changes and deprecations. You can get list of all commits since the last release with a link similar to <https://github.com/kedacore/external-scaler-azure-cosmos-db/compare/v0.1.0...main>. Do not include information that is not important to users. As an example, a change to issue template is not important.
1212

13-
Publish the release. This will trigger GitHub action to create a new Docker image from the tagged commit. After the action is executed, you should find a new Docker image with new tag published on the [Packages](https://github.com/orgs/kedacore/packages?repo_name=keda-external-scaler-azure-cosmos-db) page.
13+
Publish the release. This will trigger GitHub action to create a new Docker image from the tagged commit. After the action is executed, you should find a new Docker image with new tag published on the [Packages](https://github.com/orgs/kedacore/packages?repo_name=external-scaler-azure-cosmos-db) page.
1414

1515
## 3. Update Helm Chart
1616

deploy/deploy-scaler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app: keda-cosmosdb-scaler
2525
spec:
2626
containers:
27-
- image: ghcr.io/kedacore/keda-external-scaler-azure-cosmos-db:experimental
27+
- image: ghcr.io/kedacore/external-scaler-azure-cosmos-db:experimental
2828
imagePullPolicy: Always
2929
name: keda-cosmosdb-scaler
3030
ports:

0 commit comments

Comments
 (0)