From 71b636fb0a93746a7f7f76aa1f350384d8aa66ab Mon Sep 17 00:00:00 2001 From: JeffMboya <44696487+JeffMboya@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:01:40 +0300 Subject: [PATCH] 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 --- .github/workflows/lint-test.yaml | 2 +- charts/magistrala/Chart.yaml | 4 ++-- charts/magistrala/README.md | 19 +++++-------------- charts/magistrala/values.yaml | 4 ++-- 4 files changed, 10 insertions(+), 19 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e872aaf7..544b5bd9 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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' diff --git a/charts/magistrala/Chart.yaml b/charts/magistrala/Chart.yaml index a5fe74fa..47b546bf 100644 --- a/charts/magistrala/Chart.yaml +++ b/charts/magistrala/Chart.yaml @@ -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 diff --git a/charts/magistrala/README.md b/charts/magistrala/README.md index eee3aeb5..477a8699 100644 --- a/charts/magistrala/README.md +++ b/charts/magistrala/README.md @@ -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:** @@ -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` | | diff --git a/charts/magistrala/values.yaml b/charts/magistrala/values.yaml index a0a25aed..7790fe4c 100644 --- a/charts/magistrala/values.yaml +++ b/charts/magistrala/values.yaml @@ -542,7 +542,7 @@ timescaledb: # sendTelemetry: true # logLevel: "info" enabled: true - http: { port: 9011 } + http: {port: 9011} # nodeSelector: {} # affinity: {} # tolerations: {} @@ -560,7 +560,7 @@ timescaledb: # affinity: {} # tolerations: {} enabled: true - http: { port: 9012 } + http: {port: 9012} ## Configurations of Bitnami postgres global: postgresql: