File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : gitops-helm-byoa
33description : A Helm chart for Harness GitOps Agent through BYOA installation flows.
4- version : 1.3.7
4+ version : 1.3.8
Original file line number Diff line number Diff line change 4040 GITOPS_AGENT_NUM_FETCHERS : " {{ .Values.agent.numFetchers }}"
4141 GITOPS_AGENT_NUM_PROCESSORS : " {{ .Values.agent.numProcessors }}"
4242 GITOPS_AGENT_NUM_RESPONDERS : " {{ .Values.agent.numResponders }}"
43+ FIPS_ENABLED : " {{ .Values.agent.fipsEnabled }}"
4344 {{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.agent.additionalConfig "context" $) | nindent 2}}
4445kind : ConfigMap
4546metadata :
Original file line number Diff line number Diff line change 9898 # -- Enable High Availability for the GitOps Agent
9999 highAvailability : false
100100
101+ # -- Enable FIPS mode
102+ fipsEnabled : false
103+
101104 # -- GitOps Agent image
102105 image :
103106 # -- Repository to use for GitOps Agent
You can’t perform that action at this time.
0 commit comments