Skip to content

Commit

Permalink
Merge pull request #681 from uselagoon/logging-update
Browse files Browse the repository at this point in the history
Update lagoon-logging chart, logs-concentrator and logs-dispatcher images
  • Loading branch information
tobybellwood authored Sep 8, 2024
2 parents 04a707b + f62e565 commit a62046c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
6 changes: 3 additions & 3 deletions charts/lagoon-logging/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: logging-operator
repository: oci://ghcr.io/kube-logging/helm-charts
version: 4.6.1
digest: sha256:e746740d59c5de0162b79dbffbe5696f1e5204e122abad3ac76bc6a22bd3fb7b
generated: "2024-05-28T15:19:59.540195358+10:00"
version: 4.9.1
digest: sha256:26b05aafbf9e1d92adfd10664ac225d8f07adc00e497369d563c4b12d445c108
generated: "2024-09-02T11:31:43.731650736+10:00"
10 changes: 6 additions & 4 deletions charts/lagoon-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ 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.83.0
version: 0.84.0

# AppVersion is set here the same as the logging-operator chart version to
# autopopulate the post-install CRD message.
appVersion: 4.6.1
appVersion: 4.9.1

dependencies:
- name: logging-operator
repository: oci://ghcr.io/kube-logging/helm-charts
version: 4.6.1
version: 4.9.1
condition: logging-operator.enabled

# This section is used to collect a changelog for artifacthub.io
Expand All @@ -38,4 +38,6 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: update logging-operator from 4.2.3 to 4.6.1 and use oci registry
description: update logging-operator from 4.6.1 to 4.9.1
- kind: changed
description: update uselagoon/logs-dispatcher from v3.6.0 to v3.7.0
2 changes: 2 additions & 0 deletions charts/lagoon-logging/templates/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
# At the time of writing this just hits the metrics endpoint.
# https://github.com/banzaicloud/logging-operator/blob/master/pkg/sdk/logging/api/v1beta1/logging_types.go#L452-L467
livenessDefaultCheck: true
filterKubernetes:
namespace_labels: {{ default "Off" .Values.fluentbitNamespaceLabels | quote }}
{{- if .Values.fluentbitPrivileged }}
security:
securityContext:
Expand Down
8 changes: 6 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.6.0"
tag: "v3.7.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.6.0"
tag: "v3.7.0"

podAnnotations: {}

Expand Down Expand Up @@ -250,6 +250,10 @@ consolidateServiceIndices: false
# sent to a third-party service and not to a central elasticsearch.
enableDefaultForwarding: true

# Set this to "On" for the default behavior including kubernetes_namespace_name
# labels. In router-logs this could be confusing, but may be useful for debug.
fluentbitNamespaceLabels: "Off"

# Set how many Fluentd log forwarder pods should be running
fluentdReplicaCount: 3

Expand Down
6 changes: 2 additions & 4 deletions charts/lagoon-logs-concentrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ 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.49.0
version: 0.50.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: update uselagoon/logs-concentrator from v3.2.0 to v3.4.0
- kind: changed
description: increase resource requests for logs-concentrator statefulset
description: update uselagoon/logs-concentrator from v3.4.0 to v3.5.0
2 changes: 1 addition & 1 deletion 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.4.0"
tag: "v3.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a62046c

Please sign in to comment.