Skip to content

Commit

Permalink
feat: update ChirpStack chart to app version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Oct 1, 2024
1 parent af22726 commit 66cc0dc
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 84 deletions.
4 changes: 2 additions & 2 deletions charts/chirpstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# 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: 1.0.0
version: 1.1.0

# 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: 4.2.0
appVersion: 4.9.0
163 changes: 82 additions & 81 deletions charts/chirpstack/README.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,90 @@
# chirpstack

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.0](https://img.shields.io/badge/AppVersion-4.9.0-informational?style=flat-square)

ChirpStack Kubernetes Chart

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| chirpstack.affinity | object | `{}` | |
| chirpstack.apiSecret | string | `"you-must-replace-me"` | |
| chirpstack.args[0] | string | `"--config"` | |
| chirpstack.args[1] | string | `"/etc/chirpstack"` | |
| chirpstack.command | list | `[]` | |
| chirpstack.extraConfigFiles | object | `{}` | |
| chirpstack.extraEnvs | list | `[]` | |
| chirpstack.http.containerPort | int | `8080` | |
| chirpstack.http.port | int | `8080` | |
| chirpstack.image.pullPolicy | string | `"IfNotPresent"` | |
| chirpstack.image.repository | string | `"chirpstack/chirpstack"` | |
| chirpstack.image.tag | float | `4.4` | |
| chirpstack.ingress.annotations | object | `{}` | |
| chirpstack.ingress.className | string | `""` | |
| chirpstack.ingress.enabled | bool | `false` | |
| chirpstack.ingress.hosts | string | `nil` | |
| chirpstack.ingress.tls | list | `[]` | |
| chirpstack.logLevel | string | `"info"` | |
| chirpstack.metrics.enabled | bool | `false` | |
| chirpstack.metrics.port | int | `8081` | |
| chirpstack.name | string | `"chirpstack"` | |
| chirpstack.network.enabledRegions[0] | string | `"eu868"` | |
| chirpstack.network.netId | string | `"000000"` | |
| chirpstack.nodeSelector | object | `{}` | |
| chirpstack.podAnnotations | object | `{}` | |
| chirpstack.podSecurityContext | object | `{}` | |
| chirpstack.postgres.database | string | `"chirpstack"` | |
| chirpstack.postgres.host | string | `"localhost"` | |
| chirpstack.postgres.password | string | `"postgres"` | |
| chirpstack.postgres.sslMode | string | `"disable"` | |
| chirpstack.postgres.user | string | `"postgres"` | |
| chirpstack.redis.cluster | bool | `false` | |
| chirpstack.redis.servers[0] | string | `"redis://localhost/"` | |
| chirpstack.redis.tlsEnabled | bool | `false` | |
| chirpstack.regions.eu868.mqtt.commandTopic | string | `"eu868/gateway/{{ gateway_id }}/command/{{ command }}"` | |
| chirpstack.regions.eu868.mqtt.eventTopic | string | `"eu868/gateway/+/event/+"` | |
| chirpstack.regions.mqtt.host | string | `"localhost"` | |
| chirpstack.regions.mqtt.port | int | `1883` | |
| chirpstack.replicaCount | int | `1` | |
| chirpstack.resources | object | `{}` | |
| chirpstack.securityContext | object | `{}` | |
| chirpstack.service.annotations | object | `{}` | |
| chirpstack.service.spec | object | `{}` | |
| chirpstack.service.type | string | `"ClusterIP"` | |
| chirpstack.tolerations | list | `[]` | |
| chirpstackRestApi.affinity | object | `{}` | |
| chirpstackRestApi.args | list | `[]` | |
| chirpstackRestApi.command | list | `[]` | |
| chirpstackRestApi.enabled | bool | `false` | |
| chirpstackRestApi.extraEnvs | list | `[]` | |
| chirpstackRestApi.http.containerPort | int | `8090` | |
| chirpstackRestApi.http.cors | string | `"0.0.0.0"` | |
| chirpstackRestApi.http.insecure | bool | `true` | |
| chirpstackRestApi.http.port | int | `8090` | |
| chirpstackRestApi.image.pullPolicy | string | `"IfNotPresent"` | |
| chirpstackRestApi.image.repository | string | `"chirpstack/chirpstack-rest-api"` | |
| chirpstackRestApi.image.tag | string | `""` | |
| chirpstackRestApi.ingress.annotations | object | `{}` | |
| chirpstackRestApi.ingress.className | string | `""` | |
| chirpstackRestApi.ingress.enabled | bool | `false` | |
| chirpstackRestApi.ingress.hosts | string | `nil` | |
| chirpstackRestApi.ingress.tls | list | `[]` | |
| chirpstackRestApi.name | string | `"chirpstack-rest-api"` | |
| chirpstackRestApi.nodeSelector | object | `{}` | |
| chirpstackRestApi.podAnnotations | object | `{}` | |
| chirpstackRestApi.podSecurityContext | object | `{}` | |
| chirpstackRestApi.replicaCount | int | `1` | |
| chirpstackRestApi.resources | object | `{}` | |
| chirpstackRestApi.securityContext | object | `{}` | |
| chirpstackRestApi.service.annotations | object | `{}` | |
| chirpstackRestApi.service.spec | object | `{}` | |
| chirpstackRestApi.service.type | string | `"ClusterIP"` | |
| chirpstackRestApi.tolerations | list | `[]` | |
| fullnameOverride | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| Key | Type | Default | Description |
| ------------------------------------------ | ------ | -------------------------------------------------------- | ----------- |
| chirpstack.affinity | object | `{}` | |
| chirpstack.apiSecret | string | `"you-must-replace-me"` | |
| chirpstack.args\[0\] | string | `"--config"` | |
| chirpstack.args\[1\] | string | `"/etc/chirpstack"` | |
| chirpstack.command | list | `[]` | |
| chirpstack.extraConfigFiles | object | `{}` | |
| chirpstack.extraEnvs | list | `[]` | |
| chirpstack.http.containerPort | int | `8080` | |
| chirpstack.http.port | int | `8080` | |
| chirpstack.image.pullPolicy | string | `"IfNotPresent"` | |
| chirpstack.image.repository | string | `"chirpstack/chirpstack"` | |
| chirpstack.image.tag | string | `""` | |
| chirpstack.ingress.annotations | object | `{}` | |
| chirpstack.ingress.className | string | `""` | |
| chirpstack.ingress.enabled | bool | `false` | |
| chirpstack.ingress.hosts | string | `nil` | |
| chirpstack.ingress.tls | list | `[]` | |
| chirpstack.logLevel | string | `"info"` | |
| chirpstack.metrics.enabled | bool | `false` | |
| chirpstack.metrics.port | int | `8081` | |
| chirpstack.name | string | `"chirpstack"` | |
| chirpstack.network.enabledRegions\[0\] | string | `"eu868"` | |
| chirpstack.network.netId | string | `"000000"` | |
| chirpstack.nodeSelector | object | `{}` | |
| chirpstack.podAnnotations | object | `{}` | |
| chirpstack.podSecurityContext | object | `{}` | |
| chirpstack.postgres.database | string | `"chirpstack"` | |
| chirpstack.postgres.host | string | `"localhost"` | |
| chirpstack.postgres.password | string | `"postgres"` | |
| chirpstack.postgres.sslMode | string | `"disable"` | |
| chirpstack.postgres.user | string | `"postgres"` | |
| chirpstack.redis.cluster | bool | `false` | |
| chirpstack.redis.servers\[0\] | string | `"redis://localhost/"` | |
| chirpstack.redis.tlsEnabled | bool | `false` | |
| chirpstack.regions.eu868.mqtt.commandTopic | string | `"eu868/gateway/{{ gateway_id }}/command/{{ command }}"` | |
| chirpstack.regions.eu868.mqtt.eventTopic | string | `"eu868/gateway/+/event/+"` | |
| chirpstack.regions.mqtt.host | string | `"localhost"` | |
| chirpstack.regions.mqtt.port | int | `1883` | |
| chirpstack.replicaCount | int | `1` | |
| chirpstack.resources | object | `{}` | |
| chirpstack.securityContext | object | `{}` | |
| chirpstack.service.annotations | object | `{}` | |
| chirpstack.service.spec | object | `{}` | |
| chirpstack.service.type | string | `"ClusterIP"` | |
| chirpstack.tolerations | list | `[]` | |
| chirpstackRestApi.affinity | object | `{}` | |
| chirpstackRestApi.args | list | `[]` | |
| chirpstackRestApi.command | list | `[]` | |
| chirpstackRestApi.enabled | bool | `false` | |
| chirpstackRestApi.extraEnvs | list | `[]` | |
| chirpstackRestApi.http.containerPort | int | `8090` | |
| chirpstackRestApi.http.cors | string | `"0.0.0.0"` | |
| chirpstackRestApi.http.insecure | bool | `true` | |
| chirpstackRestApi.http.port | int | `8090` | |
| chirpstackRestApi.image.pullPolicy | string | `"IfNotPresent"` | |
| chirpstackRestApi.image.repository | string | `"chirpstack/chirpstack-rest-api"` | |
| chirpstackRestApi.image.tag | string | `""` | |
| chirpstackRestApi.ingress.annotations | object | `{}` | |
| chirpstackRestApi.ingress.className | string | `""` | |
| chirpstackRestApi.ingress.enabled | bool | `false` | |
| chirpstackRestApi.ingress.hosts | string | `nil` | |
| chirpstackRestApi.ingress.tls | list | `[]` | |
| chirpstackRestApi.name | string | `"chirpstack-rest-api"` | |
| chirpstackRestApi.nodeSelector | object | `{}` | |
| chirpstackRestApi.podAnnotations | object | `{}` | |
| chirpstackRestApi.podSecurityContext | object | `{}` | |
| chirpstackRestApi.replicaCount | int | `1` | |
| chirpstackRestApi.resources | object | `{}` | |
| chirpstackRestApi.securityContext | object | `{}` | |
| chirpstackRestApi.service.annotations | object | `{}` | |
| chirpstackRestApi.service.spec | object | `{}` | |
| chirpstackRestApi.service.type | string | `"ClusterIP"` | |
| chirpstackRestApi.tolerations | list | `[]` | |
| fullnameOverride | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
______________________________________________________________________

Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 1 addition & 1 deletion charts/chirpstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chirpstack:
image:
repository: chirpstack/chirpstack
pullPolicy: IfNotPresent
tag: 4.4
tag: ""

# Configuration for connecting to the PostgreSQL database
postgres:
Expand Down

0 comments on commit 66cc0dc

Please sign in to comment.