Skip to content

Commit 8792d63

Browse files
mani5h-harnessHarness
authored andcommitted
feat: [CDS-111877]: Add FIPS support (#8)
* feat: [CDS-111722]: update * feat: [CDS-111877]: Add FIPS support
1 parent 92e2e78 commit 8792d63

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
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.7
4+
version: 1.3.8

charts/templates/gitops-agent/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ data:
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}}
4445
kind: ConfigMap
4546
metadata:

charts/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ agent:
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

0 commit comments

Comments
 (0)