Skip to content

Commit 646046f

Browse files
fix: pin nebula-pq image to 1.11.0-pq.1, clean up Renovate config (#8)
Replace latest tag on nebula-pq sidecar with explicit 1.11.0-pq.1 to prevent silent drift on pod restarts. Remove dead dockerfile/rust rule from Renovate config and add helm-values fileMatch so image tags in values.yaml are tracked automatically. Co-authored-by: Larsen Close <lclose@quovis.io>
1 parent 6f26a7f commit 646046f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

helm/disentangle/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ nebula:
9595
enabled: false
9696
image:
9797
repository: ghcr.io/disentangle-network/nebula-pq
98-
tag: "latest"
98+
tag: "1.11.0-pq.1"
9999
pullPolicy: IfNotPresent
100100
# Mode: "lighthouse" or "node"
101101
mode: "node"

renovate.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageRules": [
55
{
66
"matchManagers": ["helm-values"],
7-
"matchPackagePatterns": ["disentangle.*"],
7+
"matchPackagePatterns": ["disentangle.*", "nebula.*"],
88
"automerge": false,
99
"labels": ["disentangle-update"]
1010
},
@@ -15,20 +15,16 @@
1515
"matchUpdateTypes": ["minor", "patch"],
1616
"labels": ["helm-deps"]
1717
},
18-
{
19-
"matchManagers": ["dockerfile"],
20-
"matchPackagePatterns": ["rust"],
21-
"groupName": "rust-toolchain",
22-
"automerge": true,
23-
"matchUpdateTypes": ["minor", "patch"]
24-
},
2518
{
2619
"matchManagers": ["github-actions"],
2720
"automerge": true,
2821
"matchUpdateTypes": ["minor", "patch"],
2922
"labels": ["ci-update"]
3023
}
3124
],
25+
"helm-values": {
26+
"fileMatch": ["helm/.+/values\\.yaml$"]
27+
},
3228
"vulnerabilityAlerts": {
3329
"enabled": true,
3430
"labels": ["security"]

0 commit comments

Comments
 (0)