Skip to content

Commit

Permalink
Adding telemetry for ta and cfg reader img versions (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar authored Oct 30, 2023
1 parent 1cfd339 commit 119b8bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.AzureMonitorMetrics }}
{{- if .Values.AzureMonitorMetrics.TargetAllocatorEnabled }}
- name: OPERATOR_TARGETS_TA_IMG_VERSION
value: "{{ .Values.AzureMonitorMetrics.ImageTagTargetAllocator }}"
- name: OPERATOR_TARGETS_CFG_READER_IMG_VERSION
value: "{{ .Values.AzureMonitorMetrics.ImageTagCfgReader }}"
{{- end }}
{{- end }}
- name: NODE_EXPORTER_VERSION
value: "v1.6.0" # Replace this with the version shipped by default
- name: AGENT_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
nodeexportername = "$NODE_EXPORTER_NAME"
kubestatename = "$KUBE_STATE_NAME"
kubestateversion = "$KUBE_STATE_VERSION"
operatortargetstaimgversion = "$OPERATOR_TARGETS_TA_IMG_VERSION"
operatortargetscfgreaderimgversion = "$OPERATOR_TARGETS_CFG_READER_IMG_VERSION"
nodeexporterversion = "$NODE_EXPORTER_VERSION"
akvauth = "$AKVAUTH"
debugmodeenabled = "$DEBUG_MODE_ENABLED"
Expand Down

0 comments on commit 119b8bd

Please sign in to comment.