@@ -37,6 +37,14 @@ helm delete my-release
3737
3838The command removes all the Kubernetes components associated with the chart and deletes the release.
3939
40+ ## Upgrading
41+
42+ A major chart version change indicates that there is an incompatible breaking change needing manual actions.
43+
44+ ### From Chart versions < 0.1.3
45+ If you are upgrading from a chart version older than 0.1.3, we have changed the image to be pulled from
46+ ` grafana/mcp-grafana ` instead of ` mcp/grafana ` and the default tag to be the chart's appVersion instead of ` latest ` .
47+
4048## Values
4149
4250| Key | Type | Default | Description |
@@ -63,11 +71,11 @@ The command removes all the Kubernetes components associated with the chart and
6371| grafana.apiKeySecret.name | string | ` "" ` | Name of the secret containing the API key |
6472| grafana.url | string | ` "http://grafana:3000" ` | Grafana URL (should point to the main Grafana service) |
6573| hostAliases | list | ` [] ` | Host aliases |
66- | image | object | ` {"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"mcp/ grafana","tag":"latest "} ` | Image configuration |
74+ | image | object | ` {"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"grafana/mcp- grafana","tag":""} ` | Image configuration |
6775| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
6876| image.registry | string | ` "docker.io" ` | The Docker registry |
69- | image.repository | string | ` "mcp/ grafana" ` | The Docker repository |
70- | image.tag | string | ` "latest " ` | Image tag |
77+ | image.repository | string | ` "grafana/mcp- grafana" ` | The Docker repository |
78+ | image.tag | string | ` "" ` | Image tag |
7179| imagePullSecrets | list | ` [] ` | Image pull secrets |
7280| ingress | object | ` {"annotations":{},"className":"","enabled":false,"hosts":[{"host":"mcp-grafana.local","paths":[{"path":"/","pathType":"Prefix"}]}],"labels":{},"tls":[]} ` | Ingress configuration |
7381| ingress.annotations | object | ` {} ` | Ingress annotations |
0 commit comments