Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Imran_Arshad
Partner - Contributor III
Partner - Contributor III

QlikSense Repo not found "https://qlik.bintray.com/stable"

Hello Qlik Community,

i am unable to add/download repo to my QSEoK (On-Premises Environment) 

Tried these commands to add Repo but they are not working:

- helm install --name qliksense-init qlik-stable/qliksense/qliksense-init

- helm repo add qlik-stable https://qlik.bintray.com/stable

- helm repo add qlik-edge https://qlik.bintray.com/edge

 

Kindly update & guide that if Qlik-repo source path is changed ? 

Thanks,

Imran

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
Imran_Arshad
Partner - Contributor III
Partner - Contributor III
Author

Dear Community,

I am able to resovled my own raised ticket and sharing my finding which are mentioned below:

Please use these commands to deply QlikSense pods on kubernetes.

 

$ helm repo add stable https://charts.helm.sh/stable

$ helm repo add qlik https://qlik-download.github.io/qseok/

$ helm init --wait

$ helm repo list

$ helm install --name qliksense-init qlik/qliksense-init

$ helm ls --all qliksense-init

$ helm install -n qliksense qlik/qliksense -f values.yaml

$ kubectl get pods

 

Thanks.

View solution in original post

1 Reply
Imran_Arshad
Partner - Contributor III
Partner - Contributor III
Author

Dear Community,

I am able to resovled my own raised ticket and sharing my finding which are mentioned below:

Please use these commands to deply QlikSense pods on kubernetes.

 

$ helm repo add stable https://charts.helm.sh/stable

$ helm repo add qlik https://qlik-download.github.io/qseok/

$ helm init --wait

$ helm repo list

$ helm install --name qliksense-init qlik/qliksense-init

$ helm ls --all qliksense-init

$ helm install -n qliksense qlik/qliksense -f values.yaml

$ kubectl get pods

 

Thanks.