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

Mention workaround for terraform helm install bug #251

Merged
merged 1 commit into from
Aug 8, 2024
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