We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cbbc3 commit 92e2e78Copy full SHA for 92e2e78
charts/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: gitops-helm-byoa
3
description: A Helm chart for Harness GitOps Agent through BYOA installation flows.
4
-version: 1.3.6
+version: 1.3.7
charts/values.yaml
@@ -142,7 +142,7 @@ agent:
142
# -- Enable Horizontal Pod Autoscaler ([HPA]) for the GitOps Agent
143
enabled: false
144
# -- Minimum number of replicas for the GitOps Agent [HPA]
145
- minReplicas: 1
+ minReplicas: 2
146
# -- Maximum number of replicas for the GitOps Agent [HPA]
147
maxReplicas: 5
148
# -- Average CPU utilization percentage for the GitOps Agent [HPA]
0 commit comments