Skip to content

Commit

Permalink
feat(libs/crossplane): update grafana provider to v0.20.0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored Nov 1, 2024
1 parent 1be3bbf commit 8e8f04f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local config = import 'jsonnet/config.jsonnet';

local upbound_aws_crds = import './upbound_aws_crds.libsonnet';
local upbound_gcp_crds = import './upbound_gcp_crds.libsonnet';
local upbound_azure_crds = import './upbound_azure_crds.libsonnet';
local upbound_gcp_crds = import './upbound_gcp_crds.libsonnet';

config.new(
name='crossplane',
Expand Down Expand Up @@ -90,23 +90,23 @@ config.new(

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

// Upbound official providers
// https://marketplace.upbound.io/
// WARNING: When bumping the version, ensure that you also update the
// WARNING: When bumping the version, ensure that you also update the
// version in the Makefile and run `make upbound_aws_crds.libsonnet` to update the CRDs list.
{
output: 'upbound-provider-aws/1.14',
prefix: '^io\\.upbound\\.aws\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/provider-upjet-aws/v1.14.0/package/crds/%s' % crd for crd in upbound_aws_crds],
localName: 'upbound_aws',
},
// WARNING: When bumping the version, ensure that you also update the
// WARNING: When bumping the version, ensure that you also update the
// version in the Makefile and run `make upbound_azure_crds.libsonnet` to update the CRDs list.
{
output: 'upbound-provider-azure/1.3',
Expand All @@ -120,7 +120,7 @@ config.new(
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_azuread',
},
// WARNING: When bumping the version, ensure that you also update the
// WARNING: When bumping the version, ensure that you also update the
// version in the Makefile and run `make upbound_gcp_crds.libsonnet` to update the CRDs list.
{
output: 'upbound-provider-gcp/1.8',
Expand All @@ -129,7 +129,6 @@ config.new(
localName: 'upbound_gcp',
},
{

output: 'provider-terraform/0.10',
prefix: '^io\\.upbound\\.tf\\..*',
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
Expand Down

0 comments on commit 8e8f04f

Please sign in to comment.