Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
94089932b7
Merge 346303c081 into 17b74526bd 2024-10-30 10:59:43 +00:00
renovate[bot]
346303c081
chore(deps): update helm chart falco to v4 2024-10-30 10:59:40 +00:00
4 changed files with 101 additions and 178 deletions

View file

@ -5,4 +5,4 @@ apps:
- name: falco - name: falco
repoURL: https://falcosecurity.github.io/charts repoURL: https://falcosecurity.github.io/charts
chart: falco chart: falco
targetRevision: 4.14.0 targetRevision: 4.12.0

View file

@ -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.3 targetRevision: 1.17.1
secrets: secrets:
- name: terraform - name: terraform
keys: keys:

View file

@ -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.8.1 targetRevision: 65.4.0
secrets: secrets:
- name: grafana - name: grafana
keys: keys:

View file

@ -1,178 +1,101 @@
{ {
"enabled": true, "enabled": true,
"timezone": "Europe/Berlin", "timezone": "Europe/Berlin",
"dependencyDashboard": true, "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard", "dependencyDashboardTitle": "Renovate Dashboard",
"commitMessageSuffix": "", "commitMessageSuffix": "",
"commitBody": "", "commitBody": "",
"suppressNotifications": [ "suppressNotifications": ["prIgnoreNotification"],
"prIgnoreNotification" "rebaseWhen": "conflicted",
], "assignees": ["@nold360"],
"rebaseWhen": "conflicted", "helm-values": {
"assignees": [ "fileMatch": ["projects/.*/values/.+\\.ya?ml$"]
"@nold360" },
], "kubernetes": {
"helm-values": { "fileMatch": ["\\.ya?ml$"],
"fileMatch": [ "ignorePaths": [
"projects/.*/values/.+\\.ya?ml$" "projects",
] "ansible",
}, "scripts",
"kubernetes": { ".github"
"fileMatch": [ ]
"\\.ya?ml$" },
"regexManagers": [
{
"fileMatch": ["project.ya?ml$"],
"matchStrings": [
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
}
], ],
"ignorePaths": [ "packageRules": [
"projects", {
"ansible", "datasources": ["helm"],
"scripts", "managers": ["regex"],
".github" "packageNames": [
"app-template",
"common"
],
"registryUrls": ["https://bjw-s.github.io/helm-charts"]
},
{
"datasources": ["helm"],
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
{
"datasources": ["docker"],
"commitMessageTopic": "Docker image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}",
"enabled": true,
"separateMinorPatch": true
},
{
"datasources": ["docker"],
"updateTypes": ["major"],
"labels": ["renovate/image-release", "dependency/major"]
},
{
"datasources": ["docker"],
"updateTypes": ["minor"],
"labels": ["renovate/image-release", "dependency/minor"]
},
{
"datasources": ["docker"],
"updateTypes": ["patch"],
"labels": ["renovate/image-release", "dependency/patch"]
},
{
"datasources": ["helm"],
"updateTypes": ["major"],
"labels": ["renovate/helm-release", "dependency/major"]
},
{
"datasources": ["helm"],
"updateTypes": ["minor"],
"labels": ["renovate/helm-release", "dependency/minor"]
},
{
"datasources": ["helm"],
"updateTypes": ["patch"],
"labels": ["renovate/helm-release", "dependency/patch"]
},
{
"datasources": ["docker"],
"automerge": true,
"requiredStatusChecks": null,
"schedule": "after 1am and before 5am",
"updateTypes": ["minor", "patch"],
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
},
{
"datasources": ["helm"],
"automerge": true,
"requiredStatusChecks": null,
"schedule": "after 1am and before 5am",
"updateTypes": ["minor", "patch"],
"excludePackageNames": []
}
] ]
}, }
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"project.ya?ml$"
],
"matchStrings": [
"repoURL: (?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *targetRevision: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
}
],
"packageRules": [
{
"matchDatasources": [
"helm"
],
"matchManagers": [
"custom.regex"
],
"matchPackageNames": [
"app-template",
"common"
],
"registryUrls": [
"https://bjw-s.github.io/helm-charts"
]
},
{
"matchDatasources": [
"helm"
],
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
{
"matchDatasources": [
"docker"
],
"commitMessageTopic": "Docker image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}",
"enabled": true,
"separateMinorPatch": true
},
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
],
"labels": [
"renovate/image-release",
"dependency/major"
]
},
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"minor"
],
"labels": [
"renovate/image-release",
"dependency/minor"
]
},
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"patch"
],
"labels": [
"renovate/image-release",
"dependency/patch"
]
},
{
"matchDatasources": [
"helm"
],
"matchUpdateTypes": [
"major"
],
"labels": [
"renovate/helm-release",
"dependency/major"
]
},
{
"matchDatasources": [
"helm"
],
"matchUpdateTypes": [
"minor"
],
"labels": [
"renovate/helm-release",
"dependency/minor"
]
},
{
"matchDatasources": [
"helm"
],
"matchUpdateTypes": [
"patch"
],
"labels": [
"renovate/helm-release",
"dependency/patch"
]
},
{
"matchDatasources": [
"docker"
],
"automerge": true,
"ignoreTests": true,
"schedule": "after 1am and before 5am",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackageNames": [
"!/.*cilium.*/",
"!/.*hubble.*/",
"!/.*cilium/operator/"
]
},
{
"matchDatasources": [
"helm"
],
"automerge": true,
"ignoreTests": true,
"schedule": "after 1am and before 5am",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackageNames": []
}
]
}