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
make spec.namespace field of `IstioCNI` immutable (#701)
We don't support migrating `IstioCNI` to another namespace, so we should
make the field immutable for now. We already did it for the
spec.namespace field of the `Istio` resource. Once we implement support
for namespace migrations of these resources, we can revert this.
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Add `operator-chart` target (#311)
This makes sure our helm chart always points to the correct image.
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Co-authored-by: Daniel Grimm <dgrimm@redhat.com>