-
Notifications
You must be signed in to change notification settings - Fork 201
Helm Chart - not a valid chart repository or cannot be reached #985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dinbtechit We had renamed the repo which caused this issue. Updated the doc to reflect this https://aot-technologies.github.io/forms-flow-ai-doc/#kubernetes_individual_services |
Thank you so much for the quick response. I have couple of questions.
|
@dinbtechit as in that documentation, you can pass a custom keycloak details. The example below is for just updating only keycloak host URL, but you can override any values here https://github.com/AOT-Technologies/forms-flow-ai-charts/blob/master/charts/forms-flow-ai/values.yaml by using helm And for disabling default DB setup, you may provide enabled=false for mongo and postgres. Ref : https://github.com/AOT-Technologies/forms-flow-ai-charts/blob/master/charts/forms-flow-ai/values.yaml#L38 and https://github.com/AOT-Technologies/forms-flow-ai-charts/blob/master/charts/forms-flow-ai/values.yaml#L53. If you have more customization, I would suggest to clone https://github.com/AOT-Technologies/forms-flow-ai-charts, then execute helm commands from the local version than the published version. Also would be great if you can share your feedback on the chart as a PR or as a ticket. |
This was very helpful... thank you so much. |
Are you able to send me the steps to update the Unable to install the helm chart from my local directory not sure what I am missing.
|
@dinbtechit It's complaining about the dependency.
Here https://github.com/AOT-Technologies/forms-flow-ai-charts/blob/master/charts/forms-flow-ai/values.yaml#L47 |
ty ty! Yes I updated few things in values.yml for my infrastructure: In forms-flow-bpm:
clientid: "forms-flow-bpm"
clientsecret: "786001d6-68a8-4519-903c-bc5b5a870d68". // <--------<< to my keycloak clientSecret
...
mongodb:
persistence:
size: 2Gi // <--------<< to my keycloak secret
PostgreSQL:
. . .
persistence:
. . .
size: 2Gi // <--------<< to my keycloak secret
. . . And did the following commands to install the updates
charts/forms-flow-ai$ helm dependency build output:
|
@cberg-aot Any idea on this error ? |
@dinbtechit @sumesh-aot I don't think helm dependency build is the correct command here. Try helm dependency update. |
@cberg-aot - That makes sense. I am following this script here.
output:
$ helm upgrade forms-flow-ai $DIRECTORY/forms-flow-ai --set Domain=$DOMAIN_NAME --set forms-flow-idm.keycloak.ingress.hostname=forms-flow-idm-$NAMESPACE.$DOMAIN_NAME --namespace $NAMESPACE output
|
Turns out there is something up with the bitnami chart registry! There is source code for the postgres and mongodb charts available here: https://github.com/bitnami/charts/tree/main/bitnami My suggestion as a work around:
I will investigate how long this outage will be and decide if we need to keep a fork of postgres/mongo to decouple from bitnami. |
@dinbtechit @sumesh-aot forms-flow-idm/keycloak will also require some modification since it is set to pull from the bitnami registry by default. |
@dinbtechit @sumesh-aot bitnami/charts#13309 Active thread - 2/hrs |
@dinbtechit @sumesh-aot I was thinking about this. You should not need to run helm repo update at all, and the issue you are having is avoidable. https://artifacthub.io/packages/helm/bitnami/postgresql The forms-flow-ai Chart is able to modify all values of its subcharts. Above is the api for postgres. To set resourses on databases you can modify the resources on install. For example: |
I tried to do that but got an error saying values mismatch or something like that. Let me try that again. Thanks for the info! |
Bug Report
Unable to add helm chart repo - https://aot-technologies.github.io/helm-charts
Steps to Reproduce
Add helm chart
Output:
The text was updated successfully, but these errors were encountered: