Skip to content

Commit b5dea94

Browse files
authored
fix(helm): restore ARGOCD_AGENT_INSECURE_PLAINTEXT env on agent deployment (#989)
Signed-off-by: Andreas Pfurtscheller <1051396+aplr@users.noreply.github.com>
1 parent a6ef9ec commit b5dea94

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

install/helm-repo/argocd-agent-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Argo CD Agent for connecting managed clusters to a Principal
55
type: application
66

77
# chart version
8-
version: 0.2.2
8+
version: 0.2.3
99

1010
# application version, ArgoCD Agent version
1111
appVersion: v0.8.1

install/helm-repo/argocd-agent-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argocd-agent-agent
22

3-
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.1](https://img.shields.io/badge/AppVersion-v0.8.1-informational?style=flat-square)
3+
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.1](https://img.shields.io/badge/AppVersion-v0.8.1-informational?style=flat-square)
44

55
Argo CD Agent for connecting managed clusters to a Principal
66

install/helm-repo/argocd-agent-agent/templates/agent-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ spec:
105105
name: {{ include "argocd-agent-agent.paramsConfigMapName" . }}
106106
key: agent.tls.client.insecure
107107
optional: true
108+
- name: ARGOCD_AGENT_INSECURE_PLAINTEXT
109+
valueFrom:
110+
configMapKeyRef:
111+
name: {{ include "argocd-agent-agent.paramsConfigMapName" . }}
112+
key: agent.tls.insecure-plaintext
113+
optional: true
108114
- name: ARGOCD_AGENT_TLS_ROOT_CA_SECRET_NAME
109115
valueFrom:
110116
configMapKeyRef:

0 commit comments

Comments
 (0)