@@ -106,13 +106,13 @@ spec:
106106 which may contain bug fixes, security patches, and new features.
107107 WARNING: Strongly discouraged - may leave instance without security patches and bug fixes.
108108 type: boolean
109- disableServiceMaintenance:
110- default: false
109+ pinImageTag:
111110 description: |-
112- DisableServiceMaintenance disables automatic service version updates during maintenance windows .
113- When enabled , the version specified in spec.parameters.service.version is used as the target version.
111+ PinImageTag allows pinning the service to a specific image tag .
112+ When set , the exact specified tag will be used, even if it's older than the currently deployed version.
114113 WARNING: User takes full responsibility for version management and security updates.
115- type: boolean
114+ Downgrades are allowed when pinning - the customer assumes all risk.
115+ type: string
116116 timeOfDay:
117117 description: |-
118118 TimeOfDay for installing updates in UTC.
@@ -4833,13 +4833,13 @@ spec:
48334833 which may contain bug fixes, security patches, and new features.
48344834 WARNING: Strongly discouraged - may leave instance without security patches and bug fixes.
48354835 type: boolean
4836- disableServiceMaintenance:
4837- default: false
4836+ pinImageTag:
48384837 description: |-
4839- DisableServiceMaintenance disables automatic service version updates during maintenance windows .
4840- When enabled , the version specified in spec.parameters.service.version is used as the target version.
4838+ PinImageTag allows pinning the service to a specific image tag .
4839+ When set , the exact specified tag will be used, even if it's older than the currently deployed version.
48414840 WARNING: User takes full responsibility for version management and security updates.
4842- type: boolean
4841+ Downgrades are allowed when pinning - the customer assumes all risk.
4842+ type: string
48434843 timeOfDay:
48444844 description: |-
48454845 TimeOfDay for installing updates in UTC.
@@ -9738,6 +9738,9 @@ spec:
97389738 x-kubernetes-list-map-keys:
97399739 - type
97409740 x-kubernetes-list-type: map
9741+ currentReleaseTag:
9742+ description: CurrentReleaseTag contains the currently deployed image tag.
9743+ type: string
97419744 initialMaintenance:
97429745 description: |-
97439746 InitialMaintenance tracks the status of the initial maintenance job,
@@ -9846,13 +9849,13 @@ spec:
98469849 which may contain bug fixes, security patches, and new features.
98479850 WARNING: Strongly discouraged - may leave instance without security patches and bug fixes.
98489851 type: boolean
9849- disableServiceMaintenance:
9850- default: false
9852+ pinImageTag:
98519853 description: |-
9852- DisableServiceMaintenance disables automatic service version updates during maintenance windows .
9853- When enabled , the version specified in spec.parameters.service.version is used as the target version.
9854+ PinImageTag allows pinning the service to a specific image tag .
9855+ When set , the exact specified tag will be used, even if it's older than the currently deployed version.
98549856 WARNING: User takes full responsibility for version management and security updates.
9855- type: boolean
9857+ Downgrades are allowed when pinning - the customer assumes all risk.
9858+ type: string
98569859 timeOfDay:
98579860 description: |-
98589861 TimeOfDay for installing updates in UTC.
0 commit comments