Skip to content

Commit

Permalink
update to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Feb 2, 2024
1 parent 222373a commit 0fad9a8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 64 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -47,18 +47,14 @@ 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 |
| global.nativeRedis.host | string | `"redis-master"` | Host for the redis |
| 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` | |
Expand All @@ -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` | |
Expand Down Expand Up @@ -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` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/ingest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 4 additions & 32 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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: ""
Expand Down Expand Up @@ -109,15 +109,6 @@ worker:
# @ignored
tag: *tag

app:
resources:
limits:
cpu: 50m
memory: 20Mi
requests:
cpu: 50m
memory: 10Mi

env:
environment: *environment
proxy: ""
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0fad9a8

Please sign in to comment.