diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index e2c57952..701ff86e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -49,4 +49,4 @@ dependencies: condition: garage-workflows-artifact-storage.enabled - name: cf-argocd-extras repository: oci://quay.io/codefresh/charts - version: 0.4.0 + version: 0.5.1 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index fc36a89a..c406b37b 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -747,9 +747,19 @@ cf-argocd-extras: nodeSelector: {} tolerations: [] affinity: {} + pdb: + # -- Enable PDB for event reporter + enabled: false + serviceMonitor: + main: + # -- Enable ServiceMonitor for event reporter + enabled: false # -- Sources server configuration sourcesServer: enabled: true nodeSelector: {} tolerations: [] affinity: {} + hpa: + # -- Enable HPA for sources server + enabled: true