Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump chart and Nussknacker version #109

Merged
merged 6 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 12.1.15
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 22.1.3
version: 22.1.6
- name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 11.0.3
Expand All @@ -16,12 +16,12 @@ dependencies:
version: 0.2.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.56.6
version: 6.59.4
- name: influxdb
repository: https://helm.influxdata.com/
version: 4.12.1
version: 4.12.5
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.28
digest: sha256:46aba6b24953b73194810cdde14358f7098d52c4d83708561d1038f9a8a5432b
generated: "2023-05-31T09:36:02.733938544+02:00"
version: 1.8.34
digest: sha256:a4235f4aca5b0785f910bc33cb813604cab949729753b88fb095814524fe269c
generated: "2023-09-13T10:29:02.122496096+02:00"
8 changes: 4 additions & 4 deletions src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ keywords:
- stream processing
- event stream processing
type: application
appVersion: 1.10.0
appVersion: 1.11.3
dependencies:
- name: postgresql
version: ~12.1.15
repository: "@bitnami"
condition: postgresql.enabled
- name: kafka
version: ~22.1.3
version: ~22.1.6
repository: "@bitnami"
condition: kafka.enabled
- name: zookeeper
Expand All @@ -39,10 +39,10 @@ dependencies:
repository: "@grafana"
condition: grafana.enabled
- name: influxdb
version: ~4.12.0
version: ~4.12.5
repository: "@influxdata"
condition: influxdb.enabled
- name: telegraf
version: ~1.8.26
version: ~1.8.34
repository: "@influxdata"
condition: telegraf.enabled