Skip to content

Commit

Permalink
feat(rel-argus): release argus charts v9.1.0 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashri Shirode <shubhashri.shirode@logicmonitor.com>
  • Loading branch information
shubhashri12 and lmshubhashri authored May 2, 2024
1 parent bcf5aa8 commit 677bc34
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: argus
version: 9.0.0
version: 9.1.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v13.0.0
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/argus/templates/collector-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ data:
{{- $abc := include "collector-conf" . | fromYaml }}
{{- $result := get $abc "resultList" }}
{{- toYaml $result | nindent 6 }}
collector-ids.csv: "0"
# collector-ids.csv: "0"
3 changes: 2 additions & 1 deletion charts/argus/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
replicas: {{ .Values.replicas }}
replicas: 1
selector:
matchLabels:
{{ include "lmutil.selectorLabels" . | nindent 6 }}
Expand Down Expand Up @@ -90,6 +90,7 @@ spec:
- name: collector-ids
configMap:
name: {{ include "lmutil.fullname" . }}-collector
optional: true
items:
- key: collector-ids.csv
path: collector-ids.csv
12 changes: 0 additions & 12 deletions charts/argus/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,18 +447,6 @@
},
"$comment": "tf:optional,yamlencode"
},
"replicas": {
"$id": "#/properties/replicas",
"type": "integer",
"title": "The replicas schema",
"description": "Argus Pod Replicas - defaults to 1, parameter is just for development purpose, do not increase more than one replicas in production",
"default": 1,
"minimum": 0,
"maximum": 1,
"examples": [
1
]
},
"resourceContainerID": {
"$id": "#/properties/resourceContainerID",
"type": "integer",
Expand Down
2 changes: 0 additions & 2 deletions charts/argus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ resources: {}
labels: {}
# Annotations to apply on all objects created by Argus
annotations: {}
# Replicas - defaults to 1, param is just for development purpose, do not increase more than one replicas in production
replicas: 1


## OPTIONAL VALUES - Argus application configuration
Expand Down

0 comments on commit 677bc34

Please sign in to comment.