Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Add kafka instructions to the release notes (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmgot authored and murali-reddy committed Mar 29, 2018
1 parent 4e0216b commit 542db71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ before_deploy:
sed 's/'":${CONTROLLER_TAG}"'/'"@$NEW_DIGEST"'/g' kubeless.yaml > kubeless-${TRAVIS_TAG}.yaml
sed 's/'":${CONTROLLER_TAG}"'/'"@$NEW_DIGEST"'/g' kubeless-rbac.yaml > kubeless-rbac-${TRAVIS_TAG}.yaml
sed 's/'":${CONTROLLER_TAG}"'/'"@$NEW_DIGEST"'/g' kubeless-openshift.yaml > kubeless-openshift-${TRAVIS_TAG}.yaml
cp kafka-zookeeper.yaml kafka-zookeeper-${TRAVIS_TAG}.yaml
fi
deploy:
Expand Down
6 changes: 6 additions & 0 deletions script/upload_release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ curl -sL https://github.com/kubeless/kubeless/releases/download/$tag/kubeless-$t
kubectl create ns kubeless\\n\
curl -sL https://github.com/kubeless/kubeless/releases/download/$tag/kubeless-rbac-$tag.yaml | kubectl create -f -\\n\
\`\`\`\\n\
**KAFKA:**\\n\
\\n\
\`\`\`console\\n\
kubectl create ns kubeless\\n\
curl -sL https://github.com/kubeless/kubeless/releases/download/$tag/kafka-zookeeper-$tag.yaml | kubectl create -f -\\n\
\`\`\`\\n\
**OPENSHIFT:**\\n\
\\n\
\`\`\`console\\n\
Expand Down

0 comments on commit 542db71

Please sign in to comment.