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 1
1
apiVersion : v2
2
2
name : gitops-helm
3
3
description : A Helm chart for Harness GitOps Agent - for more information, please visit https://developer.harness.io/docs/category/gitops.
4
- version : 1.1.24
4
+ version : 1.1.25
5
5
dependencies :
6
6
- name : argo-cd
7
7
version : 7.8.27
Original file line number Diff line number Diff line change 42
42
GITOPS_AGENT_NUM_FETCHERS : " {{ .Values.agent.numFetchers }}"
43
43
GITOPS_AGENT_NUM_PROCESSORS : " {{ .Values.agent.numProcessors }}"
44
44
GITOPS_AGENT_NUM_RESPONDERS : " {{ .Values.agent.numResponders }}"
45
+ FIPS_ENABLED : {{ .Values.agent.fipsEnabled }}
45
46
{{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.agent.additionalConfig "context" $) | nindent 2}}
46
47
kind : ConfigMap
47
48
metadata :
Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ agent:
258
258
# -- Enable High Availability for the GitOps Agent
259
259
highAvailability : false
260
260
261
+ # -- Enable FIPS mode
262
+ fipsEnabled : false
263
+
261
264
# -- GitOps Agent image
262
265
image :
263
266
# -- Repository to use for GitOps Agent
You can’t perform that action at this time.
0 commit comments