Skip to content

Commit

Permalink
Merge pull request #135 from keerthibingi/v4.1.7
Browse files Browse the repository at this point in the history
Releasing 4.1.7 helm chart with chart version 4.1.9
  • Loading branch information
keerthibingi authored Apr 5, 2024
2 parents 1ca68f4 + fbb356b commit 19b97c4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/isdargo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: isdargo
version: 4.1.8
version: 4.1.9
appVersion: 4.1.7
description: "ISD-Argo with v2.5.4 with KeyCloak,RBAC features and Improvements of Kubernetes Job for Delivery Verification, Token Generation changes"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-argo/main/img/opsmx.png
Expand Down
3 changes: 2 additions & 1 deletion charts/isdargo/config/oes-sapor/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ argo:
newArgoAgentWithoutRolloutsTemplate: newargoagentwithoutrollouts.template
newArgoAgentWithoutRolloutsWithoutUrlTemplate: newargoagentwithoutrolloutswithouturl.template

controller:
token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
secretManagement:
source:
config: {{ .Values.secretStore }}
Expand Down Expand Up @@ -95,7 +97,6 @@ kubernetes:
certFile: /opt/opsmx/controller/cert/tls.crt
keyFile: /opt/opsmx/controller/cert/tls.key
image: {{ .Values.forwarder.agent.image }}
token: xxxxxxxxxxxxxxxxxxxxxxxxx
template:
path: /opt/opsmx/controller
kubectlTemplateFileName: kubeconfig.template
Expand Down
18 changes: 17 additions & 1 deletion charts/isdargo/isd-minimal-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
# Update the controller URL which needs to be reachable from other clusters where ArgoCD is running
# After installation, the DNS must be updated to point this to EXTERNAL-IP of the agent-grpc service
# kubectl get svc -n opsmx-isd agent-grpc
###################################
forwarder:
externalName: controller.REPLACE.THIS.WITH.YOURCOMPANY.COM
# Update the externalName if only ISD and Argo running in different cluster with DNS if not leave as it is
externalName:
enabled: true
agent:
image: quay.io/opsmxpublic/agent-client:v5.1.1
serviceType: ClusterIP
# Value is also used in sapor configuration for kubernetes.agent.serverHostName
host: REPLACE.THIS.WITH.YOURCOMPANY.COM
image:
repository: quay.io/opsmxpublic/agent-controller
tag: v5.1.1
pullPolicy: IfNotPresent
serverNames:
- agent-grpc

serviceAnnotations: {}

global:
oesUI:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
agentHostname: {{ .Values.forwarder.agent.host }}
remoteCommandHostname: {{ .Values.forwarder.agent.host }}
controlHostname: opsmx-controller-controller1
agentAdvertisePort: "443"
agentAdvertisePort: 443
serverNames:
{{- range .Values.forwarder.serverNames }}
- {{ . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/isdargo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ forwarder:
image: quay.io/opsmxpublic/agent-client:v5.1.1
serviceType: ClusterIP
# Value is also used in sapor configuration for kubernetes.agent.serverHostName
host: controller.REPLACE.THIS.WITH.YOURCOMPANY.COM
host: REPLACE.THIS.WITH.YOURCOMPANY.COM
image:
repository: quay.io/opsmxpublic/agent-controller
tag: v5.1.1
Expand Down

0 comments on commit 19b97c4

Please sign in to comment.