You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helm chart is referencing images in Dockerhub and quay.io.
The kustomize manifests appear to be referencing images in:
602401143452.dkr.ecr.us-west-2.amazonaws.com/eks
What you expected to happen?
They should be the same presumably?
How to reproduce it (as minimally and precisely as possible)?
Compare the image versions in the Helm chart with the output of kubectl kustomize "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master"
Anything else we need to know?:
I'm happy to submit a fix if necessary.
Environment
Kubernetes version (use kubectl version):
Driver version:
The text was updated successfully, but these errors were encountered:
I already have a PR to keep the helm chart and the manifest in sync. If @leakingtapan or someone else can tell me which set of images should be used I can update them, if needed, on that PR to fix this.
/kind bug
What happened?
The Helm chart is referencing images in Dockerhub and quay.io.
The kustomize manifests appear to be referencing images in:
602401143452.dkr.ecr.us-west-2.amazonaws.com/eks
What you expected to happen?
They should be the same presumably?
How to reproduce it (as minimally and precisely as possible)?
Compare the image versions in the Helm chart with the output of
kubectl kustomize "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master"
Anything else we need to know?:
I'm happy to submit a fix if necessary.
Environment
kubectl version
):The text was updated successfully, but these errors were encountered: