manifests := "manifests.yaml" update version="1.106.0": rm -f {{manifests}} gsutil cp gs://configconnector-operator/{{version}}/release-bundle.tar.gz kcc-release-bundle.tar.gz tar zxvf kcc-release-bundle.tar.gz mv operator-system/configconnector-operator.yaml {{manifests}} rm -rf samples kcc-release-bundle.tar.gz operator-system