We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: We need to have a single build script file to do the following tasks.
Build the operator
operator-sdk build <DOCKER_REGISTRY_URL>/<USER_NAME>/siddhi-operator:<TAG>
Concat the following files in the given order and create a prerequisite file.
Update the Docker image of the operator.yaml file
operator.yaml
sed -i 's|docker.io/siddhiio/siddhi-operator:*|<DOCKER_REGISTRY_URL>/<USER_NAME>/siddhi-operator:<TAG>|g' deploy/operator.yaml
Now we need to use the prerequisite file and operator yaml file as release artifacts.
Affected Product Version: 0.2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
We need to have a single build script file to do the following tasks.
Build the operator
Concat the following files in the given order and create a prerequisite file.
Update the Docker image of the
operator.yaml
fileNow we need to use the prerequisite file and operator yaml file as release artifacts.
Affected Product Version:
0.2.1
The text was updated successfully, but these errors were encountered: