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

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