Skip to content

Commit 71b636f

Browse files
authored
NOISSUE - Fix CI (#156)
Update README increment chart version Fix CI Fix CI increase timeout remove extra space Add debug statements Add debug statements reduce resource constraints Fix linter Fix linter Signed-off-by: JeffMboya <[email protected]>
1 parent 171605a commit 71b636f

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

.github/workflows/lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run chart-testing (lint)
5353
if: steps.list-changed.outputs.changed == 'true'
5454
run: |
55-
ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala/charts
55+
ct lint --chart-dirs charts --target-branch ${{ github.event.repository.default_branch }}
5656
5757
- name: Create kind cluster
5858
if: steps.list-changed.outputs.changed == 'true'

charts/magistrala/Chart.yaml

+2-2
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: 0.14.1 # 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.2 # 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

charts/magistrala/README.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Magistrala IoT Platform
44

5-
![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square)
5+
![Version: 0.14.2](https://img.shields.io/badge/Version-0.14.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square)
66

77
**Homepage:** <https://abstractmachines.fr/magistrala.html>
88

@@ -95,25 +95,16 @@ Magistrala IoT Platform
9595
| invitations.image | object | `{}` | |
9696
| jaeger.agent.enabled | bool | `false` | |
9797
| jaeger.allInOne.enabled | bool | `false` | |
98-
| jaeger.cassandra.config.cluster_name | string | `"jaeger"` | |
99-
| jaeger.cassandra.config.dc_name | string | `"dc1"` | |
100-
| jaeger.cassandra.config.endpoint_snitch | string | `"GossipingPropertyFileSnitch"` | |
101-
| jaeger.cassandra.config.rack_name | string | `"rack1"` | |
102-
| jaeger.cassandra.config.seed_size | int | `1` | |
10398
| jaeger.cassandra.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
10499
| jaeger.cassandra.persistence.enabled | bool | `true` | |
105100
| jaeger.cassandra.persistence.size | string | `"10Gi"` | |
106101
| jaeger.cassandra.persistence.storageClass | string | `"do-block-storage"` | |
102+
| jaeger.collector.service.otlp.grpc.name | string | `"otlp-grpc"` | |
103+
| jaeger.collector.service.otlp.grpc.port | int | `4317` | |
104+
| jaeger.collector.service.otlp.http.name | string | `"otlp-http"` | |
105+
| jaeger.collector.service.otlp.http.port | int | `4318` | |
107106
| jaeger.fullnameOverride | string | `"magistrala-jaeger"` | |
108107
| jaeger.provisionDataStore.cassandra | bool | `true` | |
109-
| jaeger.storage.cassandra.host | string | `"magistrala-cassandra.mg.svc.cluster.local"` | |
110-
| jaeger.storage.cassandra.keyspace | string | `"jaeger_v1"` | |
111-
| jaeger.storage.cassandra.password | string | `"cassandra_password"` | |
112-
| jaeger.storage.cassandra.port | int | `9042` | |
113-
| jaeger.storage.cassandra.schemaJobEnabled | bool | `true` | |
114-
| jaeger.storage.cassandra.tls.enabled | bool | `false` | |
115-
| jaeger.storage.cassandra.usePassword | bool | `true` | |
116-
| jaeger.storage.cassandra.user | string | `"cassandra_user"` | |
117108
| jaeger.storage.type | string | `"cassandra"` | |
118109
| journal.enabled | bool | `true` | |
119110
| journal.httpPort | int | `9021` | |

charts/magistrala/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ timescaledb:
542542
# sendTelemetry: true
543543
# logLevel: "info"
544544
enabled: true
545-
http: { port: 9011 }
545+
http: {port: 9011}
546546
# nodeSelector: {}
547547
# affinity: {}
548548
# tolerations: {}
@@ -560,7 +560,7 @@ timescaledb:
560560
# affinity: {}
561561
# tolerations: {}
562562
enabled: true
563-
http: { port: 9012 }
563+
http: {port: 9012}
564564
## Configurations of Bitnami postgres
565565
global:
566566
postgresql:

0 commit comments

Comments
 (0)