grafana / helm-charts

Apache License 2.0
1.63k stars 2.26k forks source link

failed to install plugin grafana-piechart-panel #550

Open paul-mesnilgrente opened 3 years ago

paul-mesnilgrente commented 3 years ago

Hi,

I am currently running grafana 7 with the chart version 6.11.0. When I try to upgrade to version 8, I get this error in container logs:

✔ Downloaded devopsprodigy-kubegraf-app v1.5.2 zip successfully

Fetching devopsprodigy-kubegraf-app dependencies...

Error: ✗ failed to install plugin grafana-piechart-panel: grafana-piechart-panel v>=1.3.7 either does not exist or is not supported on your system (Grafana v8.0.3 linux-amd64)

I downgraded to version 7 and it works fine. Did something change?

Here are my values if that can help...

rbac:
  pspUseAppArmor: false
service:
  annotations:
    external-dns.alpha.kubernetes.io/hostname: grafana.example.org
persistence:
  enabled: true
  existingClaim: grafana-data
ingress:
  enabled: true
  hosts: [grafana.example.org]
adminPassword: 'my-password'
plugins:
  - devopsprodigy-kubegraf-app
  - grafana-piechart-panel
deploymentStrategy: { "type": "Recreate" }

grafana.ini:
  smtp:
    enabled: true

smtp:
  existingSecret: smtp-aws
  userKey: SMTP_USER
  passwordKey: SMTP_PASSWORD

resources:
  limits:
    cpu: 750m
    memory: 200Mi
  requests:
    cpu: 100m
    memory: 100Mi
dmitry-mightydevops commented 3 years ago

I got the similar issue

  Warning  Failed     7s (x2 over 8s)  kubelet            Error: couldn't find key plugins in ConfigMap grafana/grafana

I'm using: repoURL: https://grafana.github.io/helm-charts argetRevision: 6.16.2