bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/keycloak] Release 24.2.1 #30522

Closed bitnami-bot closed 2 days ago

bitnami-bot commented 2 days ago

This is an automated Pull Request updating (all or part of):

SIMULATAN commented 18 hours ago

It appears this release isn't in the chart repo yet. command line output

carrodher commented 9 hours ago

Please note the recommended way of consuming Bitnami Helm charts is using the OCI package hosted in DockerHub:

helm pull oci://registry-1.docker.io/bitnamicharts/keycloak --version 24.2.1

However, if you're using the Bitnami index.yaml, please note you need to add it to the Helm CLI and keep it up to date:

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm repo update bitnami
Hang tight while we grab the latest from your chart repositories...
 search repo bitnami/keycloak
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm search repo bitnami/keycloak
NAME                CHART VERSION   APP VERSION DESCRIPTION
bitnami/keycloak    24.2.1          26.0.5      Keycloak is a high performance Java-based ident...

$ helm pull --version 24.2.1 bitnami/keycloak
$ ls -la
...
-rw-r--r--   1 carlosrh  staff   152K Nov 21 17:26 keycloak-24.2.1.tgz

Any other way of consuming Bitnami charts could not be supported.

nickramser commented 8 hours ago

Same problem here:

>helm repo list | grep bitnami
bitnami                         https://charts.bitnami.com/bitnami
> helm repo update
...
...Successfully got an update from the "bitnami" chart repository
...
>helm pull --version 24.2.0 bitnami/keycloak
>helm pull --version 24.2.1 bitnami/keycloak
Error: manifest does not contain a layer with mediatype application/tar+gzip
>  ll
total 132
-rw-r--r--. 1 nick nick 134532 Nov 21 12:49 keycloak-24.2.0.tgz

ArgoCD is failing to pull the release as well.