File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# ---------------------------------------------------------------------------
55# CONFIG
66# ---------------------------------------------------------------------------
7- DOCKER_REGISTRY=" ghcr.io/dbarzin "
7+ DOCKER_REGISTRY=" ghcr.io/sourcentis "
88DOCKER_IMAGE=" mercator"
99CHART_DIR=" docs/_helm_chart/chart"
1010CHART_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
Original file line number Diff line number Diff line change 55replicaCount : 1
66
77image :
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"
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ helm package ../chart
2222Use 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```
2727This command will generate or update the index.yaml file in the current directory to include the new chart version metadata.
You can’t perform that action at this time.
0 commit comments