Skip to content

Commit

Permalink
feat(crossplane): update grafana to v0.18.0 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored Oct 16, 2024
1 parent fb74e13 commit cf39d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ config.new(

// Grafana
{
output: 'provider-grafana/0.15',
output: 'provider-grafana/0.18',
prefix: '^io\\.crossplane\\.grafana\\..*',
crds: ['https://github.com/grafana/crossplane-provider-grafana/releases/download/v0.15.0/crds.yaml'],
crds: ['https://github.com/grafana/crossplane-provider-grafana/releases/download/v0.18.0/crds.yaml'],
localName: 'crossplane_grafana',
},

Expand Down

0 comments on commit cf39d15

Please sign in to comment.