From 0fad9a86bce37896129ebfe873560a2438f8af45 Mon Sep 17 00:00:00 2001 From: Raymond Tukpe Date: Fri, 2 Feb 2024 12:40:08 +0100 Subject: [PATCH] update to v2.1.1 --- Chart.yaml | 4 ++-- README.md | 23 +++++------------------ charts/ingest/values.yaml | 8 ++++---- charts/server/values.yaml | 8 ++++---- charts/worker/values.yaml | 8 ++++---- values.yaml | 36 ++++-------------------------------- 6 files changed, 23 insertions(+), 64 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index dc8099f..ddaa17d 100755 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: convoy description: Open Source Webhooks Gateway type: application -version: "2.1.0" -appVersion: "24.1.1" +version: "2.1.1" +appVersion: "24.1.2" keywords: - Webhooks - Kubernetes diff --git a/README.md b/README.md index 577283b..a449ad8 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # convoy -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.1.1](https://img.shields.io/badge/AppVersion-24.1.1-informational?style=flat-square) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.1.2](https://img.shields.io/badge/AppVersion-24.1.2-informational?style=flat-square) Open Source Webhooks Gateway @@ -24,7 +24,7 @@ Open Source Webhooks Gateway | global.convoy.environment | string | `"oss"` | Convoy Environment | | global.convoy.image | string | `"docker.cloudsmith.io/convoy/convoy/frain-dev/convoy"` | Docker image tags for all convoy services | | global.convoy.log_level | string | `"error"` | Logger Level for all convoy services | -| global.convoy.tag | string | `"v24.1.1"` | Docker image tags for all convoy services | +| global.convoy.tag | string | `"v24.1.2"` | Docker image tags for all convoy services | | global.convoy.tracer_app_name | string | `""` | NewRelic application name | | global.convoy.tracer_config_enabled | bool | `true` | NewRelic tracing config enabled | | global.convoy.tracer_distributed_tracer_enabled | bool | `true` | NewRelic distributed tracing config enabled | @@ -38,7 +38,7 @@ Open Source Webhooks Gateway | global.externalDatabase.password | string | `"postgres"` | Password for the external database, ignored in case of secret parameter with non-empty value | | global.externalDatabase.port | int | `5432` | Port for the external database | | global.externalDatabase.postgresPassword | string | `"postgres"` | Password for the external database | -| global.externalDatabase.scheme | string | `"postgres"` | scheme for the external database. This is postgres by default | +| global.externalDatabase.scheme | string | `"postgres"` | Scheme for the external database. This is postgres by default | | global.externalDatabase.secret | string | `""` | If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key | | global.externalDatabase.username | string | `"postgres"` | Username for the external database | | global.externalRedis.addresses | string | `""` | redis cluster addresses, if set the other values won't be used | @@ -47,7 +47,7 @@ Open Source Webhooks Gateway | global.externalRedis.host | string | `""` | Host for the external redis | | global.externalRedis.password | string | `""` | password for the external redis, ignored in case of secret parameter with non-empty value | | global.externalRedis.port | string | `""` | Port for the external redis | -| global.externalRedis.scheme | string | `""` | scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel | +| global.externalRedis.scheme | string | `""` | Scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel | | global.externalRedis.secret | string | `""` | If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key | | global.externalRedis.username | string | `""` | username for the external redis. | | global.nativeRedis.enabled | bool | `true` | Enable redis, This will use redis chart, Disable if you use an external redis | @@ -55,10 +55,6 @@ Open Source Webhooks Gateway | global.nativeRedis.password | string | `"convoy"` | password for the redis, ignored in case of secret parameter with non-empty value | | global.nativeRedis.port | int | `6379` | Port for the redis | | global.nativeRedis.secret | string | `""` | If this secret parameter is not empty, password value will be ignored. The password in the secret should be in the 'password' key | -| ingest.app.resources.limits.cpu | string | `"60m"` | | -| ingest.app.resources.limits.memory | string | `"60Mi"` | | -| ingest.app.resources.requests.cpu | string | `"50m"` | | -| ingest.app.resources.requests.memory | string | `"50Mi"` | | | ingest.autoscaling.enabled | bool | `false` | Enable autoscaling for the worker | | ingest.autoscaling.maxReplicas | int | `10` | | | ingest.autoscaling.minReplicas | int | `1` | | @@ -74,12 +70,7 @@ Open Source Webhooks Gateway | ingest.service.port | int | `80` | Port for the worker service | | ingest.service.type | string | `"ClusterIP"` | Type of service for the worker | | migrate.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the migrate image | -| migrate.image.repository | string | `"docker.cloudsmith.io/convoy/convoy/frain-dev/convoy"` | Repository to be used by to migrate. The latest tag is used by default. it will install before any other services. | -| server.app.port | int | `5005` | | -| server.app.resources.limits.cpu | string | `"50m"` | | -| server.app.resources.limits.memory | string | `"60Mi"` | | -| server.app.resources.requests.cpu | string | `"40m"` | | -| server.app.resources.requests.memory | string | `"50Mi"` | | +| migrate.image.repository | string | `"docker.cloudsmith.io/convoy/convoy/frain-dev/convoy"` | Repository to be used by to migrate. The latest tag is used by default. It will install before any other services. | | server.autoscaling.enabled | bool | `false` | Enable autoscaling for the server | | server.autoscaling.maxReplicas | int | `10` | | | server.autoscaling.minReplicas | int | `2` | | @@ -138,10 +129,6 @@ Open Source Webhooks Gateway | stream.ingress.tls[0].secretName | string | `"test-tls-secret"` | | | stream.service.port | int | `80` | Port for the stream service | | stream.service.type | string | `"ClusterIP"` | Type of service for the stream | -| worker.app.resources.limits.cpu | string | `"50m"` | | -| worker.app.resources.limits.memory | string | `"20Mi"` | | -| worker.app.resources.requests.cpu | string | `"50m"` | | -| worker.app.resources.requests.memory | string | `"10Mi"` | | | worker.autoscaling.enabled | bool | `false` | Enable autoscaling for the worker | | worker.autoscaling.maxReplicas | int | `10` | | | worker.autoscaling.minReplicas | int | `2` | | diff --git a/charts/ingest/values.yaml b/charts/ingest/values.yaml index 8a43323..c6d0782 100755 --- a/charts/ingest/values.yaml +++ b/charts/ingest/values.yaml @@ -8,11 +8,11 @@ app: port: 5009 resources: limits: - cpu: 500m - memory: 600Mi + cpu: 2000m + memory: 2000Mi requests: - cpu: 400m - memory: 500Mi + cpu: 1000m + memory: 1000Mi podAnnotations: prometheus.io/scrape: "true" prometheus.io/path: /metrics diff --git a/charts/server/values.yaml b/charts/server/values.yaml index d9b55d3..81f7ed8 100755 --- a/charts/server/values.yaml +++ b/charts/server/values.yaml @@ -7,11 +7,11 @@ app: port: 5005 resources: limits: - cpu: 50m - memory: 60Mi + cpu: 2000m + memory: 2000Mi requests: - cpu: 40m - memory: 50Mi + cpu: 1000m + memory: 1000Mi podAnnotations: prometheus.io/scrape: "true" prometheus.io/path: /metrics diff --git a/charts/worker/values.yaml b/charts/worker/values.yaml index 4aea378..9ba1677 100755 --- a/charts/worker/values.yaml +++ b/charts/worker/values.yaml @@ -7,11 +7,11 @@ app: port: 5006 resources: limits: - cpu: 500m - memory: 600Mi + cpu: 2000m + memory: 2000Mi requests: - cpu: 400m - memory: 500Mi + cpu: 1000m + memory: 1000Mi podAnnotations: prometheus.io/scrape: "true" prometheus.io/path: /metrics diff --git a/values.yaml b/values.yaml index 68fd900..e0c81ab 100755 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ global: # -- Docker image tags for all convoy services image: &image "docker.cloudsmith.io/convoy/convoy/frain-dev/convoy" # -- Docker image tags for all convoy services - tag: &tag "v24.1.1" + tag: &tag "v24.1.2" # -- Logger Level for all convoy services log_level: &logLevel "error" # -- Convoy Environment @@ -36,7 +36,7 @@ global: secret: "" # -- Username for the external database username: &username "postgres" - # -- scheme for the external database. This is postgres by default + # -- Scheme for the external database. This is postgres by default scheme: "postgres" # -- Query params for the external database options: "sslmode=disable&connect_timeout=30" @@ -62,7 +62,7 @@ global: addresses: "" # -- Host for the external redis host: "" - # -- scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel + # -- Scheme for the external redis. This can be redis, rediss, redis-socket or redis-sentinel scheme: "" # -- username for the external redis. username: "" @@ -109,15 +109,6 @@ worker: # @ignored tag: *tag - app: - resources: - limits: - cpu: 50m - memory: 20Mi - requests: - cpu: 50m - memory: 10Mi - env: environment: *environment proxy: "" @@ -185,15 +176,6 @@ ingest: # @ignored tag: *tag - app: - resources: - limits: - cpu: 60m - memory: 60Mi - requests: - cpu: 50m - memory: 50Mi - env: environment: *environment interval: 60 @@ -299,16 +281,6 @@ server: # @ignored tag: *tag - app: - port: 5005 - resources: - limits: - cpu: 50m - memory: 60Mi - requests: - cpu: 40m - memory: 50Mi - env: environment: *environment log_level: *logLevel @@ -381,7 +353,7 @@ server: migrate: image: - # -- Repository to be used by to migrate. The latest tag is used by default. it will install before any other services. + # -- Repository to be used by to migrate. The latest tag is used by default. It will install before any other services. repository: *image # -- Pull policy for the migrate image pullPolicy: IfNotPresent