Skip to content
Merged
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: 6 additions & 2 deletions content/headless/helm-install-logging-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ REVISION: 1
TEST SUITE: None
```

> Note: Helm has a known issue in version 3.13.0 that requires users to log in to the registry, even though the repo is public.
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
> Note:
>
> - Helm has a known issue in version 3.13.0 that requires users to log in to the registry, even though the repo is public.
>
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
> - If you're installing the Helm chart from Terraform, reference the repository as `repository = "oci://ghcr.io/kube-logging/helm-charts/"` (without the `logging-operator` suffix). Otherwise, you'll get a [403 Forbidden error](https://github.com/hashicorp/terraform-provider-helm/issues/1291).
Loading