refactor(reloader): replace CreateOrUpdate with Runnable for metadata publishing and update RBAC to include watch permission

This commit is contained in:
TheiLLeniumStudios
2025-12-28 14:52:44 +01:00
parent 8bce8e9b38
commit 9f331cac4f
5 changed files with 30 additions and 11 deletions
@@ -1,7 +1,7 @@
apiVersion: v1
name: reloader
description: Reloader chart that runs on kubernetes
version: 2.2.7
version: 2.3.0
appVersion: v1.4.12
keywords:
- Reloader
@@ -76,6 +76,7 @@ rules:
- get
- update
- patch
- watch
{{- if .Values.reloader.ignoreCronJobs }}{{- else }}
- apiGroups:
- "batch"
@@ -67,6 +67,7 @@ rules:
- get
- update
- patch
- watch
- apiGroups:
- "batch"
resources: