File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
fleetconfig-controller/charts/fleetconfig-controller Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Resource specifications for all klusterlet-managed containers.
158158| ` replicas ` | fleetconfig-controller replica count | ` 1 ` |
159159| ` imageRegistry ` | Image registry | ` "" ` |
160160| ` image.repository ` | Image repository | ` quay.io/open-cluster-management/fleetconfig-controller ` |
161- | ` image.tag ` | Image tag | ` v0.1.5 ` |
161+ | ` image.tag ` | Image tag | ` v0.1.6 ` |
162162| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
163163| ` imagePullSecrets ` | Image pull secrets | ` [] ` |
164164| ` serviceAccount.annotations ` | Annotations to add to the service account | ` {} ` |
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ apiVersion: addon.open-cluster-management.io/v1alpha1
44kind : AddOnTemplate
55metadata :
66 name : fleetconfig-controller-agent
7+ annotations :
8+ helm.sh/resource-policy : keep
79spec :
810 addonName : fleetconfig-controller-agent
911 agentSpec :
Original file line number Diff line number Diff line change 33apiVersion : addon.open-cluster-management.io/v1alpha1
44kind : ClusterManagementAddOn
55metadata :
6- name : fleetconfig-controller-agent
6+ name : fleetconfig-controller-agent
7+ annotations :
8+ helm.sh/resource-policy : keep
79spec :
810 addOnMeta :
911 displayName : FleetConfig Controller Agent
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ imageRegistry: ""
294294# # @param image.pullPolicy Image pull policy
295295image :
296296 repository : quay.io/open-cluster-management/fleetconfig-controller
297- tag : v0.1.5
297+ tag : v0.1.6
298298 pullPolicy : IfNotPresent
299299
300300# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments