Skip to content
Merged
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 manifests/pipecd/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 14.6.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.16.2
version: 8.4.0
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.93.3
digest: sha256:4025b0e61e9889d55016505f93a4718b548bc7a36599cf4cfe29ba31fdfd1503
generated: "2024-06-17T15:44:50.374800619+09:00"
digest: sha256:70a2b5c168161cb0708b53d1f13e8d8d5c2bdd4e7a3d2164dbfb7b0c64c02588
generated: "2024-08-02T09:51:22.670788848+09:00"
2 changes: 1 addition & 1 deletion manifests/pipecd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
repository: "https://prometheus-community.github.io/helm-charts"
condition: monitoring.enabled
- name: grafana
version: "6.16.2"
version: "8.4.0"
repository: "https://grafana.github.io/helm-charts"
condition: monitoring.enabled
- name: opentelemetry-collector
Expand Down
6 changes: 3 additions & 3 deletions manifests/pipecd/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
{{- include "pipecd.labels" . | nindent 4 }}
grafana_dashboard: "1"
annotations:
k8s-sidecar-target-directory: "/tmp/dashboards/cluster"
k8s-sidecar-target-directory: "/tmp/dashboards/Cluster"
data:
{{ range $path, $_ := .Files.Glob "grafana-dashboards/cluster/**.json" }}
{{ trimPrefix "grafana-dashboards/cluster/" $path | nindent 2 }}: |-
Expand All @@ -39,7 +39,7 @@ metadata:
{{- include "pipecd.labels" . | nindent 4 }}
grafana_dashboard: "1"
annotations:
k8s-sidecar-target-directory: "/tmp/dashboards/control-plane"
k8s-sidecar-target-directory: "/tmp/dashboards/Control-Plane"
data:
{{ range $path, $_ := .Files.Glob "grafana-dashboards/control-plane/**.json" }}
{{ trimPrefix "grafana-dashboards/control-plane/" $path | nindent 2 }}: |-
Expand All @@ -55,7 +55,7 @@ metadata:
{{- include "pipecd.labels" . | nindent 4 }}
grafana_dashboard: "1"
annotations:
k8s-sidecar-target-directory: "/tmp/dashboards/piped"
k8s-sidecar-target-directory: "/tmp/dashboards/Piped"
data:
{{ range $path, $_ := .Files.Glob "grafana-dashboards/piped/**.json" }}
{{ trimPrefix "grafana-dashboards/piped/" $path | nindent 2 }}: |-
Expand Down
6 changes: 3 additions & 3 deletions manifests/pipecd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,23 +241,23 @@ grafana:
disableDeletion: false
allowUiUpdates: false
options:
path: /tmp/dashboards/cluster
path: /tmp/dashboards/Cluster
- name: 'Control-Plane'
orgId: 1
folder: 'Control-Plane'
type: file
disableDeletion: false
allowUiUpdates: false
options:
path: /tmp/dashboards/control-plane
path: /tmp/dashboards/Control-Plane
- name: 'Piped'
orgId: 1
folder: 'Piped'
type: file
disableDeletion: false
allowUiUpdates: false
options:
path: /tmp/dashboards/piped
path: /tmp/dashboards/Piped

opentelemetry-collector:
mode: "deployment"
Expand Down