sonatype-nexus-community / nexus-repository-helm

At the Helm, Helm Yeah, v k8s
Eclipse Public License 1.0
97 stars 71 forks source link

0.0.13 not working well with 3.19.0 #66

Closed davidkarlsen closed 4 years ago

davidkarlsen commented 4 years ago

using this image: https://github.com/evryfs/sonatype-nexus-docker/blob/master/Dockerfile the index is not updated.

01:57:09 Processing /charts/fsjetty
01:57:09 Successfully packaged chart and saved it to: /charts/fsjetty/fsjetty-0.6.2.tgz
01:57:09 Using cached login creds...
01:57:09 Pushing . to repo https://fsdepot.evry.com/nexus/repository/evryfs-helm//...
01:57:09   HTTP/1.1 100 Continue
01:57:09   
01:57:09   HTTP/1.1 200 OK
01:57:09   Date: Mon, 30 Sep 2019 23:57:09 GMT
01:57:09   Server: Nexus/3.19.0-01 (OSS)
01:57:09   X-Content-Type-Options: nosniff
01:57:09   Content-Security-Policy: sandbox allow-forms allow-modals allow-popups allow-presentation allow-scripts allow-top-navigation
01:57:09   X-XSS-Protection: 1; mode=block
01:57:09   Content-Length: 0
01:57:09   Content-Type: application/x-gzip
01:57:09   

but:

NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                             
evryfs-helm/fsjetty     0.6.0           9.4.x           ....

I can browse the package in right version - but metadata seems wrong

GivaDogaBone commented 4 years ago

I'm also upgrading into the latest Nexus Repository Manager 3.19.0-01. Please let me know when it's ready.

bhamail commented 4 years ago

Is the issue solved by the previous commit that simplified the Dockerfile, or by PR #85 ? If so, please feel free to close this issue.