Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added cluster-agent-1.13.0.tgz
Binary file not shown.
7 changes: 6 additions & 1 deletion cluster-agent/templates/infraviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
controllerUrl: {{ required "AppDynamics controller URL is required!" .Values.controllerInfo.url }}
account: {{ required "AppDynamics controller account is required!" .Values.controllerInfo.account }}
{{- if eq .Values.infraViz.nodeOS "linux" }}
{{- if eq .Values.infraViz.nodeOS "linux" }}
image: {{ .Values.imageInfo.machineAgentImage }}:{{ .Values.imageInfo.machineAgentTag }}
{{- else if eq .Values.infraViz.nodeOS "windows" }}
imageWin: {{ .Values.imageInfo.machineAgentWinImage }}:{{ .Values.imageInfo.machineAgentWinTag }}
Expand Down Expand Up @@ -65,4 +65,9 @@ spec:
overrideVolumeMounts:
{{- toYaml .Values.infravizPod.overrideVolumeMounts | nindent 6 }}
{{ end -}}
env:
{{- range $env := .Values.infraViz.env }}
- name: {{ $env.name }}
value: {{ $env.value | quote }}
{{- end }}
{{ end -}}
29 changes: 29 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
apiVersion: v1
entries:
cluster-agent:
- apiVersion: v2
appVersion: 23.4.0
created: "2023-05-10T12:18:39.856763104Z"
dependencies:
- condition: install.metrics-server
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server/
version: 3.7.0
description: Sophisticated helm chart to deploy cluster agent and machine agent
in addition with advanced features like multiple cluster agent deployments,
Granular control over config with intuitive boolean switches
digest: 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
home: https://appdynamics.com
icon: https://raw.githubusercontent.com/CiscoDevNet/appdynamics-charts/master/logo.png
keywords:
- appdynamics
- cluster
- kubernetes
- openshift
- monitoring
- pod
- deployment
maintainers:
- email: support@appdynamics.com
name: AppDynamics
name: cluster-agent
urls:
- https://ciscodevnet.github.io/appdynamics-charts/cluster-agent-1.13.0.tgz
version: 1.14.0
- apiVersion: v2
appVersion: 23.4.0
created: "2023-04-25T12:18:39.856763104Z"
Expand Down