By: Mahendran Mookkiah Account Admin 20 Jan 2021 at 10:56 p.m. CST

7 Responses
Mahendran Mookkiah gravatar
Where is the helm chart repo where all the helm charts are maintained? We are going to keep only the settings.json and values.yaml. So when we delete helm/gluu directory after successful install, later if we decided to change a value in values.yaml and upgrade we need the helm chart and version should be given in the command. Expecting the below command brings values.yaml as it is [here](https://github.com/GluuFederation/cloud-native-edition/blob/v1.3.2/pygluu/kubernetes/templates/helm/gluu/values.yaml) helm show values stable/gluu --version=1.3.2

By Mohammad Abudayyeh staff 21 Jan 2021 at 8:44 a.m. CST

Mohammad Abudayyeh gravatar
https://github.com/GluuFederation/cloud-native-edition/tree/4.2/pygluu/kubernetes/templates/helm/gluu

By Mahendran Mookkiah Account Admin 01 Feb 2021 at 3:34 p.m. CST

Mahendran Mookkiah gravatar
I am looking for a helm repository which contains index.yaml so that I can add it as remote helm repository to our artifactory. I don't want to clone the repo during my production install and we are not commiting the pygluu generated files either. we are exepecting command like this ``` helm upgrade -i gluu-four-ha -f values.yaml stable/gluu --version=1.3.2 --debug ``` Please help.

By Mohammad Abudayyeh staff 02 Feb 2021 at 10:39 a.m. CST

Mohammad Abudayyeh gravatar
Hey Mahendran, I understand your use. We are actually in the middle of updating our main repos and syncing in with the new hub. As you know the old helm stable charts has been depreciated. We should have this up Feb 4th, and once its updated i'll share here.

By Mohammad Abudayyeh staff 04 Feb 2021 at 6:25 a.m. CST

Mohammad Abudayyeh gravatar
Helm charts are on Artifact hub. You can reach the repo at `https://gluufederation.github.io/cloud-native-edition/pygluu` ``` helm repo add gluu https://gluufederation.github.io/cloud-native-edition/pygluu/kubernetes/templates/helm helm repo update helm install <release-name> gluu/gluu -n <namespace> -f overide-values.yaml ```

By Mahendran Mookkiah Account Admin 13 Feb 2021 at 7:07 a.m. CST

Mahendran Mookkiah gravatar
we are using chart version 1.3.2 but those are not here. Are you planning to make old helm charts available in this repo? ``` NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION gluu-four-ha gluu-four-ha 1 2021-02-13 13:05:57.237721935 +0000 UTC deployed gluu-1.3.2 4.2.2 gluu-four-ha-ldap-backup gluu-four-ha 1 2021-02-13 12:54:54.804353381 +0000 UTC deployed ldap-backup-1.3.2 4.2.2 ```

By Mohammad Abudayyeh staff 15 Feb 2021 at 8:37 a.m. CST

Mohammad Abudayyeh gravatar
No. Older will not be available in the chart. However the cross over should still work.

By Mohammad Abudayyeh staff 22 Feb 2021 at 2:38 a.m. CST

Mohammad Abudayyeh gravatar
Issue [addressed](https://support.gluu.org/installation/9326/where-is-gluu-helm-chart-repository/#at67560). Closing ticket