@@ -781,17 +781,16 @@ spec:
781781 When enabled, the rhos-mcps server runs alongside the openstackclient
782782 container and is exposed via a k8s Service.
783783 properties:
784- containerImage:
785- description: ContainerImage for the rhos-mcps MCP server container.
786- type: string
787784 enabled:
788785 default: false
789786 description: Enabled controls whether the MCP server sidecar is
790787 added to the pod.
791788 type: boolean
792- required:
793- - containerImage
794789 type: object
790+ mcpContainerImage:
791+ description: MCPContainerImage for the MCP server sidecar container
792+ (set via OpenStackVersion)
793+ type: string
795794 nodeSelector:
796795 additionalProperties:
797796 type: string
@@ -13862,13 +13861,9 @@ spec:
1386213861 x-kubernetes-list-type: map
1386313862 mcp:
1386413863 properties:
13865- containerImage:
13866- type: string
1386713864 enabled:
1386813865 default: false
1386913866 type: boolean
13870- required:
13871- - containerImage
1387213867 type: object
1387313868 nodeSelector:
1387413869 additionalProperties:
@@ -19218,6 +19213,8 @@ spec:
1921819213 type: string
1921919214 openstackClientImage:
1922019215 type: string
19216+ openstackMcpImage:
19217+ type: string
1922119218 openstackNetworkExporterImage:
1922219219 type: string
1922319220 osContainerImage:
@@ -22137,6 +22134,8 @@ spec:
2213722134 type: string
2213822135 openstackClientImage:
2213922136 type: string
22137+ openstackMcpImage:
22138+ type: string
2214022139 openstackNetworkExporterImage:
2214122140 type: string
2214222141 osContainerImage:
@@ -22377,6 +22376,8 @@ spec:
2237722376 type: string
2237822377 openstackClientImage:
2237922378 type: string
22379+ openstackMcpImage:
22380+ type: string
2238022381 openstackNetworkExporterImage:
2238122382 type: string
2238222383 osContainerImage:
@@ -22581,6 +22582,8 @@ spec:
2258122582 type: string
2258222583 openstackClientImage:
2258322584 type: string
22585+ openstackMcpImage:
22586+ type: string
2258422587 openstackNetworkExporterImage:
2258522588 type: string
2258622589 osContainerImage:
@@ -22797,6 +22800,8 @@ spec:
2279722800 type: string
2279822801 openstackClientImage:
2279922802 type: string
22803+ openstackMcpImage:
22804+ type: string
2280022805 openstackNetworkExporterImage:
2280122806 type: string
2280222807 osContainerImage:
0 commit comments