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

Preview/nu 1.15 with old grafana #144

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions src/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies:
version: 0.2.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.11.0
version: 6.61.2
- name: influxdb
repository: https://helm.influxdata.com/
version: 4.12.5
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.48
digest: sha256:79ca60bd2fe8c951a5037708fe69cc9ee39f8b5b4ae5b3eef3364e82bbb98970
generated: "2024-05-27T10:27:46.47971203+02:00"
digest: sha256:5f8eebfac4b0b6ba3ba21b5fdb35db6f44cb77de2d8d52a4cdea1c2ca6ef3f1d
generated: "2024-06-11T09:39:59.906511155+02:00"
8 changes: 4 additions & 4 deletions src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nussknacker
# In the main branch it should be always the -SNAPSHOT version. Release versions should be on the tags only
version: 1.16.0-SNAPSHOT
version: 1.15.0-preview-SNAPSHOT
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 @@ -15,7 +15,7 @@ type: application
# latest-staging version is used when someone run the snapshot build of this chart manually. scala_2.12 is because it can be used with Flink
# During release it is replaced by the released image version. In the main we should always keep this version
# TODO The best would be to publish X.Y.Z-latest docker image version in core and use it here to make it more explicit
appVersion: 1.16.0-SNAPSHOT
appVersion: 1.15.0-preview
dependencies:
- name: postgresql
version: ~12.1.15
Expand All @@ -38,8 +38,8 @@ dependencies:
repository: "@riskfocus"
condition: flink.enabled
- name: grafana
# Grafana has changed its license after v7.5 - 6.11.0 is its helm version
version: 6.11.0
# Grafana has changed its license after v7.5 - 6.11.0 is it's helm version
version: ^6.51.1
repository: "@grafana"
condition: grafana.enabled
- name: influxdb
Expand Down
2 changes: 2 additions & 0 deletions src/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ flink:

grafana:
enabled: true
image:
tag: 7.5.15
grafana.ini:
server:
root_url: "%(protocol)s://%(domain)s/grafana"
Expand Down
Loading