Skip to content

Commit 10b649c

Browse files
committed
chore: fix Renovate datasource for crossplane-providers
Switch from docker datasource (requires auth) to github-releases for proper version detection. Bump to v2.5.0.
1 parent ef0d5b8 commit 10b649c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/crossplane-providers/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: crossplane-providers
33
description: A Helm chart for deploying Crossplane (AWS) providers with IRSA configuration
44
type: application
5-
version: 0.0.28
6-
# renovate: datasource=docker depName=crossplane-contrib/provider-family-aws registryUrl=https://xpkg.crossplane.io
7-
appVersion: "v2.3.0"
5+
version: 0.0.29
6+
# renovate: datasource=github-releases depName=crossplane-contrib/provider-upjet-aws
7+
appVersion: "v2.5.0"
88
maintainers:
99
- name: Philips Software
1010
keywords:

charts/crossplane-providers/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ environmentConfig:
3636
package:
3737
# Version tag for all AWS providers
3838
# This should match a valid Crossplane provider version
39-
# renovate: datasource=docker depName=crossplane-contrib/provider-family-aws registryUrl=https://xpkg.crossplane.io
40-
version: "v2.4.0"
39+
# renovate: datasource=github-releases depName=crossplane-contrib/provider-upjet-aws
40+
version: "v2.5.0"
4141

4242
# Container registry where provider images are hosted
4343
# Default is the official Crossplane Contrib registry

0 commit comments

Comments
 (0)