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
What happened:
One of the environment package being used "kube-rbac-proxy" image is being taken from repo "quay.io/brancz/kube-rbac-proxy:v0.13.1"
Is there a specific reason that the image is being referenced from the above mentioned individual repo ? As we can see that similar image is also available at "gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1" ?
What you expected to happen:
Can the image of kube-rbac-proxy be referenced from "gcr.io/kubebuilder/kube-rbac-proxy" instead of
"quay.io/brancz/kube-rbac-proxy:v0.13.1" repo ?
How to reproduce it (as minimally and precisely as possible):
The above repo link is referenced under deployment.yaml file.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
Hm we started to use kube-rbac-proxy with version v0.9.0 and maybe they switcher later on to the kubebuilder org. We should definitely fix that. Do you mind opening a PR for that @harshadsonde?
saschagrunert
added a commit
to saschagrunert/security-profiles-operator
that referenced
this issue
Jan 23, 2023
The old location does not seem to be the official one, so we switch over
to the new one as well as adapt the dependency verification.
Fixeskubernetes-sigs#1423
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
The old location does not seem to be the official one, so we switch over
to the new one as well as adapt the dependency verification.
Fixeskubernetes-sigs#1423
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
saschagrunert
added a commit
to saschagrunert/security-profiles-operator
that referenced
this issue
Jan 24, 2023
The old location does not seem to be the official one, so we switch over
to the new one as well as adapt the dependency verification.
Fixeskubernetes-sigs#1423
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
The old location does not seem to be the official one, so we switch over
to the new one as well as adapt the dependency verification.
Fixes#1423
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
What happened:
One of the environment package being used "kube-rbac-proxy" image is being taken from repo "quay.io/brancz/kube-rbac-proxy:v0.13.1"
Is there a specific reason that the image is being referenced from the above mentioned individual repo ? As we can see that similar image is also available at "gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1" ?
What you expected to happen:
Can the image of kube-rbac-proxy be referenced from "gcr.io/kubebuilder/kube-rbac-proxy" instead of
"quay.io/brancz/kube-rbac-proxy:v0.13.1" repo ?
How to reproduce it (as minimally and precisely as possible):
The above repo link is referenced under deployment.yaml file.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: