Skip to content

Commit

Permalink
chore: Remove Helm chart (ietf-tools#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
microamp authored Aug 11, 2024
1 parent 2349d7d commit edaad87
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 558 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/helm-checks.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,6 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ghcr.io/${{ github.repository }}:${{ steps.semver.outputs.nextStrict }}, ghcr.io/${{ github.repository }}:latest

- name: Set Helm Chart Version
env:
DEBIAN_FRONTEND: noninteractive
run: |
echo "Setting version ${{ steps.semver.outputs.nextStrict }}..."
sed -i -r -e "s|^version: .*$|version: '${{ steps.semver.outputs.nextStrict }}'|" helm/Chart.yaml
sed -i -r -e "s|^appVersion: ".*"$|appVersion: '${{ steps.semver.outputs.nextStrict }}'|" helm/Chart.yaml
- name: Package and Push Chart
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add chartmuseum https://charts.ietf.org
helm cm-push --version="${{ steps.semver.outputs.nextStrict }}" --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
23 changes: 0 additions & 23 deletions helm/.helmignore

This file was deleted.

25 changes: 0 additions & 25 deletions helm/Chart.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions helm/templates/NOTES.txt

This file was deleted.

62 changes: 0 additions & 62 deletions helm/templates/_helpers.tpl

This file was deleted.

111 changes: 0 additions & 111 deletions helm/templates/deployment.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions helm/templates/hpa.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions helm/templates/ingress.yaml

This file was deleted.

Loading

0 comments on commit edaad87

Please sign in to comment.