desirekaleba commented on a change in pull request #3150:
URL: https://github.com/apache/camel-k/pull/3150#discussion_r839280104
##########
File path: config/manager/operator-deployment.yaml
##########
@@ -22,6 +22,10 @@ metadata:
labels:
app: "camel-k"
camel.apache.org/component: operator
+ name: camel-k-operator
+ app.kubernetes.io/component: operator
+ app.kubernetes.io/name: camel-k
+ app.kubernetes.io/version: "1.8.2"
Review comment:
@claudio4j, I have looked at `script/set_version.sh`, this is just
setting the version which is expected as the first positional argument to
`set_version.sh` execution and after echos `Camel K version set to: $version
and image name to: $image_name`. I was thinking about how to update the version
value in `app.kubernetes.io/version: "1.8.2"` every time `set_version.sh
version_number` is executed but I don't see a way around that. Would you please
provide some hints on this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]