Skip to content

Commit

Permalink
fix: point to appropriate file
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 20, 2020
1 parent e87fbb6 commit 32f37c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ git checkout -b ${TEMP_BRANCH}
cp -R /tmp/operator/_output/ ./build/

echo "update all necessary operator related files"
sed -i "s/:latest/:${TAG}/g" ./deploy/operator.yaml
sed -i "s/:latest/:${TAG}/g" ./deploy/namespaced/operator.yaml
sed -i "s/:latest/:${TAG}/g" ./deploy/olm-catalog/bundle/halkyon.v0.0.0.clusterserviceversion.yaml
sed -i "s/0.0.0/${VERSION}/g" ./deploy/olm-catalog/bundle/halkyon.v0.0.0.clusterserviceversion.yaml
mv ./deploy/olm-catalog/bundle/halkyon.v0.0.0.clusterserviceversion.yaml ./deploy/olm-catalog/bundle/halkyon.${TAG}.clusterserviceversion.yaml
Expand Down

0 comments on commit 32f37c0

Please sign in to comment.