-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Freddy Grieshaber <[email protected]>
- Loading branch information
1 parent
3837475
commit 9e93af2
Showing
1 changed file
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,19 +75,11 @@ jobs: | |
|
||
- name: Add dependency chart repos | ||
run: | | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | ||
- name: Release keycloakx | ||
- name: Release charts | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: charts/keycloakx/ | ||
charts_dir: charts | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
||
- name: Release mailhog | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: charts/mailhog/ | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |