forked from absmach/devops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Align chart releases with Magistrala versions (absmach#149)
* Align chart releases with Magistrala versions Signed-off-by: JeffMboya <[email protected]> * remove reference to common-setup.yaml Signed-off-by: JeffMboya <[email protected]> --------- Signed-off-by: JeffMboya <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
17 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 |
---|---|---|
|
@@ -15,8 +15,10 @@ jobs: | |
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Call Common Steps | ||
uses: ./.github/workflows/common.yaml | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Configure Git | ||
run: | | ||
|
@@ -41,19 +43,7 @@ jobs: | |
run: | | ||
helm dependency update charts/magistrala | ||
- name: Add Dependencies | ||
run: | | ||
helm repo add stable https://charts.helm.sh/stable | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts | ||
helm repo add hashicorp https://helm.releases.hashicorp.com | ||
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ | ||
helm repo update | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: charts/magistrala | ||
config: cr.yaml | ||
env: | ||
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}" |
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