Skip to content

Commit

Permalink
Merge pull request #516 from uselagoon/logs-dispatcher-v310
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 20, 2022
2 parents 3387086 + 563e4b0 commit 6037b8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion charts/lagoon-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ 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.70.0
version: 0.71.0

dependencies:
- name: logging-operator
repository: https://kubernetes-charts.banzaicloud.com
version: ~3.17.0
condition: logging-operator.enabled

# 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 logs-dispatcher image to v3.1.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.0.0"
tag: "v3.1.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.0.0"
tag: "v3.1.0"

podAnnotations: {}

Expand Down

0 comments on commit 6037b8f

Please sign in to comment.