Skip to content

Commit

Permalink
fix: relocate helm chart. push chart to repo (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Mar 22, 2024
1 parent 87e1827 commit 368955f
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ jobs:
push: true
tags: ghcr.io/ietf-tools/mailarchive:${{ env.PKG_VERSION }}

- name: Package and Push Chart
env:
VERSION: 2.0.${{ github.run_number }}
run: |
echo "Setting version ${{ env.PKG_VERSION }}..."
sed -i -r -e "s|^version: .*$|version: '${{ env.PKG_VERSION }}'|" -e "s|^appVersion: .*$|appVersion: '${{ env.PKG_VERSION }}'|" helm/Chart.yaml
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add chartmuseum https://charts.ietf.org
helm cm-push --version="${{ env.PKG_VERSION }}" --username="${{ secrets.HELM_REPO_USERNAME }}" --password="${{ secrets.HELM_REPO_PASSWORD }}" helm/ chartmuseum
helm repo remove chartmuseum
- name: Update CHANGELOG
id: changelog
uses: Requarks/changelog-action@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.*.swp
.DS_store
# Simulated Subversion default ignores end here
/charts/mailarchive/charts
/docker/docker-compose.extend-custom.yml
/env
/.env
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added helm/charts/elasticsearch-7.17.3.tgz
Binary file not shown.
Binary file added helm/charts/memcached-7.0.1.tgz
Binary file not shown.
Binary file added helm/charts/postgresql-14.3.1.tgz
Binary file not shown.
Binary file added helm/charts/rabbitmq-12.15.0.tgz
Binary file not shown.
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 comments on commit 368955f

Please sign in to comment.