Skip to content

Commit c1d9134

Browse files
authored
ci: rename chart (#1641)
1 parent 22eef0f commit c1d9134

16 files changed

+9
-9
lines changed

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
id: prepare_chart
123123
run: |
124124
# Install and update helm repo
125-
helm repo add otomi https://otomi.io/apl-core
125+
helm repo add apl https://linode.github.io/apl-core
126126
helm repo update
127127
128128
# Retrieve the app version from package.json
@@ -147,18 +147,18 @@ jobs:
147147
)
148148
149149
# Update Chart.yaml and values.yaml with the new app version
150-
sed -i "s/0.0.0-chart-version/$app_version/g" chart/otomi/Chart.yaml
151-
sed -i "s/APP_VERSION_PLACEHOLDER/v$app_version/g" chart/otomi/Chart.yaml
150+
sed -i "s/0.0.0-chart-version/$app_version/g" chart/apl/Chart.yaml
151+
sed -i "s/APP_VERSION_PLACEHOLDER/v$app_version/g" chart/apl/Chart.yaml
152152
153153
echo "Chart and values files updated successfully with version $app_version"
154154
155155
# Copy readme from repo into the charts and add tpl/chart-values.md
156-
cp README.md chart/otomi/
157-
printf "\n\n" >>chart/otomi/README.md
158-
cat tpl/chart-values.md >>chart/otomi/README.md
156+
cp README.md chart/apl/
157+
printf "\n\n" >>chart/apl/README.md
158+
cat tpl/chart-values.md >>chart/apl/README.md
159159
160160
# Generate schema
161-
npx js-yaml values-schema.yaml > chart/otomi/values.schema.json
161+
npx js-yaml values-schema.yaml > chart/apl/values.schema.json
162162
163163
# Set the global id for git as it seems needed by the next step when a custom image is used
164164
git config --global user.email ${{ env.BOT_EMAIL }}
@@ -191,7 +191,7 @@ jobs:
191191
- name: Pulling the helm chart
192192
run: |
193193
# Install and update helm repo
194-
helm repo add otomi https://otomi.io/apl-core
194+
helm repo add apl https://linode.github.io/apl-core
195195
helm repo update
196196
197197
# Get latest version of otomi
File renamed without changes.

chart/otomi/Chart.yaml chart/apl/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: otomi
2+
name: apl
33
description: A Helm chart for installing otomi in Kubernetes
44
home: https://otomi.io/
55
icon: https://otomi.io/img/otomi-logo.svg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)