Coder Social home page Coder Social logo

Comments (10)

aviboru avatar aviboru commented on August 16, 2024 9

@kapolos - Might be delayed in responding,
but i had same issue and was able to resolve it using this reference

Note: Below are steps that worked for me in my local, haven't tested in rancher though.

  1. Cloned latest keycloak helm chart repo
    ⌘ git clone [email protected]:codecentric/helm-charts.git

  2. Ran helm install command and got below error
    ⌘ helm install --name keycloak helm-charts/charts/keycloak/ --dry-run --debug

[debug] Created tunnel using local port: '61320'
[debug] SERVER: "127.0.0.1:61320"
[debug] Original chart version: ""
[debug] CHART PATH: helm-charts/charts/keycloak
Error: found in requirements.yaml, but missing in charts/ directory: postgresql
  1. Ran below update command per this reference
    ⌘ helm dependency update helm-charts/charts/keycloak
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
        Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
...Successfully got an update from the "stable" chart repository
Update Complete.
Saving 1 charts
Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/
Deleting outdated charts
  1. Run helm install command to see a successful response
    ⌘ helm install --name keycloak helm-charts/charts/keycloak/ --dry-run --debug
[debug] Created tunnel using local port: '61346'
[debug] SERVER: "127.0.0.1:61346"
[debug] Original chart version: ""
[debug] CHART PATH: helm-charts/charts/keycloak

NAME:   keycloak
REVISION: 1
RELEASED: Sat Aug 24 14:41:01 2019
CHART: keycloak-5.1.6
USER-SUPPLIED VALUES:
{}

COMPUTED VALUES:
clusterDomain: cluster.local
init:
  image:
    pullPolicy: IfNotPresent
    repository: alpine
    tag: 3.9
...
...
...

from helm-charts.

rajsenthil avatar rajsenthil commented on August 16, 2024 2
  1. helm dependency update helm-charts/charts/keycloak

This helped to solve the probelm. Thanks!

from helm-charts.

kapolos avatar kapolos commented on August 16, 2024

I tried installing from the old repo and that one works:

image

from helm-charts.

unguiculus avatar unguiculus commented on August 16, 2024

It looks like you need to run helm repo update.

from helm-charts.

unguiculus avatar unguiculus commented on August 16, 2024

Closing this now. It's not related to the chart itself but the way dependencies are handled in Helm. For general Helm questions, please check out the helm-users channel in Kubernetes Slack (https://kubernetes.slack.com).

from helm-charts.

ahoehma avatar ahoehma commented on August 16, 2024

@kapolos I come to here because I have currently the same problem :)
Can't install keycloak via ranger.
Do u solved this?

from helm-charts.

donnydavis avatar donnydavis commented on August 16, 2024

+1

from helm-charts.

kapolos avatar kapolos commented on August 16, 2024

@ahoehma I have not, sorry.

from helm-charts.

jakesylvestre avatar jakesylvestre commented on August 16, 2024

Having the same issue

from helm-charts.

fat8701 avatar fat8701 commented on August 16, 2024

use this url https://codecentric.github.io/helm-charts to add to rancher,dont use https://github.com/codecentric/helm-charts. it solved.

from helm-charts.

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.