Open Morriz opened 2 years ago
Introduced this behavior in #2362. Note: It looks like we'd need to cut a new minor version release. I think the short term fix is to avoid using the default master branch tag, and use a release specific one.
@Morriz This should be fixed in the v0.21.0 tag which just got released.
Bug Report
The latest chart in release
4.9
does not install correctly because it references command args with a single dash. After updating them to use a double dash--
the install runs fine.What did you do?
4.9
releaseWhat did you expect to see? Successful install
What did you see instead? Under which circumstances? An error in the catalog operator container:
Environment
quay.io/operator-framework/olm:master
and usescommandArgs: -configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
(note the single dash which does not work)The final images pulled are:
quay.io/operator-framework/olm@sha256:494ea7d8585e21d243f5956b408a34109c76d7425baa4160ed51c8a1521039f9
quay.io/operatorhubio/catalog@sha256:c72e3082c811042587f357839745eef76c571eeb03bdacc25aa8dc41d9608f92
Kubernetes version information:
1.21
Possible Solution use double dashes
Additional context Add any other context about the problem here.