Skip to content

Commit

Permalink
Merge pull request #699 from uselagoon/lagoon-logging-nov2024
Browse files Browse the repository at this point in the history
Update Lagoon Logging components
  • Loading branch information
tobybellwood authored Nov 21, 2024
2 parents 5cfd83c + 4d4cefd commit 7958471
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.9.1
digest: sha256:26b05aafbf9e1d92adfd10664ac225d8f07adc00e497369d563c4b12d445c108
generated: "2024-09-02T11:31:43.731650736+10:00"
version: 4.10.0
digest: sha256:dc96194b2cf7dfced2baae103138c3fa7ca2307db8e09f537813b428b5852542
generated: "2024-11-08T08:30:35.651405515+11:00"
10 changes: 5 additions & 5 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.84.0
version: 0.85.0

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

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

# This section is used to collect a changelog for artifacthub.io
Expand All @@ -38,6 +38,6 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: update logging-operator from 4.6.1 to 4.9.1
description: update uselagoon/logs-dispatcher from v3.7.0 to v3.8.0
- kind: changed
description: update uselagoon/logs-dispatcher from v3.6.0 to v3.7.0
description: update logging-operator from 4.9.1 to 4.10.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.7.0"
tag: "v3.8.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.7.0"
tag: "v3.8.0"

podAnnotations: {}

Expand Down
4 changes: 2 additions & 2 deletions charts/lagoon-logs-concentrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +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.50.0
version: 0.51.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.4.0 to v3.5.0
description: update uselagoon/logs-concentrator from v3.5.0 to v3.6.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.5.0"
tag: "v3.6.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7958471

Please sign in to comment.