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
sed -i"s|quay.io/redhat-user-workloads/cma-podauto-tenant/custom-metrics-autoscaler-operator/custom-metrics-autoscaler-operator-bundle@sha256.*|$CURRENT_BUNDLE|g"${CATALOG_VERSION}/catalog-template.yaml
15
+
sed -Ei"s|quay.io/redhat-user-workloads/cma-podauto-tenant/(custom-metrics-autoscaler-operator/)?custom-metrics-autoscaler-operator-bundle@sha256.*|$CURRENT_BUNDLE|g"${CATALOG_VERSION}/catalog-template.yaml
16
16
# This is basically "generate the catalog, and then rewrite the pullspecs to match their final resting place". You can't do it beforehand in the
17
17
# template because render-template pulls all those images to check them to include them in the catalog (and the new ones won't be there yet because they
0 commit comments