Skip to content

Commit

Permalink
Merge pull request #251 from kube-logging/terraform-403-helm
Browse files Browse the repository at this point in the history
Mention workaround for terraform helm install bug
  • Loading branch information
fekete-robert authored Aug 8, 2024
2 parents 9560233 + 003869e commit 81e5509
Showing 1 changed file with 6 additions and 2 deletions.
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).

0 comments on commit 81e5509

Please sign in to comment.