From 42d5aac219231da01aeb7b799a20eccf8947f395 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Mon, 13 Nov 2023 15:48:07 +0800 Subject: [PATCH 1/5] feat: bump requests and autoscaling limit of logs concentrator Values are empirically derived. --- charts/lagoon-logs-concentrator/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-logs-concentrator/values.yaml b/charts/lagoon-logs-concentrator/values.yaml index 8757ae40a..8044b0893 100644 --- a/charts/lagoon-logs-concentrator/values.yaml +++ b/charts/lagoon-logs-concentrator/values.yaml @@ -51,13 +51,13 @@ serviceMonitor: resources: requests: - cpu: 250m - memory: 256Mi + cpu: "1" + memory: 2Gi autoscaling: enabled: true minReplicas: 2 - maxReplicas: 4 + maxReplicas: 8 targetCPUUtilizationPercentage: 80 nodeSelector: {} From 54bf20a19c73eeb0f5e80942e6abd94dc12c50ad Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Tue, 28 Nov 2023 17:23:25 +0800 Subject: [PATCH 2/5] chore: bump lagoon-logs-concetrator chart version --- charts/lagoon-logs-concentrator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/lagoon-logs-concentrator/Chart.yaml b/charts/lagoon-logs-concentrator/Chart.yaml index 5ceac6a41..e98710af5 100644 --- a/charts/lagoon-logs-concentrator/Chart.yaml +++ b/charts/lagoon-logs-concentrator/Chart.yaml @@ -19,7 +19,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.47.0 +version: 0.48.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -27,4 +27,4 @@ version: 0.47.0 annotations: artifacthub.io/changes: | - kind: changed - description: update uselagoon/logs-concentrator image to v3.2.0 + description: increase resource requests for logs-concentrator statefulset From e6928b33412d6ee112b301ec415e5ddaf05a2605 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 17 May 2024 12:13:12 +1000 Subject: [PATCH 3/5] chore: update uselagoon/logs-concentrator from v3.2.0 to v3.4.0 --- charts/lagoon-logs-concentrator/Chart.yaml | 4 ++-- charts/lagoon-logs-concentrator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-logs-concentrator/Chart.yaml b/charts/lagoon-logs-concentrator/Chart.yaml index 6476e9fe4..3e5d43a7d 100644 --- a/charts/lagoon-logs-concentrator/Chart.yaml +++ b/charts/lagoon-logs-concentrator/Chart.yaml @@ -19,7 +19,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.48.0 +version: 0.49.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -27,4 +27,4 @@ version: 0.48.0 annotations: artifacthub.io/changes: | - kind: changed - description: use dedicated service for metrics + description: update uselagoon/logs-concentrator from v3.2.0 to v3.4.0 diff --git a/charts/lagoon-logs-concentrator/values.yaml b/charts/lagoon-logs-concentrator/values.yaml index ad515551b..ea3e842a0 100644 --- a/charts/lagoon-logs-concentrator/values.yaml +++ b/charts/lagoon-logs-concentrator/values.yaml @@ -12,7 +12,7 @@ image: repository: uselagoon/logs-concentrator pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.2.0" + tag: "v3.4.0" imagePullSecrets: [] nameOverride: "" From 588190fb19a00ab5acdb13bf092c499515cf7f02 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 17 May 2024 12:13:29 +1000 Subject: [PATCH 4/5] chore: update uselagoon/logs-dispatcher from v3.4.0 to v3.6.0 --- charts/lagoon-logging/Chart.yaml | 6 +++--- charts/lagoon-logging/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 1072bdf34..6aeb1ebf9 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -19,7 +19,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.81.1 +version: 0.82.0 dependencies: - name: logging-operator @@ -33,5 +33,5 @@ dependencies: annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - kind: security - description: avoid test role and rolebinding being wrongly installed + - kind: changed + description: update uselagoon/logs-dispatcher from v3.4.0 to v3.6.0 diff --git a/charts/lagoon-logging/values.yaml b/charts/lagoon-logging/values.yaml index f1045c884..7ea91ae5b 100644 --- a/charts/lagoon-logging/values.yaml +++ b/charts/lagoon-logging/values.yaml @@ -19,7 +19,7 @@ logsDispatcher: repository: uselagoon/logs-dispatcher pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.4.0" + tag: "v3.6.0" serviceAccount: # Specifies whether a service account should be created @@ -121,7 +121,7 @@ cdnLogsCollector: repository: uselagoon/logs-dispatcher pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.4.0" + tag: "v3.6.0" podAnnotations: {} From 792a81f7f79d9ab2ad35018b08b15e6d1faa2448 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 17 May 2024 12:18:08 +1000 Subject: [PATCH 5/5] chore: fix chart lint --- charts/lagoon-logs-concentrator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-logs-concentrator/Chart.yaml b/charts/lagoon-logs-concentrator/Chart.yaml index 5f75e029c..42e57fbe5 100644 --- a/charts/lagoon-logs-concentrator/Chart.yaml +++ b/charts/lagoon-logs-concentrator/Chart.yaml @@ -29,4 +29,4 @@ annotations: - kind: changed description: update uselagoon/logs-concentrator from v3.2.0 to v3.4.0 - kind: changed - description: increase resource requests for logs-concentrator statefulset \ No newline at end of file + description: increase resource requests for logs-concentrator statefulset