Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Jan 2, 2025
1 parent d9d048a commit deecb66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ run-name: Release Chart

on:
push:
paths:
- src/helm/impress/**

jobs:
release:
Expand All @@ -22,6 +20,11 @@ jobs:
- name: Cleanup
run: rm -rf ./src/helm/extra

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
env:
Expand All @@ -35,3 +38,4 @@ jobs:
mark_as_latest: False
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_GIT_REPO: numerique-gouv/helm-repo
2 changes: 1 addition & 1 deletion src/helm/impress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 0.0.1
version: 0.0.1-debug
appVersion: latest

0 comments on commit deecb66

Please sign in to comment.