Skip to content

Commit b9adb06

Browse files
committed
ci(pipeline): update helm chart publishing process and icon URL
- Modified the GitHub Actions pipeline to change the location of Helm charts. - Removed unnecessary commands for creating index.yaml and running `helm repo index`. - Updated the icon URL in Chart.yaml from master branch to main branch.
1 parent 0c9465b commit b9adb06

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,15 @@ jobs:
139139
repository: emberstack/helm-charts
140140
token: ${{ secrets.ES_GITHUB_PAT }}
141141
path: helm-charts
142+
ref: main
142143

143144

144145
- name: github - publish - chart
145146
run: |
146-
mkdir -p helm-charts/charts
147-
cp .artifacts/helm/sftp-${{env.version}}.tgz helm-charts/charts
147+
mkdir -p helm-charts/repository/sftp
148+
cp .artifacts/helm/sftp-${{env.version}}.tgz helm-charts/repository/sftp
148149
149150
cd helm-charts
150-
rm -f index.yaml
151-
helm repo index ./
152151
153152
git config user.name "Romeo Dumitrescu"
154153
git config user.email "5931333+winromulus@users.noreply.github.com"

src/helm/sftp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
version: 0.1.0
66
appVersion: 0.1.0
77

8-
icon: https://raw.githubusercontent.com/EmberStack/CDN/master/Projects/docker-sftp/openssh.png
8+
icon: https://raw.githubusercontent.com/emberstack/CDN/main/projects/docker-sftp/openssh.png
99
keywords:
1010
- sftp
1111
- openssh

0 commit comments

Comments
 (0)