Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update logging-operator to 4.6.1 #663

Merged
merged 4 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -
Loading