Skip to content

Commit fc1384e

Browse files
authored
Merge pull request #2398 from depouill/master
proposition de correction de CI helm_chart
2 parents 8f69787 + 4b8148b commit fc1384e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -e
44
# ---------------------------------------------------------------------------
55
# CONFIG
66
# ---------------------------------------------------------------------------
7-
DOCKER_REGISTRY="ghcr.io/dbarzin"
7+
DOCKER_REGISTRY="ghcr.io/sourcentis"
88
DOCKER_IMAGE="mercator"
99
CHART_DIR="docs/_helm_chart/chart"
1010
CHART_INDEX_DIR="docs/_helm_chart/index"
11-
CHART_REPO_URL="https://github.com/dbarzin/mercator/releases/download"
11+
CHART_REPO_URL="https://github.com/sourcentis/mercator/releases/download"
1212

1313
# ---------------------------------------------------------------------------
1414
# 0. Version

docs/_helm_chart/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: github.com/dbarzin/mercator
8+
repository: ghcr.io/sourcentis/mercator
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: "latest"

docs/_helm_chart/index/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ helm package ../chart
2222
Use the following command to create or update index.yaml. Ensure that you specify the correct URL for your repository:
2323

2424
```bash
25-
helm repo index . --url https://dbarzin.github.io/mercator/_helm_chart/index
25+
helm repo index . --url https://sourcentis.github.io/mercator
2626
```
2727
This command will generate or update the index.yaml file in the current directory to include the new chart version metadata.

0 commit comments

Comments
 (0)