Skip to content

Commit 81e5509

Browse files
Merge pull request #251 from kube-logging/terraform-403-helm
Mention workaround for terraform helm install bug
2 parents 9560233 + 003869e commit 81e5509

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/headless/helm-install-logging-operator.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ REVISION: 1
1818
TEST SUITE: None
1919
```
2020

21-
> 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.
22-
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
21+
> Note:
22+
>
23+
> - 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.
24+
>
25+
> Upgrade to 3.13.1 or higher to avoid having to log in, see: https://github.com/kube-logging/logging-operator/issues/1522
26+
> - 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 commit comments

Comments
 (0)