Skip to content

Commit 4b7976d

Browse files
chore: update the index.yaml url since we changed hosting (#42)
* chore: update the index.yaml url since we changed hosting Signed-off-by: Harikrishnan Balagopal <[email protected]> * chore: change the url in some more places Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 8bf7f86 commit 4b7976d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- run: helm package helm-charts/move2kube
9393
- run: mkdir temp/
9494
- run: mv *.tgz temp/
95-
- run: curl -L -o oldindex.yaml https://konveyor.io/move2kube/index.yaml
95+
- run: curl -L -o oldindex.yaml https://move2kube.konveyor.io/index.yaml
9696
- run: helm repo index --merge oldindex.yaml --url https://github.com/konveyor/move2kube-operator/releases/download/${{ github.event.inputs.tag }} temp/
9797
- uses: HarikrishnanBalagopal/upload-release-action@v3
9898
with:

.grenrc.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module.exports = {
2-
title_prefix: "[WIP] Move2Kube Operator ",
3-
// valid PR types: ['feat', 'fix', 'docs', 'style', 'refactor', 'perf', 'test', 'build', 'ci', 'chore', 'revert']
4-
sections: [
5-
{ title: "🚀 Features", labels: ["enhancement", "feat", "perf"] },
6-
{ title: "🐛 Bug Fixes", labels: ["bug", "fix", "revert"] },
7-
{ title: "🧹 Maintenance", labels: ["docs", "style", "refactor", "test", "build", "ci", "chore"] },
8-
],
9-
header: `For more documentation and support please visit https://konveyor.io/move2kube/
2+
title_prefix: "[WIP] Move2Kube Operator ",
3+
// valid PR types: ['feat', 'fix', 'docs', 'style', 'refactor', 'perf', 'test', 'build', 'ci', 'chore', 'revert']
4+
sections: [
5+
{ title: "🚀 Features", labels: ["enhancement", "feat", "perf"] },
6+
{ title: "🐛 Bug Fixes", labels: ["bug", "fix", "revert"] },
7+
{ title: "🧹 Maintenance", labels: ["docs", "style", "refactor", "test", "build", "ci", "chore"] },
8+
],
9+
header: `For more documentation and support please visit https://move2kube.konveyor.io/
1010
# Changelog`,
11-
line_template: x => `- ${x.title} [#${x.number}](${x.html_url})`,
11+
line_template: x => `- ${x.title} [#${x.number}](${x.html_url})`,
1212
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Operator to orchestrate [Move2Kube UI](https://github.com/konveyor/move2kube-ui)
1313
### Helm chart
1414

1515
```
16-
helm repo add move2kube https://konveyor.io/move2kube
16+
helm repo add move2kube https://move2kube.konveyor.io
1717
helm repo update
1818
helm install --set ingresshost='my.k8s.cluster.domain.com' m2krelease move2kube/move2kube
1919
```
@@ -24,4 +24,4 @@ For TLS uncomment the line `#ingresstls: my-tls-secret` in `values.yaml` and rep
2424

2525
## Discussion
2626

27-
* For any questions reach out to us on any of the communication channels given on our website https://konveyor.io/move2kube/.
27+
* For any questions reach out to us on any of the communication channels given on our website https://move2kube.konveyor.io/.

bundle/manifests/move2kube-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ spec:
189189
maturity: alpha
190190
provider:
191191
name: Konveyor
192-
url: https://konveyor.io/move2kube/
192+
url: https://move2kube.konveyor.io/
193193
version: 0.1.0-alpha

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ spec:
4444
maturity: alpha
4545
provider:
4646
name: Konveyor
47-
url: https://konveyor.io/move2kube/
47+
url: https://move2kube.konveyor.io/
4848
version: 0.0.0

helm-charts/move2kube/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Move2Kube helps speed up the journey to Kubernetes.
44

55
This chart was created by Move2Kube
66

7-
For more information on Move2Kube checkout https://konveyor.io/move2kube/.
7+
For more information on Move2Kube checkout https://move2kube.konveyor.io/.

0 commit comments

Comments
 (0)