Skip to content

Commit 92e2e78

Browse files
mani5h-harnessHarness
authored andcommitted
fix: [CDS-110463]: Update minReplicas for GitOps Agent HPA in HA mode (#7)
* fix: [CDS-110463]: Update minReplicas for GitOps Agent HPA in HA mode * fix: [CDS-110463]: Update minReplicas for GitOps Agent HPA in HA mode
1 parent d5cbbc3 commit 92e2e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: gitops-helm-byoa
33
description: A Helm chart for Harness GitOps Agent through BYOA installation flows.
4-
version: 1.3.6
4+
version: 1.3.7

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ agent:
142142
# -- Enable Horizontal Pod Autoscaler ([HPA]) for the GitOps Agent
143143
enabled: false
144144
# -- Minimum number of replicas for the GitOps Agent [HPA]
145-
minReplicas: 1
145+
minReplicas: 2
146146
# -- Maximum number of replicas for the GitOps Agent [HPA]
147147
maxReplicas: 5
148148
# -- Average CPU utilization percentage for the GitOps Agent [HPA]

0 commit comments

Comments
 (0)