ci: another try to make renovate work with oci registries
This commit is contained in:
parent
9ecb8a43a2
commit
072c62e68d
@ -16,8 +16,9 @@ dependencies:
|
||||
- name: kubezero-lib
|
||||
version: ">= 0.1.6"
|
||||
repository: https://cdn.zero-downtime.net/charts/
|
||||
- name: keycloak
|
||||
version: 18.7.1
|
||||
- #! renovate: datasource=docker
|
||||
name: keycloak
|
||||
repository: "oci://registry-1.docker.io/bitnamicharts"
|
||||
version: 18.7.1
|
||||
condition: keycloak.enabled
|
||||
kubeVersion: ">= 1.26.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
@ -19,7 +19,7 @@ Kubernetes: `>= 1.26.0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| 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
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
"bumpVersion": "patch"
|
||||
}
|
||||
],
|
||||
"hostRules": [
|
||||
"customManagers": [
|
||||
{
|
||||
"matchHost": "https://registry-1.docker.io",
|
||||
"hostType": "docker"
|
||||
},
|
||||
{
|
||||
"matchHost": "https://public.ecr.aws",
|
||||
"hostType": "docker"
|
||||
"fileMatch": ["Chart.yaml$"],
|
||||
"matchStrings": [
|
||||
"#!\\s+renovate:\\s+datasource=(?<datasource>docker)\\s+name:\\s+['\"]?(?<product>[^'\"\\s]+)['\"]?\\s+repository:\\s+['\"]?oci://(?<namespace>[^'\"\\s]+)['\"]?\\s+version:\\s+['\"]?(?<currentValue>[^'\"\\s]+)['\"]?"
|
||||
],
|
||||
"depNameTemplate": "{{product}}",
|
||||
"packageNameTemplate": "{{namespace}}/{{product}}"
|
||||
}
|
||||
],
|
||||
"ignorePaths": ["charts/*/charts/**"],
|
||||
|
Loading…
Reference in New Issue
Block a user