Skip to content

Commit

Permalink
feat: add Helm ci (#278)
Browse files Browse the repository at this point in the history
* add helm ci

* revert .gitignore changes
  • Loading branch information
dejanzele committed Jul 12, 2023
1 parent fa5fa73 commit d83148e
Show file tree
Hide file tree
Showing 81 changed files with 17 additions and 2,530 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/workflows/release_chart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release Helm Chart
on:
push:
tags:
- 'v*'

jobs:
release-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.BOT_TOKEN }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions deployment/armada-executor/Chart.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions deployment/armada-executor/charts/binoculars/Chart.yaml

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions deployment/armada-executor/charts/binoculars/values.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions deployment/armada-executor/charts/executor/Chart.yaml

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions deployment/armada-executor/charts/executor/templates/executor.yaml

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions deployment/armada-executor/charts/executor/values.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions deployment/armada-executor/templates/_helpers.tpl

This file was deleted.

21 changes: 0 additions & 21 deletions deployment/armada-executor/values.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions deployment/armada-operator/.helmignore

This file was deleted.

Loading

0 comments on commit d83148e

Please sign in to comment.