GithubHelp home page GithubHelp logo

Comments (7)

gabrielmv avatar gabrielmv commented on July 17, 2024

It's probably because redash doesn't have a chart on helm stable repo yet:

https://github.com/helm/charts/tree/master/stable

from contrib-helm-chart.

bubilla avatar bubilla commented on July 17, 2024

So why in the readme does the execution of the "helm install stable / redash" command appear?

Do you know if there is any way to apply Redash in Kubernetes?

from contrib-helm-chart.

gabrielmv avatar gabrielmv commented on July 17, 2024

I cloned this repo to GitLab and installed it on GKE using GitLab CI. But I didn't feel it was very stable. Also I couldn't get email to work

.deploy: &deploy
  before_script:
    - echo ${GOOGLE_SERVICE_ACCOUNT_KEY} > google-service-account-key.json
    - /google-cloud-sdk/bin/gcloud auth activate-service-account --key-file google-service-account-key.json
    - /google-cloud-sdk/bin/gcloud container clusters get-credentials ${GCP_CLUSTER_NAME} --zone ${GCP_CLUSTER_ZONE} --project ${GCP_PROJECT_ID}
    - helm init --client-only
    - helm repo update
    - helm dependency update
  script:
    - helm delete ${RELEASE_NAME} --purge
    - >
      helm upgrade ${RELEASE_NAME} . -i --namespace ${NAMESPACE} --values ${VALUES_FILE}
      --set cookieSecret=${COOKIE_SECRET}
      --set externalPostgreSQL=${DATABASE_URL}
      --set postgresql.postgresqlPassword=${DATABASE_PASSWORD}
      --wait

Probably this repo will soon be on helm stable.

from contrib-helm-chart.

bubilla avatar bubilla commented on July 17, 2024

Thank you for your clarification

from contrib-helm-chart.

grugnog avatar grugnog commented on July 17, 2024

@bubilla we are still getting this repository set up to host the actual chart packages (see #2) so the documentation is not up to date. You can clone the repo and install it directly if you want to test in the interim.
@gabrielmv this won't be hosted in the stable repository as that is now depreciated and not accepting new charts - we are hoping to host it out of this repository Github Pages (or failing that I may just set up a GCP bucket for it).

from contrib-helm-chart.

grugnog avatar grugnog commented on July 17, 2024

@bubilla the documentation is now up-to-date - please give this a test and (re)open a ticket if you still have issues.

from contrib-helm-chart.

bubilla avatar bubilla commented on July 17, 2024

@grugnog any idea about this? https://github.com/getredash/contrib-helm-chart/issues/21

from contrib-helm-chart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.