thiagoelg commented on PR #2266:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2266#issuecomment-2077412247

   <table>
   <tr><td>images/manager.yaml
   <tr><td>
   
   ```yaml
   - name: operator-builder
     version: 0.0.0
     from: "golang:1.21.6"
     description: Builder Image for the Operator
   
     args:
       - name: SOURCE_DATE_EPOCH
         value:
   
     modules:
       repositories:
         - path: modules
       install:
         - name: org.apache.kie.sonataflow.goModDownload
         - name: org.apache.kie.sonataflow.operatorBuilder
   
   - name: sonataflow-operator
     version: 0.0.0
     from: "registry.access.redhat.com/ubi9/ubi-micro:9.3-9"
     description: Runtime Image for the Operator
   
     args:
       - name: SOURCE_DATE_EPOCH
         value:
   
     labels:
       - name: maintainer
         value: [email protected]
   
     artifacts:
       - path: /workspace/manager
         image: operator-builder
         dest: /usr/local/bin
         name: manager
   
     run:
       workdir: /usr/local/bin
       user: "65532:65532"
       entrypoint:
         - manager
   ```
   
   <tr><td>images/bundle.yaml
   <tr><td>
   
   ```yaml
   schema_version: 1
   name: "sonataflow-operator-bundle"
   description: "SonataFlow Operator Bundle"
   version: 0.0.0
   from: "scratch"
   
   labels:
     - name: maintainer
       value: [email protected]
     - name: io.k8s.description
       value: Operator Bundle for deploying OpenShift Serverless Logic Operator
     - name: io.k8s.display-name
       value: SonataFlow Operator Bundle
     - name: io.openshift.tags
       value: sonataflow,serverless,workflow,operator
     - name: operators.operatorframework.io.bundle.mediatype.v1
       value: registry+v1
     - name: operators.operatorframework.io.bundle.manifests.v1
       value: manifests/
     - name: operators.operatorframework.io.bundle.metadata.v1
       value: metadata/
     - name: operators.operatorframework.io.bundle.package.v1
       value: sonataflow-operator
     - name: operators.operatorframework.io.bundle.channels.v1
       value: "alpha"
     - name: operators.operatorframework.io.bundle.channel.default.v1
       value: alpha
     - name: operators.operatorframework.io.metrics.mediatype.v1
       value: metrics+v1
     - name: operators.operatorframework.io.metrics.builder
       value: operator-sdk-v1.25.0
     - name: operators.operatorframework.io.metrics.project_layout
       value: go.kubebuilder.io/v3
     - name: operators.operatorframework.io.test.config.v1
       value: tests/scorecard/
     - name: operators.operatorframework.io.test.mediatype.v1
       value: scorecard+v1
     - name: com.redhat.delivery.operator.bundle
       value: "true"
     - name: com.redhat.openshift.versions
       value: v4.10
   
   modules:
     repositories:
       - path: modules
     install:
       - name: org.apache.kie.sonataflow.bundle
   
   ```
   </table>
   
   Both of these files have a `version` property that is not being updated by 
the bump-version script, should they?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to