@@ -1781,8 +1781,9 @@ spec:
17811781 properties :
17821782 custom :
17831783 description : |-
1784- Overwrite the docker image.
1785- Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
1784+ Overwrite the container image.
1785+
1786+ Specify the full container image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
17861787 type : string
17871788 productVersion :
17881789 description : Version of the product, e.g. `1.4.1`.
@@ -1808,15 +1809,29 @@ spec:
18081809 type : object
18091810 nullable : true
18101811 type : array
1811- repo :
1812- description : Name of the docker repo, e.g. `oci.stackable.tech/sdp`
1812+ registry :
1813+ description : |-
1814+ The container image registry, e.g. `oci.stackable.tech`.
1815+
1816+ If not specified, the operator will use the image registry provided via the operator
1817+ environment options.
1818+ nullable : true
1819+ type : string
1820+ repository :
1821+ description : |-
1822+ The repository on the container image registry where the container image is located, e.g.
1823+ `sdp/airflow`.
1824+
1825+ If not specified, the operator will use the image registry provided via the operator
1826+ environment options.
18131827 nullable : true
18141828 type : string
18151829 stackableVersion :
18161830 description : |-
18171831 Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
1818- If not specified, the operator will use its own version, e.g. `23.4.1`.
1819- When using a nightly operator or a pr version, it will use the nightly `0.0.0-dev` image.
1832+
1833+ If not specified, the operator will use its own version, e.g. `23.4.1`. When using a nightly
1834+ operator or a PR version, it will use the nightly `0.0.0-dev` image.
18201835 nullable : true
18211836 type : string
18221837 type : object
0 commit comments