Skip to content

Commit

Permalink
NOISSUE - Align chart releases with Magistrala versions (#149)
Browse files Browse the repository at this point in the history
* Align chart releases with Magistrala versions

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

* remove reference to common-setup.yaml

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

---------

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
  • Loading branch information
JeffMboya authored Sep 13, 2024
1 parent 37e51b5 commit 612c60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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/chart-releaser-action@v1.6.0
with:
charts_dir: charts/magistrala
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"
5 changes: 2 additions & 3 deletions charts/magistrala/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: magistrala
description: Magistrala IoT Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.6 # Incremented chart version if the chart is updated
appVersion: "0.14.0" # Update application version if the app is updated
version: 0.14.0 # Incremented chart version if the chart is updated
appVersion: "0.14.0" # Update application version if the app is updated
home: https://abstractmachines.fr/magistrala.html
sources:
- https://hub.docker.com/u/magistrala
Expand Down Expand Up @@ -50,7 +50,6 @@ dependencies:
alias: postgresqlusers
condition: postgresqlusers.enabled


- name: postgresql
version: "12.5.6"
repository: "@bitnami"
Expand Down

0 comments on commit 612c60a

Please sign in to comment.