Skip to content

fix(isupgrade): flag to verify if its a csc upgrade #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions charts/argus/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: argus
version: 12.0.0-rc01
version: 11.2.0-rc03
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v16.0.0-rc01
appVersion: v15.2.0-rc03
dependencies:
- name: lmutil
repository: https://logicmonitor.github.io/helm-charts-qa
Expand Down
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: 11.0.0-rc01
version: 11.0.0-rc02
home: https://logicmonitor.github.io/helm-charts-qa
appVersion: v13.0.0-rc01
appVersion: v13.0.0-rc02
dependencies:
- name: lmutil
repository: https://logicmonitor.github.io/helm-charts-qa
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 }}
6 changes: 3 additions & 3 deletions charts/lm-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lm-container
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
type: application
version: 10.0.0-rc01
version: 9.2.0-rc03
maintainers:
- name: LogicMonitor
email: [email protected]
Expand All @@ -11,7 +11,7 @@ kubeVersion: ">= 1.16.0-0"
dependencies:
- name: argus
# need to explicitly quote to make it string, else json schema fails
version: "12.0.0-rc01"
version: "11.2.0-rc03"
repository: https://logicmonitor.github.io/helm-charts-qa
# uncomment to test umbrella chart in while developing
# repository: file://../argus
Expand All @@ -22,7 +22,7 @@ dependencies:
- monitoring
- name: collectorset-controller
# need to explicitly quote to make it string, else json schema fails
version: "11.0.0-rc01"
version: "10.1.0-rc01"
repository: https://logicmonitor.github.io/helm-charts-qa
# uncomment to test umbrella chart in while developing
# repository: file://../collectorset-controller
Expand Down
Loading