Skip to content

Commit

Permalink
feat(csc): release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitphataklm committed Feb 27, 2025
1 parent 5b6abd0 commit 71a8eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/collectorset-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ maintainers:
- email: [email protected]
name: LogicMonitor
name: collectorset-controller
version: 10.0.0
version: 11.0.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v12.0.0
appVersion: v13.0.0
dependencies:
- name: lmutil
repository: https://logicmonitor.github.io/helm-charts
Expand Down
1 change: 1 addition & 0 deletions charts/collectorset-controller/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ data:
ignoreSSL: {{ default false .Values.ignoreSSL }}
collectorServiceAccountName: {{ include "collectorset-controller.serviceAccountName" . }}-collector
secretName: {{ include "lmutil.secret-name" . }}
isUpgrade: {{ .Release.IsUpgrade | default false }}

0 comments on commit 71a8eb0

Please sign in to comment.