chore: fix common Helm repo hostname (scm.cabillot.eu), remove redundant packageRules

This commit is contained in:
2026-06-09 17:49:23 +00:00
parent d389f70609
commit 9708da39e0
2 changed files with 4 additions and 15 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ version: 0.0.11
kubeVersion: ">=1.16.0-0"
keywords:
- cv
home: https://scm.docker.cabillot.eu/web/cv-helm/
icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431
home: https://scm.cabillot.eu/web/cv-helm/
icon: https://scm.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431
sources:
- https://scm.docker.cabillot.eu/web/cv
- https://scm.cabillot.eu/web/cv
maintainers:
- name: Julien Cabillot
email: dockerimages@cabillot.eu
@@ -24,5 +24,5 @@ appVersion: "latest"
dependencies:
- name: common
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
repository: "https://scm.cabillot.eu/perso/helm-library-common/raw/branch/master/"
version: 4.2.0
-11
View File
@@ -10,16 +10,5 @@
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"common"
],
"enabled": false
}
]
}