lewismc commented on PR #40:
URL: https://github.com/apache/tika-helm/pull/40#issuecomment-5752263642
Hi @jocelynthode thanks and I am so sorry for the late response. Thanks for
the concrete error; that .../tika/tika path is Helm appending the dependency
name to repository.
Use the registry root, not the chart URL:
```
dependencies:
- name: tika
version: "4.0.0"
repository: "oci://apache.jfrog.io/tika-helm"
```
Then helm dependency update. Direct install:
helm install tika oci://apache.jfrog.io/tika-helm/tika --version 4.0.0
That is the current official chart (Tika Docker 4.0.0-1-full). I pulled that
OCI artifact and smoke-tested detect / metadata / text extract against it
successfully.
Chart 3.3.1 was tagged in git but not published to OCI (tag push with
GITHUB_TOKEN does not start the release workflow). Sorry for the gap. Artifact
Hub’s old HTTP repo (https://apache.jfrog.io/artifactory/tika) is deprecated;
OCI is the install path.
This is documented under Chart.yaml dependencies in the README. Happy to
help if 4.0.0 still misbehaves. Please let me know and again, I apologize about
that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]