Skip to content

Commit

Permalink
NOISSUE - Fix CI (#156)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JeffMboya authored Oct 10, 2024
1 parent 171605a commit 71b636f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala/charts
ct lint --chart-dirs charts --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand Down
4 changes: 2 additions & 2 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: 0.14.1 # Incremented chart version if the chart is updated
appVersion: "0.14.0" # Update application version if the app is updated
version: 0.14.2 # 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
19 changes: 5 additions & 14 deletions charts/magistrala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Magistrala IoT Platform

![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)
![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)

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

Expand Down Expand Up @@ -95,25 +95,16 @@ Magistrala IoT Platform
| invitations.image | object | `{}` | |
| jaeger.agent.enabled | bool | `false` | |
| jaeger.allInOne.enabled | bool | `false` | |
| jaeger.cassandra.config.cluster_name | string | `"jaeger"` | |
| jaeger.cassandra.config.dc_name | string | `"dc1"` | |
| jaeger.cassandra.config.endpoint_snitch | string | `"GossipingPropertyFileSnitch"` | |
| jaeger.cassandra.config.rack_name | string | `"rack1"` | |
| jaeger.cassandra.config.seed_size | int | `1` | |
| jaeger.cassandra.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| jaeger.cassandra.persistence.enabled | bool | `true` | |
| jaeger.cassandra.persistence.size | string | `"10Gi"` | |
| jaeger.cassandra.persistence.storageClass | string | `"do-block-storage"` | |
| jaeger.collector.service.otlp.grpc.name | string | `"otlp-grpc"` | |
| jaeger.collector.service.otlp.grpc.port | int | `4317` | |
| jaeger.collector.service.otlp.http.name | string | `"otlp-http"` | |
| jaeger.collector.service.otlp.http.port | int | `4318` | |
| jaeger.fullnameOverride | string | `"magistrala-jaeger"` | |
| jaeger.provisionDataStore.cassandra | bool | `true` | |
| jaeger.storage.cassandra.host | string | `"magistrala-cassandra.mg.svc.cluster.local"` | |
| jaeger.storage.cassandra.keyspace | string | `"jaeger_v1"` | |
| jaeger.storage.cassandra.password | string | `"cassandra_password"` | |
| jaeger.storage.cassandra.port | int | `9042` | |
| jaeger.storage.cassandra.schemaJobEnabled | bool | `true` | |
| jaeger.storage.cassandra.tls.enabled | bool | `false` | |
| jaeger.storage.cassandra.usePassword | bool | `true` | |
| jaeger.storage.cassandra.user | string | `"cassandra_user"` | |
| jaeger.storage.type | string | `"cassandra"` | |
| journal.enabled | bool | `true` | |
| journal.httpPort | int | `9021` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/magistrala/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ timescaledb:
# sendTelemetry: true
# logLevel: "info"
enabled: true
http: { port: 9011 }
http: {port: 9011}
# nodeSelector: {}
# affinity: {}
# tolerations: {}
Expand All @@ -560,7 +560,7 @@ timescaledb:
# affinity: {}
# tolerations: {}
enabled: true
http: { port: 9012 }
http: {port: 9012}
## Configurations of Bitnami postgres
global:
postgresql:
Expand Down

0 comments on commit 71b636f

Please sign in to comment.