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 Jan 19, 2024
1 parent a0cd9c9 commit a55d227
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 @@ -340,7 +340,7 @@ workflows:
- quay.io/astronomer/ap-elasticsearch-exporter:1.7.0
- quay.io/astronomer/ap-elasticsearch:8.11.4
- quay.io/astronomer/ap-fluentd:1.16.3
- quay.io/astronomer/ap-grafana:10.0.9
- quay.io/astronomer/ap-grafana:10.2.0
- quay.io/astronomer/ap-houston-api:0.33.14
- quay.io/astronomer/ap-init:3.18.5
- quay.io/astronomer/ap-kibana:8.11.4
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: 10.0.9
tag: 10.2.0
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit a55d227

Please sign in to comment.