Update Headlamp and Vault documentation; enhance RBAC configurations in Argo CD. Modify Headlamp README to clarify sessionTTL handling and ServiceAccount permissions. Add Cilium network policy instructions to Vault README. Update Argo CD values.yaml for default RBAC settings, ensuring local admin retains full access while new users start with read-only permissions. Reflect these changes in CLUSTER-BUILD.md.
This commit is contained in:
20
renovate.json
Normal file
20
renovate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"dependencyDashboard": true,
|
||||
"timezone": "America/New_York",
|
||||
"schedule": ["before 4am on Monday"],
|
||||
"prConcurrentLimit": 5,
|
||||
"kubernetes": {
|
||||
"fileMatch": ["^clusters/noble/.+\\.yaml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Group minor/patch image bumps for noble Kubernetes manifests",
|
||||
"matchManagers": ["kubernetes"],
|
||||
"matchFileNames": ["clusters/noble/**"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "noble container images (minor/patch)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user