Commit 612c60a 1 parent 37e51b5 commit 612c60a Copy full SHA for 612c60a
File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 15
15
16
16
runs-on : ubuntu-latest
17
17
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
20
22
21
23
- name : Configure Git
22
24
run : |
41
43
run : |
42
44
helm dependency update charts/magistrala
43
45
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
-
53
46
- name : Run chart-releaser
54
47
55
- with :
56
- charts_dir : charts/magistrala
57
- config : cr.yaml
58
48
env :
59
49
CR_TOKEN : " ${{ secrets.HELM_RELEASE_TOKEN }}"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ name: magistrala
6
6
description : Magistrala IoT Platform
7
7
icon : https://avatars1.githubusercontent.com/u/13207490
8
8
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
11
11
home : https://abstractmachines.fr/magistrala.html
12
12
sources :
13
13
- https://hub.docker.com/u/magistrala
@@ -50,7 +50,6 @@ dependencies:
50
50
alias : postgresqlusers
51
51
condition : postgresqlusers.enabled
52
52
53
-
54
53
- name : postgresql
55
54
version : " 12.5.6"
56
55
repository : " @bitnami"
You can’t perform that action at this time.
0 commit comments