keycloak-config-cli icon indicating copy to clipboard operation
keycloak-config-cli copied to clipboard

Helm chart

Open LuciaCabanillasRodriguez opened this issue 9 months ago • 5 comments

Current Behavior

Error: could not download https://adorsys.github.io/keycloak-config-cli/helm-charts/helm-charts/keycloak-config-cli-6.4.1-SNAPSHOT.tgz: failed to fetch https://adorsys.github.io/keycloak-config-cli/helm-charts/helm-charts/keycloak-config-cli-6.4.1-SNAPSHOT.tgz : 404 Not Found

Expected Behavior

No response

Steps To Reproduce


Environment

  • Keycloak Version: [e.g. 24.0.1]
  • keycloak-config-cli Version: [e.g. 5.11.1]
  • Java Version: [e.g. 21]

Anything else?

No response

Looks like the url is incorrect in the index.yaml, helm-charts is repeated 2 times https://adorsys.github.io/keycloak-config-cli/helm-charts/helm-charts/keycloak-config-cli-6.4.1-SNAPSHOT.tgz

hello @LuciaCabanillasRodriguez . The issue has been fixed. Thank you very much for the report

Motouom avatar Aug 06 '25 19:08 Motouom

Your helm repo and documentation seems broken. The documentation (https://adorsys.github.io/keycloak-config-cli/helm-chart/) point to a helm repo which doesn't exists.

helm repo add keycloak-config-cli https://adorsys.github.io/keycloak-config-cli/charts

Error: looks like "https://adorsys.github.io/keycloak-config-cli/charts" is not a valid chart repository or cannot be reached: failed to fetch https://adorsys.github.io/keycloak-config-cli/charts/index.yaml : 404 Not Found

The correct url, as shown above in the ticket, is: helm repo add keycloak-config-cli https://adorsys.github.io/keycloak-config-cli/helm-charts

"keycloak-config-cli" has been added to your repositories

But after adding it: helm search repo keycloak-config-cli

No results found

As a workaround use the helm repo of jkroepke himself. helm repo add jkroepke https://jkroepke.github.io/helm-charts/

MrCzz avatar Sep 26 '25 12:09 MrCzz

The helm chart provided is outdated:

$ helm search repo keycloak-config-cli
NAME                            CHART VERSION   APP VERSION     DESCRIPTION
jkroepke/keycloak-config-cli    1.3.0           6.0.1           Import JSON-formatted configuration files into ...

It should be 6.4.0. If you show me how, I can provide a PR.

inituser123 avatar Oct 13 '25 11:10 inituser123

The helm chart provided is outdated:

$ helm search repo keycloak-config-cli
NAME                            CHART VERSION   APP VERSION     DESCRIPTION
jkroepke/keycloak-config-cli    1.3.0           6.0.1           Import JSON-formatted configuration files into ...

It should be 6.4.0. If you show me how, I can provide a PR.

You could change the image in the helm chart version.

keycloak-config-cli:
  image:
    repository: docker.io/adorsys/keycloak-config-cli
    tag: 6.4.0-26.1.0

MrCzz avatar Oct 21 '25 07:10 MrCzz