@@ -2398,8 +2398,9 @@ spec:
23982398 properties:
23992399 custom:
24002400 description: |-
2401- Overwrite the docker image.
2402- Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
2401+ Overwrite the container image.
2402+
2403+ Specify the full container image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
24032404 type: string
24042405 productVersion:
24052406 description: Version of the product, e.g. `1.4.1`.
@@ -2425,15 +2426,29 @@ spec:
24252426 type: object
24262427 nullable: true
24272428 type: array
2428- repo:
2429- description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
2429+ registry:
2430+ description: |-
2431+ The container image registry, e.g. `oci.stackable.tech`.
2432+
2433+ If not specified, the operator will use the image registry provided via the operator
2434+ environment options.
2435+ nullable: true
2436+ type: string
2437+ repository:
2438+ description: |-
2439+ The repository on the container image registry where the container image is located, e.g.
2440+ `sdp/airflow`.
2441+
2442+ If not specified, the operator will use the image registry provided via the operator
2443+ environment options.
24302444 nullable: true
24312445 type: string
24322446 stackableVersion:
24332447 description: |-
24342448 Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
2435- If not specified, the operator will use its own version, e.g. `23.4.1`.
2436- When using a nightly operator or a pr version, it will use the nightly `0.0.0-dev` image.
2449+
2450+ If not specified, the operator will use its own version, e.g. `23.4.1`. When using a nightly
2451+ operator or a PR version, it will use the nightly `0.0.0-dev` image.
24372452 nullable: true
24382453 type: string
24392454 type: object
@@ -8379,8 +8394,9 @@ spec:
83798394 properties:
83808395 custom:
83818396 description: |-
8382- Overwrite the docker image.
8383- Specify the full docker image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
8397+ Overwrite the container image.
8398+
8399+ Specify the full container image name, e.g. `oci.stackable.tech/sdp/superset:1.4.1-stackable2.1.0`
83848400 type: string
83858401 productVersion:
83868402 description: Version of the product, e.g. `1.4.1`.
@@ -8406,15 +8422,29 @@ spec:
84068422 type: object
84078423 nullable: true
84088424 type: array
8409- repo:
8410- description: Name of the docker repo, e.g. `oci.stackable.tech/sdp`
8425+ registry:
8426+ description: |-
8427+ The container image registry, e.g. `oci.stackable.tech`.
8428+
8429+ If not specified, the operator will use the image registry provided via the operator
8430+ environment options.
8431+ nullable: true
8432+ type: string
8433+ repository:
8434+ description: |-
8435+ The repository on the container image registry where the container image is located, e.g.
8436+ `sdp/airflow`.
8437+
8438+ If not specified, the operator will use the image registry provided via the operator
8439+ environment options.
84118440 nullable: true
84128441 type: string
84138442 stackableVersion:
84148443 description: |-
84158444 Stackable version of the product, e.g. `23.4`, `23.4.1` or `0.0.0-dev`.
8416- If not specified, the operator will use its own version, e.g. `23.4.1`.
8417- When using a nightly operator or a pr version, it will use the nightly `0.0.0-dev` image.
8445+
8446+ If not specified, the operator will use its own version, e.g. `23.4.1`. When using a nightly
8447+ operator or a PR version, it will use the nightly `0.0.0-dev` image.
84188448 nullable: true
84198449 type: string
84208450 type: object
0 commit comments