Skip to content
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

Release updated logs-dispatcher and logs-concentrator images for lagoon-logging #660

Merged
merged 8 commits into from
May 21, 2024
6 changes: 3 additions & 3 deletions charts/lagoon-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/lagoon-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: {}

Expand Down
6 changes: 4 additions & 2 deletions charts/lagoon-logs-concentrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ 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
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
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
- kind: changed
description: increase resource requests for logs-concentrator statefulset
8 changes: 4 additions & 4 deletions charts/lagoon-logs-concentrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -59,13 +59,13 @@ serviceMonitor:

resources:
requests:
cpu: 250m
memory: 256Mi
cpu: "1"
memory: 2Gi

autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 4
maxReplicas: 8
targetCPUUtilizationPercentage: 80

nodeSelector: {}
Expand Down
Loading