Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove Helm chart #456

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading