mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 03:01:10 +00:00
Compare commits
4 commits
8c4360cd94
...
6427193db5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6427193db5 | ||
![]() |
1ab5591ca5 | ||
![]() |
f40fd1365f | ||
![]() |
58f6ce91c1 |
4 changed files with 178 additions and 101 deletions
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 5.55.0
|
targetRevision: 7.7.1
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|
|
@ -6,7 +6,7 @@ apps:
|
||||||
- name: crossplane
|
- name: crossplane
|
||||||
repoURL: https://charts.crossplane.io/stable
|
repoURL: https://charts.crossplane.io/stable
|
||||||
chart: crossplane
|
chart: crossplane
|
||||||
targetRevision: 1.17.1
|
targetRevision: 1.17.3
|
||||||
secrets:
|
secrets:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 65.4.0
|
targetRevision: 65.8.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
keys:
|
keys:
|
||||||
|
|
157
renovate.json
157
renovate.json
|
@ -5,14 +5,22 @@
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||||
"commitMessageSuffix": "",
|
"commitMessageSuffix": "",
|
||||||
"commitBody": "",
|
"commitBody": "",
|
||||||
"suppressNotifications": ["prIgnoreNotification"],
|
"suppressNotifications": [
|
||||||
|
"prIgnoreNotification"
|
||||||
|
],
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"assignees": ["@nold360"],
|
"assignees": [
|
||||||
|
"@nold360"
|
||||||
|
],
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": ["projects/.*/values/.+\\.ya?ml$"]
|
"fileMatch": [
|
||||||
|
"projects/.*/values/.+\\.ya?ml$"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": ["\\.ya?ml$"],
|
"fileMatch": [
|
||||||
|
"\\.ya?ml$"
|
||||||
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"projects",
|
"projects",
|
||||||
"ansible",
|
"ansible",
|
||||||
|
@ -20,9 +28,12 @@
|
||||||
".github"
|
".github"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["project.ya?ml$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"project.ya?ml$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
|
||||||
],
|
],
|
||||||
|
@ -31,71 +42,137 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"managers": ["regex"],
|
"helm"
|
||||||
"packageNames": [
|
],
|
||||||
|
"matchManagers": [
|
||||||
|
"custom.regex"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
"app-template",
|
"app-template",
|
||||||
"common"
|
"common"
|
||||||
],
|
],
|
||||||
"registryUrls": ["https://bjw-s.github.io/helm-charts"]
|
"registryUrls": [
|
||||||
|
"https://bjw-s.github.io/helm-charts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"commitMessageTopic": "Helm chart {{depName}}",
|
"commitMessageTopic": "Helm chart {{depName}}",
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"commitMessageTopic": "Docker image {{depName}}",
|
"commitMessageTopic": "Docker image {{depName}}",
|
||||||
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["major"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/major"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/major"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["minor"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/minor"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/minor"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["patch"],
|
"docker"
|
||||||
"labels": ["renovate/image-release", "dependency/patch"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/image-release",
|
||||||
|
"dependency/patch"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["major"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/major"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/major"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["minor"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/minor"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/minor"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
"updateTypes": ["patch"],
|
"helm"
|
||||||
"labels": ["renovate/helm-release", "dependency/patch"]
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"renovate/helm-release",
|
||||||
|
"dependency/patch"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["docker"],
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"requiredStatusChecks": null,
|
"ignoreTests": true,
|
||||||
"schedule": "after 1am and before 5am",
|
"schedule": "after 1am and before 5am",
|
||||||
"updateTypes": ["minor", "patch"],
|
"matchUpdateTypes": [
|
||||||
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"!/.*cilium.*/",
|
||||||
|
"!/.*hubble.*/",
|
||||||
|
"!/.*cilium/operator/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"matchDatasources": [
|
||||||
|
"helm"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"requiredStatusChecks": null,
|
"ignoreTests": true,
|
||||||
"schedule": "after 1am and before 5am",
|
"schedule": "after 1am and before 5am",
|
||||||
"updateTypes": ["minor", "patch"],
|
"matchUpdateTypes": [
|
||||||
"excludePackageNames": []
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
|
"matchPackageNames": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue