@@ -2576,8 +2576,9 @@ spec:
25762576 properties:
25772577 custom:
25782578 description: |-
2579- Overwrite the docker image.
2580- Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
2579+ Provide a custom container image.
2580+
2581+ Specify the full container image name, e.g. `oci.example.tech/namespace/superset:1.4.1-my-tag`
25812582 type: string
25822583 productVersion:
25832584 description: Version of the product, e.g. `1.4.1`.
@@ -2604,14 +2605,20 @@ spec:
26042605 nullable: true
26052606 type: array
26062607 repo:
2607- description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
2608+ description: |-
2609+ The repository on the container image registry where the container image is located, e.g.
2610+ `oci.example.com/namespace`.
2611+
2612+ If not specified, the operator will use the image registry provided via the operator
2613+ environment options.
26082614 nullable: true
26092615 type: string
26102616 stackableVersion:
26112617 description: |-
26122618 Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
2613- If not specified, the operator will use its own version, e.g. `23.4.1`.
2614- When using a nightly operator or a pr version, it will use the nightly `0.0.0-dev` image.
2619+
2620+ If not specified, the operator will use its own version, e.g. `23.4.1`. When using a nightly
2621+ operator or a PR version, it will use the nightly `0.0.0-dev` image.
26152622 nullable: true
26162623 type: string
26172624 type: object
@@ -8735,8 +8742,9 @@ spec:
87358742 properties:
87368743 custom:
87378744 description: |-
8738- Overwrite the docker image.
8739- Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
8745+ Provide a custom container image.
8746+
8747+ Specify the full container image name, e.g. `oci.example.tech/namespace/superset:1.4.1-my-tag`
87408748 type: string
87418749 productVersion:
87428750 description: Version of the product, e.g. `1.4.1`.
@@ -8763,14 +8771,20 @@ spec:
87638771 nullable: true
87648772 type: array
87658773 repo:
8766- description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
8774+ description: |-
8775+ The repository on the container image registry where the container image is located, e.g.
8776+ `oci.example.com/namespace`.
8777+
8778+ If not specified, the operator will use the image registry provided via the operator
8779+ environment options.
87678780 nullable: true
87688781 type: string
87698782 stackableVersion:
87708783 description: |-
87718784 Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
8772- If not specified, the operator will use its own version, e.g. `23.4.1`.
8773- When using a nightly operator or a pr version, it will use the nightly `0.0.0-dev` image.
8785+
8786+ If not specified, the operator will use its own version, e.g. `23.4.1`. When using a nightly
8787+ operator or a PR version, it will use the nightly `0.0.0-dev` image.
87748788 nullable: true
87758789 type: string
87768790 type: object
0 commit comments