Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE - Align chart releases with Magistrala versions #149

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
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