File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : dso-grafana
33description : This Helm chart deploy Grafana instances and default dashboards for each projects read from values file.
44type : application
5- version : 1.4.0
5+ version : 1.4.1
66dependencies :
77- name : grafana-operator
88 repository : oci://ghcr.io/grafana/helm-charts
Original file line number Diff line number Diff line change 11# dso-grafana
22
3- ![ Version: 1.4.0 ] ( https://img.shields.io/badge/Version-1.4.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
3+ ![ Version: 1.4.1 ] ( https://img.shields.io/badge/Version-1.4.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
44
55This Helm chart deploy Grafana instances and default dashboards for each projects read from values file.
66
Original file line number Diff line number Diff line change 11{{- range $project := default .Values.projects .Values.global.projects }}
2- {{- if $project.projectRepository }}
2+ {{- if and $project.projectRepository $project.envs }}
33apiVersion : argoproj.io/v1alpha1
44kind : AppProject
55metadata :
You can’t perform that action at this time.
0 commit comments