the helm chart gives the following error in `datah...
# all-things-deployment
s
the helm chart gives the following error in
datahub-datahub-gms
Copy code
secret "neo4j-secrets" not found: CreateContainerConfigError
but my
neo4j
is disabled. This is datahub chart
0.2.1
with app version
0.8.3
. I guess the helm chart was not updated on the helm repository
Copy code
helm search repo datahub --versions
NAME                            CHART VERSION   APP VERSION     DESCRIPTION                                      
datahub/datahub                 0.2.1           0.8.3           A Helm chart for LinkedIn DataHub                
datahub/datahub                 0.2.0           0.8.1           A Helm chart for LinkedIn DataHub                
datahub/datahub                 0.1.2           latest          A Helm chart for LinkedIn DataHub                
datahub/datahub-prerequisites   0.0.1                           A Helm chart for packages that Datahub depends on
e
Can you try running 'helm repo uodate'?
s
It is showing newer versions. My bad.