This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fb1fc8  TIKA-4678 Create GitHub Action automation to publish 
tika-helm to Artfactory on each merge to main branch (#37)
6fb1fc8 is described below

commit 6fb1fc8fc4f696522f2f5aed1bb2e080ccbf5f3c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Fri Apr 3 17:48:33 2026 -0700

    TIKA-4678 Create GitHub Action automation to publish tika-helm to 
Artfactory on each merge to main branch (#37)
---
 .github/workflows/install-test-chart.yaml           | 2 +-
 .github/workflows/publish-artifactory-on-merge.yaml | 2 +-
 .github/workflows/release.yaml                      | 4 ++--
 README.md                                           | 4 ++--
 README.md.gotmpl                                    | 4 ++--
 artifacthub-repo.yml                                | 4 ++--
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/install-test-chart.yaml 
b/.github/workflows/install-test-chart.yaml
index ba83fd9..ec017a1 100644
--- a/.github/workflows/install-test-chart.yaml
+++ b/.github/workflows/install-test-chart.yaml
@@ -68,7 +68,7 @@ jobs:
         run: |
           echo "$HELM_REPO_PASSWORD" | helm registry login apache.jfrog.io \
             --username "$HELM_REPO_USERNAME" --password-stdin
-          helm pull oci://apache.jfrog.io/artifactory/tika-helm/tika \
+          helm pull oci://apache.jfrog.io/tika-helm/tika \
             --version "${{ inputs.chart_version }}"
 
       - name: Install chart from Artifactory
diff --git a/.github/workflows/publish-artifactory-on-merge.yaml 
b/.github/workflows/publish-artifactory-on-merge.yaml
index 0654448..440b15d 100644
--- a/.github/workflows/publish-artifactory-on-merge.yaml
+++ b/.github/workflows/publish-artifactory-on-merge.yaml
@@ -110,7 +110,7 @@ jobs:
           PUBLISH_VERSION: ${{ steps.publish-version.outputs.version }}
         run: |
           jf helm push "tika-${PUBLISH_VERSION}.tgz" \
-            "oci://apache.jfrog.io/artifactory/${HELM_OCI_REPO}" \
+            "oci://apache.jfrog.io/${HELM_OCI_REPO}" \
             --build-name="${JF_BUILD_NAME}" \
             --build-number="${JF_BUILD_NUMBER}" \
             --project="${JF_PROJECT_KEY}"
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 147be90..f04f2b0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -76,7 +76,7 @@ jobs:
             **Chart version:** `${{ steps.versions.outputs.chart_version }}`
             **App version (Docker image tag):** `${{ 
steps.versions.outputs.app_version }}`
 
-            **Install from Helm OCI:** `helm install tika 
oci://apache.jfrog.io/artifactory/${{ env.HELM_OCI_REPO }}/tika --version ${{ 
steps.versions.outputs.chart_version }}`
+            **Install from Helm OCI:** `helm install tika 
oci://apache.jfrog.io/${{ env.HELM_OCI_REPO }}/tika --version ${{ 
steps.versions.outputs.chart_version }}`
 
             **Artifactory build:** `${{ env.JF_BUILD_NAME }}` / `${{ 
env.JF_BUILD_NUMBER }}` (project `${{ env.JF_PROJECT_KEY }}`)
 
@@ -116,7 +116,7 @@ jobs:
           CHART_VERSION: ${{ steps.versions.outputs.chart_version }}
         run: |
           jf helm push "tika-${CHART_VERSION}.tgz" \
-            "oci://apache.jfrog.io/artifactory/${HELM_OCI_REPO}" \
+            "oci://apache.jfrog.io/${HELM_OCI_REPO}" \
             --build-name="${JF_BUILD_NAME}" \
             --build-number="${JF_BUILD_NUMBER}" \
             --project="${JF_PROJECT_KEY}"
diff --git a/README.md b/README.md
index 336059a..5d692ea 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,10 @@ in which case you may need to augment the commands below.
 * **Snapshot builds from `main`:** Each merge publishes a chart to the same 
OCI repository with version `{chart_version}-{git_short_sha}` (for example 
`3.2.3-a1b2c3d`). These are not official releases. Use `helm install` or `helm 
pull` with that version and the OCI URL below.
 
 * Install from OCI (replace `<version>` with the chart version you want, e.g. 
`3.2.3`):
-  - with Helm 3: `helm install tika 
oci://apache.jfrog.io/artifactory/tika-helm/tika --version <version> --set 
image.tag=<app-version> -n tika-test`
+  - with Helm 3: `helm install tika oci://apache.jfrog.io/tika-helm/tika 
--version <version> --set image.tag=<app-version> -n tika-test`
   - Example:
 ```
-helm install tika oci://apache.jfrog.io/artifactory/tika-helm/tika --version 
3.2.3 --set image.tag=latest-full -n tika-test
+helm install tika oci://apache.jfrog.io/tika-helm/tika --version 3.2.3 --set 
image.tag=latest-full -n tika-test
 ```
 
 ...
diff --git a/README.md.gotmpl b/README.md.gotmpl
index 4f91c22..9dfb527 100644
--- a/README.md.gotmpl
+++ b/README.md.gotmpl
@@ -50,10 +50,10 @@ in which case you may need to augment the commands below.
 * **Snapshot builds from `main`:** Each merge publishes a chart to the same 
OCI repository with version `{chart_version}-{git_short_sha}` (for example 
`3.2.3-a1b2c3d`). These are not official releases. Use `helm install` or `helm 
pull` with that version and the OCI URL below.
 
 * Install from OCI (replace `<version>` with the chart version you want, e.g. 
`3.2.3`):
-  - with Helm 3: `helm install tika 
oci://apache.jfrog.io/artifactory/tika-helm/tika --version <version> --set 
image.tag=<app-version> -n tika-test`
+  - with Helm 3: `helm install tika oci://apache.jfrog.io/tika-helm/tika 
--version <version> --set image.tag=<app-version> -n tika-test`
   - Example:
 ```
-helm install tika oci://apache.jfrog.io/artifactory/tika-helm/tika --version 
3.2.3 --set image.tag=latest-full -n tika-test
+helm install tika oci://apache.jfrog.io/tika-helm/tika --version 3.2.3 --set 
image.tag=latest-full -n tika-test
 ```
 
 ...
diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml
index 59d00b3..e76f346 100644
--- a/artifacthub-repo.yml
+++ b/artifacthub-repo.yml
@@ -17,8 +17,8 @@
 
 # Artifact Hub repository metadata file
 #
-# Charts are published to the Helm OCI registry: 
oci://apache.jfrog.io/artifactory/tika-helm
-# Install: helm install tika oci://apache.jfrog.io/artifactory/tika-helm/tika 
--version <version>
+# Charts are published to the Helm OCI registry: 
oci://apache.jfrog.io/tika-helm
+# Install: helm install tika oci://apache.jfrog.io/tika-helm/tika --version 
<version>
 #
 # Some settings like the verified publisher flag or the ignored packages won't
 # be applied until the next time the repository is processed. Please keep in

Reply via email to