Skip to content

Commit

Permalink
Merge pull request #304 from ministryofjustice/nd-481
Browse files Browse the repository at this point in the history
Nd 481 upgrade grafana to version 11
  • Loading branch information
jamesgreen-moj authored Dec 20, 2024
2 parents c20c482 + 0b8f8cc commit 873c59f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1303,24 +1303,7 @@ data:
"label": "Environment",
"multi": false,
"name": "account_id",
"options": [
{
"selected": true,
"text": "Production",
"value": "{{ .Values.production_account_id }}"
},
{
"selected": false,
"text": "Pre-Production",
"value": "{{ .Values.pre_production_account_id }}"
},
{
"selected": false,
"text": "Development",
"value": "{{ .Values.development_account_id }}"
}
],
"query": "Production,Pre-Production,Development",
"query": "Production : {{ .Values.production_account_id }},Pre-Production : {{ .Values.pre_production_account_id }},Development : {{ .Values.development_account_id }}",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2036,24 +2036,7 @@ data:
"label": "Environment",
"multi": false,
"name": "account_id",
"options": [
{
"selected": true,
"text": "Production",
"value": "{{ .Values.production_account_id }}"
},
{
"selected": false,
"text": "Pre-Production",
"value": "{{ .Values.pre_production_account_id }}"
},
{
"selected": false,
"text": "Development",
"value": "{{ .Values.development_account_id }}"
}
],
"query": "Production,Pre-Production,Development",
"query": "Production : {{ .Values.production_account_id }},Pre-Production : {{ .Values.pre_production_account_id }},Development : {{ .Values.development_account_id }}",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1771,24 +1771,7 @@ data:
"label": "Environment",
"multi": false,
"name": "account_id",
"options": [
{
"selected": true,
"text": "Production",
"value": "{{ .Values.production_account_id }}"
},
{
"selected": false,
"text": "Pre-Production",
"value": "{{ .Values.pre_production_account_id }}"
},
{
"selected": false,
"text": "Development",
"value": "{{ .Values.development_account_id }}"
}
],
"query": "Production,Pre-Production,Development",
"query": "Production : {{ .Values.production_account_id }},Pre-Production : {{ .Values.pre_production_account_id }},Development : {{ .Values.development_account_id }}",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ deploy_grafana() {
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm upgrade --install grafana grafana/grafana \
--version 7.3.11 \
--version 8.8.2 \
-f ./k8s-values/values.grafana.yaml \
-n grafana \
--create-namespace \
Expand Down

0 comments on commit 873c59f

Please sign in to comment.