Skip to content

Commit

Permalink
update grafana version 10.2.0 (#2041)
Browse files Browse the repository at this point in the history
* Update config.yml

update grafana version 10.0.9 > 10.2.0

* Update values.yaml

update grafana 10.0.9 > 10.2.0

* remove schema env vars from grafana

---------

Co-authored-by: pgvishnuram <81585115+pgvishnuram@users.noreply.github.com>
Co-authored-by: pgvishnuram <vishnu@astronomer.io>
  • Loading branch information
3 people committed Nov 28, 2023
1 parent 0dbf45b commit 92d7d98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ workflows:
- quay.io/astronomer/ap-elasticsearch-exporter:1.6.0
- quay.io/astronomer/ap-elasticsearch:8.9.2
- quay.io/astronomer/ap-fluentd:1.16.2-2
- quay.io/astronomer/ap-grafana:8.5.26
- quay.io/astronomer/ap-grafana:10.2.0
- quay.io/astronomer/ap-houston-api:0.32.23
- quay.io/astronomer/ap-init:3.18.4-3
- quay.io/astronomer/ap-kibana:8.9.2
Expand Down
2 changes: 0 additions & 2 deletions charts/grafana/templates/grafana-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ spec:
resources:
{{ toYaml .Values.resources | indent 12 }}
env:
- name: SCHEMA_NAME
value: "grafana"
- name: BOOTSTRAP_DB
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tolerations: []
images:
grafana:
repository: quay.io/astronomer/ap-grafana
tag: 8.5.26
tag: 10.2.0
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit 92d7d98

Please sign in to comment.