Skip to content

Commit

Permalink
Merge pull request #663 from uselagoon/logging-operator-460
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored May 29, 2024
2 parents c72d6bb + bb4f90d commit cfa4548
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 4 additions & 4 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: https://kube-logging.github.io/helm-charts
version: 4.2.3
digest: sha256:bcfec23e091d887e7892f70bddbcf33a09195e4140372028b25f8e16cf54436f
generated: "2023-06-14T14:13:35.857841045+08:00"
repository: oci://ghcr.io/kube-logging/helm-charts
version: 4.6.1
digest: sha256:e746740d59c5de0162b79dbffbe5696f1e5204e122abad3ac76bc6a22bd3fb7b
generated: "2024-05-28T15:19:59.540195358+10:00"
12 changes: 8 additions & 4 deletions charts/lagoon-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +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.82.0
version: 0.83.0

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

dependencies:
- name: logging-operator
repository: https://kube-logging.github.io/helm-charts
version: ~4.2.0
repository: oci://ghcr.io/kube-logging/helm-charts
version: 4.6.1
condition: logging-operator.enabled

# This section is used to collect a changelog for artifacthub.io
Expand All @@ -34,4 +38,4 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: update uselagoon/logs-dispatcher from v3.4.0 to v3.6.0
description: update logging-operator from 4.2.3 to 4.6.1 and use oci registry
6 changes: 5 additions & 1 deletion charts/lagoon-logging/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Thank you for installing {{ .Chart.Name }}.

Your release is named {{ .Release.Name }}.
Your release is named {{ .Release.Name }} containing the logging-operator {{ .Chart.AppVersion }} release

Your logs are now being sent to {{ coalesce .Values.forward.host }}:{{ .Values.forward.hostPort }}.

Please ensure you install the updated CRDs manually after installing this release:

helm show crds oci://ghcr.io/kube-logging/helm-charts/logging-operator --version {{ .Chart.AppVersion }} | kubectl apply -f -

0 comments on commit cfa4548

Please sign in to comment.