nfs-ganesha-server-and-external-provisioner: Chart version 1.6.0 doesn't have its image available
Since the release of version 1.6.0
a couple of hours ago, any install of the latest version of the chart is broken.
The image k8s.gcr.io/sig-storage/nfs-provisioner:v4.0.8
is not available.
Currently, the available versions in the registry are:
[
"v2.2.2",
"v3.0.0",
"v3.0.1"
]
Easiest workaround for us (and we should have been doing it from the start), was to pin the chart version to 1.5.0
.
The pipeline of the repo on master
seems to be broken on the “Build nfs-ganesha base container”, so it’s most likely due to that.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 18
- Comments: 19 (8 by maintainers)
Commits related to this issue
- Fixed nfs-provisioner version until bug (https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/issues/115) is fixed — committed to grycap/oscar by catttam a year ago
Same issue with 1.7.0
i’ve installed prev version successfully:
For now you could use my image:
https://github.com/modzilla99/nfs-ganesha-server-and-external-provisioner/pkgs/container/nfs-ganesha-server-and-external-provisioner
fixed by https://github.com/kubernetes/k8s.io/pull/4893 /close
I changed the container build context directory from
.
tobin
inrelease-tools/build.make
after thatmake build
andmake container
worked.nfs-provisioner:latest
was successfully built locally.Changed
build.make
: https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/compare/master...revant:nfs-ganesha-server-and-external-provisioner:build-nfs-provisioner?expand=1It seems only the base image (which is named ghcr.io/kubernetes-sigs/nfs-ganesha:V4.0.8) is built in
.github/workflows/docker-build.yml
.Will it need one step to build nfs-provisioner and another step to build the final image which copies
bin/nfs-provisioner
to the base image (as specified indeploy/docker/Dockerfile
)? What will be the final image?k8s.gcr.io/sig-storage/nfs-provisioner
orghcr.io/kubernetes-sigs/nfs-ganesha
? or anything else #117?Finally the helm chart needs to change
.Values.image
if final image is set to any name other thank8s.gcr.io/sig-storage/nfs-provisioner
.@kvaps the https://github.com/kubernetes/org/pull/3976 has been merged.
Can you publish the images for us such that we can upgrade to versions after chart 1.5.0?
It seems CI-pipeline does not push actually docker image. Sorry, I have no enough time to solve this right now. If someone could take a look and make a fix, I’ll be happy to merge it.
Guys, any idea when this will be resolved?