Skip to content

Commit a1f6da7

Browse files
mani5h-harnessHarness
authored andcommitted
feat: [CDS-111877]: Add FIPS support (#22)
* feat: [CDS-111722]: update * feat: [CDS-111877]: Add FIPS support
1 parent 2e6d0c3 commit a1f6da7

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,7 +1,7 @@
11
apiVersion: v2
22
name: gitops-helm
33
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
55
dependencies:
66
- name: argo-cd
77
version: 7.8.27

charts/templates/gitops-agent/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ data:
4242
GITOPS_AGENT_NUM_FETCHERS: "{{ .Values.agent.numFetchers }}"
4343
GITOPS_AGENT_NUM_PROCESSORS: "{{ .Values.agent.numProcessors }}"
4444
GITOPS_AGENT_NUM_RESPONDERS: "{{ .Values.agent.numResponders }}"
45+
FIPS_ENABLED: {{ .Values.agent.fipsEnabled }}
4546
{{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.agent.additionalConfig "context" $) | nindent 2}}
4647
kind: ConfigMap
4748
metadata:

charts/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ agent:
258258
# -- Enable High Availability for the GitOps Agent
259259
highAvailability: false
260260

261+
# -- Enable FIPS mode
262+
fipsEnabled: false
263+
261264
# -- GitOps Agent image
262265
image:
263266
# -- Repository to use for GitOps Agent

0 commit comments

Comments
 (0)