Skip to content

Commit

Permalink
feat: add helm chart regex manager
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 24, 2024
1 parent c57b427 commit 711838c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
pin: {
automerge: true,
},
regexManagers: []
customManagers: [
{
customType: "regex",
fileMatch: ["**/Chart.yaml"],
matchStrings: ["#\\s+image:\\s+(?<depName>\\S*)\nappVersion:\\s+(?<currentValue>\\S*)"],
datasourceTemplate: "docker"
},
]
}
1 change: 1 addition & 0 deletions charts/as212510-net/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: as212510-net
description: as212510.net helm chart for Kubernetes
type: application
version: 0.3.3
# image: m0nsterrr/as212510.net
appVersion: "2.1.0"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/as212510-net
Expand Down
1 change: 1 addition & 0 deletions charts/kea-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: kea-exporter
description: kea-exporter helm chart for Kubernetes
type: application
version: 0.1.2
# image: mweinelt/kea-exporter
appVersion: "v0.7.0"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/kea-exporter
Expand Down
1 change: 1 addition & 0 deletions charts/prometheus-pve-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: prometheus-pve-exporter
description: prometheus-pve-exporter helm chart for Kubernetes
type: application
version: 0.1.5
# image: prompve/prometheus-pve-exporter
appVersion: "3.2.2"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/prometheus-pve-exporter
Expand Down

0 comments on commit 711838c

Please sign in to comment.