File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ jobs:
270
270
ref=${{ github.event.pull_request.head.ref || github.ref }}
271
271
tag=${ref##*/}
272
272
sed --in-place "s/APP_VERSION_PLACEHOLDER/$tag/g" chart/otomi/Chart.yaml
273
- sed --in-place "s/CHART_VERSION_PLACEHOLDER/1.0.0/g" chart/otomi/Chart.yaml
274
273
sed --in-place "s/CONTEXT_PLACEHOLDER/${{ env.SCALEWAY_CLUSTER_CONTEXT }}/g" tests/integration/${{ inputs.install_profile }}.yaml
275
274
sed --in-place "s/OTOMI_VERSION_PLACEHOLDER/${GITHUB_REF##*/}/g" tests/integration/${{ inputs.install_profile }}.yaml
276
275
touch values-container-registry.yaml
@@ -399,7 +398,6 @@ jobs:
399
398
ref=${{ github.event.pull_request.head.ref || github.ref }}
400
399
tag=${ref##*/}
401
400
sed --in-place "s/APP_VERSION_PLACEHOLDER/$tag/g" chart/otomi/Chart.yaml
402
- sed --in-place "s/CHART_VERSION_PLACEHOLDER/1.0.0/g" chart/otomi/Chart.yaml
403
401
sed --in-place "s/CONTEXT_PLACEHOLDER/${{ env.DIGITALOCEAN_CLUSTER_CONTEXT }}/g" tests/integration/${{ inputs.install_profile }}.yaml
404
402
sed --in-place "s/OTOMI_VERSION_PLACEHOLDER/${GITHUB_REF##*/}/g" tests/integration/${{ inputs.install_profile }}.yaml
405
403
touch values-container-registry.yaml
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
)
151
151
152
152
# Update Chart.yaml and values.yaml with the new app version
153
- sed -i "s/CHART_VERSION_PLACEHOLDER /$app_version/g" chart/otomi/Chart.yaml
153
+ sed -i "s/0.0.0-chart-version /$app_version/g" chart/otomi/Chart.yaml
154
154
sed -i "s/APP_VERSION_PLACEHOLDER/v$app_version/g" chart/otomi/Chart.yaml
155
155
156
156
echo "Chart and values files updated successfully with version $app_version"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for installing otomi in Kubernetes
4
4
home : https://otomi.io/
5
5
icon : https://otomi.io/img/otomi-logo.svg
6
6
type : application
7
- version : CHART_VERSION_PLACEHOLDER
7
+ version : 0.0.0-chart-version
8
8
appVersion : APP_VERSION_PLACEHOLDER
9
9
keywords :
10
10
- otomi
You can’t perform that action at this time.
0 commit comments