Skip to content

Commit

Permalink
First pages commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelbaron committed Aug 29, 2024
1 parent 29e1d14 commit 8591d54
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 680 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/integrationtest.yaml

This file was deleted.

111 changes: 0 additions & 111 deletions .github/workflows/pullrequest.yaml

This file was deleted.

26 changes: 1 addition & 25 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Release Charts

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'charts/**'
- 'utils/charts-inheritance.yaml'
- 'utils/generate-children-charts.py'

jobs:
release:
Expand All @@ -28,21 +23,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Generate children charts
run: |
pip install pyyaml
python3 utils/generate-children-charts.py
if [[ `git status --porcelain` ]]; then
git add -A
git commit -m "Automated changes"
git push
fi
- name: Install Helm
uses: azure/setup-helm@v4
with:
Expand All @@ -66,9 +46,5 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"


CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
47 changes: 0 additions & 47 deletions utils/charts-inheritance.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions utils/generate-children-charts.py

This file was deleted.

Loading

0 comments on commit 8591d54

Please sign in to comment.