ci: another try to make renovate work with oci registries

This commit is contained in:
Stefan Reimer 2024-07-22 18:26:11 +00:00
parent ce2785a7a5
commit 8829a817eb
3 changed files with 12 additions and 11 deletions

View File

@ -16,8 +16,9 @@ dependencies:
- name: kubezero-lib - name: kubezero-lib
version: ">= 0.1.6" version: ">= 0.1.6"
repository: https://cdn.zero-downtime.net/charts/ repository: https://cdn.zero-downtime.net/charts/
- name: keycloak - #! renovate: datasource=docker
version: 18.7.1 name: keycloak
repository: "oci://registry-1.docker.io/bitnamicharts" repository: "oci://registry-1.docker.io/bitnamicharts"
version: 18.7.1
condition: keycloak.enabled condition: keycloak.enabled
kubeVersion: ">= 1.26.0" kubeVersion: ">= 1.26.0"

View File

@ -1,6 +1,6 @@
# kubezero-auth # kubezero-auth
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.5](https://img.shields.io/badge/AppVersion-22.0.5-informational?style=flat-square) ![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.5](https://img.shields.io/badge/AppVersion-22.0.5-informational?style=flat-square)
KubeZero umbrella chart for all things Authentication and Identity management KubeZero umbrella chart for all things Authentication and Identity management
@ -19,7 +19,7 @@ Kubernetes: `>= 1.26.0`
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 | | https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
| oci://registry-1.docker.io/bitnamicharts | keycloak | 18.3.2 | | oci://registry-1.docker.io/bitnamicharts | keycloak | 18.7.1 |
# Keycloak # Keycloak

View File

@ -17,14 +17,14 @@
"bumpVersion": "patch" "bumpVersion": "patch"
} }
], ],
"hostRules": [ "customManagers": [
{ {
"matchHost": "https://registry-1.docker.io", "fileMatch": ["Chart.yaml$"],
"hostType": "docker" "matchStrings": [
}, "#!\\s+renovate:\\s+datasource=(?<datasource>docker)\\s+name:\\s+['\"]?(?<product>[^'\"\\s]+)['\"]?\\s+repository:\\s+['\"]?oci://(?<namespace>[^'\"\\s]+)['\"]?\\s+version:\\s+['\"]?(?<currentValue>[^'\"\\s]+)['\"]?"
{ ],
"matchHost": "https://public.ecr.aws", "depNameTemplate": "{{product}}",
"hostType": "docker" "packageNameTemplate": "{{namespace}}/{{product}}"
} }
], ],
"ignorePaths": ["charts/*/charts/**"], "ignorePaths": ["charts/*/charts/**"],