Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonbrandt committed Nov 18, 2024
1 parent 9645d65 commit 34f658d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: grafana-pdc-agent
description: Grafana Private Datasource Connect Agent

type: application
version: 0.1.0
version: 0.2.0
appVersion: "0.0.37"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ helm registry login ghcr.io
Helm currently does not support adding OCI-registries as Helm-repositories. So use this chart like this:

```
$ helm install <release> oci://ghcr.io/smartsquaregmbh/helm/grafana-pdc-agent --version 0.1.0 -f path/to/values.yaml
$ helm install <release> oci://ghcr.io/smartsquaregmbh/helm/grafana-pdc-agent --version 0.2.0 -f path/to/values.yaml
```

Minimal required values.yaml (for all possible values see [values.yaml](./values.yaml)):
Expand Down

0 comments on commit 34f658d

Please sign in to comment.