Skip to content
Open
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
2 changes: 1 addition & 1 deletion plutono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Data sources are selected from `Secrets` across namespaces. The plugin searches
| plutono.downloadDashboardsImage.registry | string | `"docker.io"` | The Docker registry |
| plutono.downloadDashboardsImage.repository | string | `"curlimages/curl"` | |
| plutono.downloadDashboardsImage.sha | string | `""` | |
| plutono.downloadDashboardsImage.tag | string | `"8.14.1"` | |
| plutono.downloadDashboardsImage.tag | string | `"8.17.0"` | |
| plutono.enableKubeBackwardCompatibility | bool | `false` | Enable backward compatibility of kubernetes where version below 1.13 doesn't have the enableServiceLinks option |
| plutono.enableServiceLinks | bool | `true` | |
| plutono.env | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion plutono/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: plutono
version: 0.3.5
version: 0.4.0
description: Plutono is a fork of Grafana v7.5.17 keeping the Apache License
type: application
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion plutono/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ plutono:
# -- The Docker registry
registry: docker.io
repository: curlimages/curl
tag: 8.14.1
tag: 8.17.0
sha: ""
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions plutono/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
name: plutono
spec:
description: Plutono is a fork of Grafana 7.5.17 limited to maintenance and security updates.
version: 0.3.5
version: 0.4.0
helmChart:
name: plutono
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.3.5
version: 0.4.0
Loading