|
11 | 11 | }, |
12 | 12 | "additionalProperties" : false |
13 | 13 | }, |
14 | | - "HelmConfig-nullable" : { |
15 | | - "type" : [ "object", "null" ], |
16 | | - "properties" : { |
17 | | - "chart" : { |
18 | | - "type" : [ "string", "null" ], |
19 | | - "description" : "Name of the Helm chart" |
20 | | - }, |
21 | | - "repoURL" : { |
22 | | - "type" : [ "string", "null" ], |
23 | | - "description" : "Repository url from which the Helm chart should be obtained" |
24 | | - }, |
25 | | - "version" : { |
26 | | - "type" : [ "string", "null" ], |
27 | | - "description" : "The version of the Helm chart to be installed" |
28 | | - } |
29 | | - }, |
30 | | - "additionalProperties" : false |
31 | | - }, |
32 | 14 | "Map(String,Object)-nullable" : { |
33 | 15 | "type" : [ "object", "null" ] |
34 | 16 | }, |
|
607 | 589 | "description" : "Create image pull secrets for registry and proxy-registry for all GOP namespaces and helm charts. Uses proxy-username, read-only-username or registry-username (in this order). Use this if your cluster is not auto-provisioned with credentials for your private registries or if you configure individual helm images to be pulled from the proxy-registry that requires authentication." |
608 | 590 | }, |
609 | 591 | "helm" : { |
610 | | - "$ref" : "#/$defs/HelmConfig-nullable", |
| 592 | + "type" : [ "object", "null" ], |
| 593 | + "properties" : { |
| 594 | + "chart" : { |
| 595 | + "type" : [ "string", "null" ], |
| 596 | + "description" : "Name of the Helm chart" |
| 597 | + }, |
| 598 | + "repoURL" : { |
| 599 | + "type" : [ "string", "null" ], |
| 600 | + "description" : "Repository url from which the Helm chart should be obtained" |
| 601 | + }, |
| 602 | + "version" : { |
| 603 | + "type" : [ "string", "null" ], |
| 604 | + "description" : "The version of the Helm chart to be installed" |
| 605 | + } |
| 606 | + }, |
| 607 | + "additionalProperties" : false, |
611 | 608 | "description" : "Common Config parameters for the Helm package manager: Name of Chart (chart), URl of Helm-Repository (repoURL) and Chart Version (version). Note: These config is intended to obtain the chart from a different source (e.g. in air-gapped envs), not to use a different version of a helm chart. Using a different helm chart or version to the one used in the GOP version will likely cause errors." |
612 | 609 | }, |
613 | 610 | "internalPort" : { |
|
681 | 678 | "type" : [ "object", "null" ], |
682 | 679 | "properties" : { |
683 | 680 | "helm" : { |
684 | | - "$ref" : "#/$defs/HelmConfig-nullable", |
| 681 | + "type" : [ "object", "null" ], |
| 682 | + "properties" : { |
| 683 | + "chart" : { |
| 684 | + "type" : [ "string", "null" ], |
| 685 | + "description" : "Name of the Helm chart" |
| 686 | + }, |
| 687 | + "repoURL" : { |
| 688 | + "type" : [ "string", "null" ], |
| 689 | + "description" : "Repository url from which the Helm chart should be obtained" |
| 690 | + }, |
| 691 | + "values" : { |
| 692 | + "$ref" : "#/$defs/Map(String,Object)-nullable", |
| 693 | + "description" : "Helm values of the chart, allows overriding defaults and setting values that are not exposed as explicit configuration" |
| 694 | + }, |
| 695 | + "version" : { |
| 696 | + "type" : [ "string", "null" ], |
| 697 | + "description" : "The version of the Helm chart to be installed" |
| 698 | + } |
| 699 | + }, |
| 700 | + "additionalProperties" : false, |
685 | 701 | "description" : "Common Config parameters for the Helm package manager: Name of Chart (chart), URl of Helm-Repository (repoURL) and Chart Version (version). Note: These config is intended to obtain the chart from a different source (e.g. in air-gapped envs), not to use a different version of a helm chart. Using a different helm chart or version to the one used in the GOP version will likely cause errors." |
686 | 702 | }, |
687 | 703 | "password" : { |
|
0 commit comments