diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index ffda22acc..5cb42cded 100644 --- a/charts/lagoon-logging/Chart.lock +++ b/charts/lagoon-logging/Chart.lock @@ -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" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 6aeb1ebf9..927957f2c 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -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 @@ -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 diff --git a/charts/lagoon-logging/templates/NOTES.txt b/charts/lagoon-logging/templates/NOTES.txt index 311f0a2be..d14d4cd4a 100644 --- a/charts/lagoon-logging/templates/NOTES.txt +++ b/charts/lagoon-logging/templates/NOTES.txt @@ -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 -