Skip to content

Commit

Permalink
Bump chart version, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dswiecki committed Aug 16, 2022
1 parent e3b2b90 commit f9e53da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions src/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.6
version: 11.6.26
- name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 9.2.7
Expand All @@ -10,18 +10,18 @@ dependencies:
version: 17.2.6
- name: apicurio-registry
repository: https://helm-charts.touk.pl/public/
version: 0.1.3
version: 0.1.5
- name: flink
repository: https://riskfocus.github.io/helm-charts-public/
version: 0.2.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.29.11
version: 6.32.14
- name: influxdb
repository: https://helm.influxdata.com/
version: 4.12.0
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.18
digest: sha256:594e21f26240ceb16f58e657fcdd77d982ef002a6392ccf10e12017d92072f35
generated: "2022-06-14T13:54:32.194031246+02:00"
version: 1.8.19
digest: sha256:938aa43ac071dc623cff5eadd0dbdd5cf56c15524d05f1d91d360be63131e2b2
generated: "2022-08-16T18:15:41.733845+02:00"
14 changes: 7 additions & 7 deletions src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nussknacker
version: 1.5.0-SNAPSHOT
version: 1.5.0
description: Nussknacker - a design, development, and deployment tool for stream processing
home: https://nussknacker.io/
icon: https://nussknacker.io/wp-content/uploads/2021/10/Nussknacker-short-black.svg
Expand All @@ -14,35 +14,35 @@ type: application
appVersion: 1.5.0
dependencies:
- name: postgresql
version: ~11.6.3
version: ~11.6.26
repository: "@bitnami"
condition: postgresql.enabled
- name: zookeeper
version: ~9.2.2
version: ~9.2.7
repository: "@bitnami"
condition: kafka.enabled
- name: kafka
version: ~17.2.3
version: ~17.2.6
repository: "@bitnami"
condition: kafka.enabled
- name: apicurio-registry
repository: "@touk"
version: ~0.1.3
version: ~0.1.5
condition: apicurio-registry.enabled
- name: flink
version: ~0.2.0
repository: "@riskfocus"
condition: flink.enabled
- name: grafana
# Grafana has quite good compatibility between minor version so this should be ok
version: ^6.16.13
version: ^6.32.14
repository: "@grafana"
condition: grafana.enabled
- name: influxdb
version: ~4.12.0
repository: "@influxdata"
condition: influxdb.enabled
- name: telegraf
version: ~1.8.5
version: ~1.8.19
repository: "@influxdata"
condition: telegraf.enabled

0 comments on commit f9e53da

Please sign in to comment.