Skip to content

Commit 612c60a

Browse files
authored
NOISSUE - Align chart releases with Magistrala versions (#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]>
1 parent 37e51b5 commit 612c60a

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/workflows/release.yaml

+4-14
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515

1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Call Common Steps
19-
uses: ./.github/workflows/common.yaml
18+
- name: Checkout Code
19+
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Configure Git
2224
run: |
@@ -41,19 +43,7 @@ jobs:
4143
run: |
4244
helm dependency update charts/magistrala
4345
44-
- name: Add Dependencies
45-
run: |
46-
helm repo add stable https://charts.helm.sh/stable
47-
helm repo add bitnami https://charts.bitnami.com/bitnami
48-
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
49-
helm repo add hashicorp https://helm.releases.hashicorp.com
50-
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
51-
helm repo update
52-
5346
- name: Run chart-releaser
5447
uses: helm/[email protected]
55-
with:
56-
charts_dir: charts/magistrala
57-
config: cr.yaml
5848
env:
5949
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"

charts/magistrala/Chart.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: magistrala
66
description: Magistrala IoT Platform
77
icon: https://avatars1.githubusercontent.com/u/13207490
88
type: application
9-
version: 1.0.6 # Incremented chart version if the chart is updated
10-
appVersion: "0.14.0" # Update application version if the app is updated
9+
version: 0.14.0 # Incremented chart version if the chart is updated
10+
appVersion: "0.14.0" # Update application version if the app is updated
1111
home: https://abstractmachines.fr/magistrala.html
1212
sources:
1313
- https://hub.docker.com/u/magistrala
@@ -50,7 +50,6 @@ dependencies:
5050
alias: postgresqlusers
5151
condition: postgresqlusers.enabled
5252

53-
5453
- name: postgresql
5554
version: "12.5.6"
5655
repository: "@bitnami"

0 commit comments

Comments
 (0)