Skip to content

Commit

Permalink
update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Sep 15, 2024
1 parent eda1e0a commit 0f6a3ad
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 43 deletions.
39 changes: 20 additions & 19 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
apiVersion: v2
name: convoy
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
description: Open Source Webhooks Gateway
type: application
version: "3.1.0"
appVersion: "24.8.2"
keywords:
- Webhooks
- Kubernetes
- Convoy
maintainers:
- name: Convoy Engineering Team
email: [email protected]
url: https://getconvoy.io
dependencies:
- name: postgresql
version: 12.5.6
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.9
- name: redis
version: 17.11.3
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.4.9"
81 changes: 58 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# convoy

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.8.2](https://img.shields.io/badge/AppVersion-24.8.2-informational?style=flat-square)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.8.2](https://img.shields.io/badge/AppVersion-24.8.2-informational?style=flat-square)

Open Source Webhooks Gateway

Expand All @@ -22,24 +22,41 @@ Open Source Webhooks Gateway
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| agent.app.replicaCount | int | `1` | |
| agent.app.resources.limits.cpu | string | `"2000m"` | |
| agent.app.resources.limits.memory | string | `"2000Mi"` | |
| agent.app.resources.requests.cpu | string | `"1000m"` | |
| agent.app.resources.requests.memory | string | `"1000m"` | |
| agent.app.resources | object | `{}` | |
| agent.autoscaling.enabled | bool | `false` | Enable autoscaling for the agent |
| agent.autoscaling.maxReplicas | int | `10` | |
| agent.autoscaling.minReplicas | int | `2` | |
| agent.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| agent.autoscaling.targetMemoryUtilizationPercentage | int | `80` | |
| agent.env.analytics_enabled | bool | `true` | |
| agent.env.consumer_pool_size | int | `100` | |
| agent.env.enable_feature_flag | list | `[]` | |
| agent.env.enable_profiling | bool | `false` | |
| agent.env.environment | string | `"oss"` | |
| agent.env.instance_ingest_rate | int | `100` | |
| agent.env.license_key | string | `""` | |
| agent.env.log_level | string | `"error"` | |
| agent.env.max_retry_seconds | int | `7200` | |
| agent.env.metrics.enabled | bool | `false` | |
| agent.env.metrics.metrics_backend | string | `"prometheus"` | |
| agent.env.metrics.prometheus_metrics.sample_time | int | `5` | |
| agent.env.proxy | string | `""` | |
| agent.env.pyroscope.enabled | bool | `false` | |
| agent.env.pyroscope.password | string | `""` | |
| agent.env.pyroscope.profile_id | string | `""` | |
| agent.env.pyroscope.url | string | `""` | |
| agent.env.pyroscope.username | string | `""` | |
| agent.env.retention_policy.enabled | bool | `false` | |
| agent.env.retention_policy.policy | string | `"720h"` | |
| agent.env.sign_up_enabled | bool | `false` | |
| agent.env.smtp.enabled | bool | `false` | |
| agent.env.smtp.from | string | `""` | |
| agent.env.smtp.password | string | `""` | Ignored in case of secret parameter with non-empty value |
| agent.env.smtp.port | int | `0` | |
| agent.env.smtp.provider | string | `""` | |
| agent.env.smtp.reply_to | string | `""` | |
| agent.env.smtp.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 |
| agent.env.smtp.ssl | bool | `false` | |
| agent.env.smtp.url | string | `""` | |
| agent.env.smtp.username | string | `""` | |
| agent.env.storage.enabled | bool | `false` | |
Expand All @@ -52,27 +69,29 @@ Open Source Webhooks Gateway
| agent.env.storage.s3.secretKey | string | `""` | Ignored in case of secret parameter with non-empty value |
| agent.env.storage.s3.session_token | string | `""` | |
| agent.env.storage.type | string | `""` | |
| agent.env.tracer.app_name | string | `""` | |
| agent.env.tracer.config_enabled | bool | `true` | |
| agent.env.tracer.distributed_tracer_enabled | bool | `true` | |
| agent.env.tracer.enabled | bool | `false` | |
| agent.env.tracer.license_key | string | `""` | |
| agent.env.tracer.type | string | `""` | |
| agent.env.worker_execution_mode | string | `"default"` | |
| agent.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the agent image |
| agent.image.repository | string | `"getconvoy/convoy"` | Repository to be used by the agent. The latest tag is used by default |
| agent.podDisruptionBudget | object | `{}` | |
| agent.service.port | int | `80` | Port for the agent service |
| agent.service.type | string | `"ClusterIP"` | Type of service for the agent |
| global.convoy.api_version | string | `"2024-01-01"` | API version |
| global.convoy.enable_usage_analytics | bool | `true` | Enable usage analytics |
| global.convoy.environment | string | `"oss"` | Convoy Environment |
| global.convoy.image | string | `"getconvoy/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.8.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 |
| global.convoy.image | string | `"getconvoy/convoy"` | Docker image tags for all convoy components |
| global.convoy.license_key | string | `""` | License Key |
| global.convoy.log_level | string | `"error"` | Logger Level for all convoy components |
| global.convoy.otel_auth_header_name | string | `""` | Open Telemetry auth header name |
| global.convoy.otel_auth_header_value | string | `""` | Open Telemetry auth header value |
| global.convoy.otel_collector_url | string | `""` | Open Telemetry collector url |
| global.convoy.otel_insecure_skip_verify | bool | `true` | Open Telemetry insecure skip verify |
| global.convoy.otel_sample_rate | int | `1` | Open Telemetry sample rate |
| global.convoy.retention_policy_duration | string | `"720h"` | Retention policy duration |
| global.convoy.retention_policy_enabled | bool | `false` | Retention policy enabled |
| global.convoy.sentry_dsn | string | `""` | Sentry DSN |
| global.convoy.tag | string | `"v24.8.2"` | Docker image tags for all convoy components |
| global.convoy.tracer_enabled | bool | `false` | Tracing config for all convoy services |
| global.convoy.tracer_license_key | string | `""` | NewRelic license key |
| global.convoy.tracer_type | string | `""` | Tracing provider type |
| global.convoy.tracer_type | string | `"otel"` | Tracing provider type |
| global.externalDatabase.database | string | `"convoy"` | Database name for the external database |
| global.externalDatabase.enabled | bool | `true` | Enable an external database, This will use postgresql chart, Change values if you use an external database |
| global.externalDatabase.host | string | `"postgresql"` | Host for the external database |
Expand All @@ -97,27 +116,43 @@ Open Source Webhooks Gateway
| 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 |
| server.app.replicaCount | int | `1` | |
| server.app.resources.limits.cpu | string | `"2000m"` | |
| server.app.resources.limits.memory | string | `"2000Mi"` | |
| server.app.resources.requests.cpu | string | `"1000m"` | |
| server.app.resources.requests.memory | string | `"1000Mi"` | |
| server.app.resources | object | `{}` | |
| server.autoscaling.enabled | bool | `false` | Enable autoscaling for the server |
| server.autoscaling.maxReplicas | int | `10` | |
| server.autoscaling.minReplicas | int | `2` | |
| server.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| server.autoscaling.targetMemoryUtilizationPercentage | int | `80` | |
| server.env.analytics.enabled | bool | `true` | |
| server.env.analytics_enabled | bool | `true` | |
| server.env.api_version | string | `"2024-01-01"` | |
| server.env.auth.jwt.enabled | bool | `true` | |
| server.env.auth.native.enabled | bool | `true` | |
| server.env.enable_feature_flag | list | `[]` | |
| server.env.enable_profiling | bool | `false` | |
| server.env.environment | string | `"oss"` | |
| server.env.host | string | `""` | |
| server.env.instance_ingest_rate | int | `100` | |
| server.env.license_key | string | `""` | |
| server.env.log_level | string | `"error"` | |
| server.env.max_response_size | int | `50` | Max response body when ingesting webhooks (might be renamed). Defaults to 50KB |
| server.env.max_retry_seconds | int | `7200` | |
| server.env.metrics.enabled | bool | `false` | |
| server.env.metrics.metrics_backend | string | `"prometheus"` | |
| server.env.metrics.prometheus_metrics.sample_time | int | `5` | |
| server.env.pyroscope.enabled | bool | `false` | |
| server.env.pyroscope.password | string | `""` | |
| server.env.pyroscope.profile_id | string | `""` | |
| server.env.pyroscope.url | string | `""` | |
| server.env.pyroscope.username | string | `""` | |
| server.env.retention_policy.enabled | bool | `false` | |
| server.env.retention_policy.policy | string | `"720h"` | |
| server.env.sign_up_enabled | bool | `false` | |
| server.env.storage.enabled | bool | `false` | |
| server.env.storage.on_prem.path | string | `""` | |
| server.env.storage.s3.accessKey | string | `""` | |
| server.env.storage.s3.bucket | string | `""` | |
| server.env.storage.s3.endpoint | string | `""` | |
| server.env.storage.s3.prefix | string | `""` | |
| server.env.storage.s3.region | string | `""` | |
| server.env.storage.s3.secret | string | `""` | If this secret parameter is not empty, secretKey value will be ignored. The password in the secret should be in the 'secretKey' key |
| server.env.storage.s3.secretKey | string | `""` | Ignored in case of secret parameter with non-empty value |
Expand Down
Binary file added convoy-3.1.0.tgz
Binary file not shown.
29 changes: 28 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
convoy:
- apiVersion: v2
appVersion: 24.8.2
created: "2024-09-15T11:26:53.625349+02:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.6
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.3
description: Open Source Webhooks Gateway
digest: 7f33d31f907d44a1decb6603dc6c47e8a5f00b52d8278ebf9ad1d3df489fed91
keywords:
- Webhooks
- Kubernetes
- Convoy
maintainers:
- email: [email protected]
name: Convoy Engineering Team
url: https://getconvoy.io
name: convoy
type: application
urls:
- https://github.com/frain-dev/helm-charts/releases/download/convoy-3.1.0/convoy-3.1.0.tgz
version: 3.1.0
- apiVersion: v2
appVersion: 24.8.2
created: "2024-09-13T11:29:06.340139+02:00"
Expand Down Expand Up @@ -578,4 +605,4 @@ entries:
urls:
- https://charts.bitnami.com/bitnami/redis-17.11.3.tgz
version: 17.11.3
generated: "2024-09-13T11:29:06.340301+02:00"
generated: "2024-09-15T11:26:53.625486+02:00"

0 comments on commit 0f6a3ad

Please sign in to comment.