File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
fleetconfig-controller/charts/fleetconfig-controller Expand file tree Collapse file tree 3 files changed +8
-2
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.2 ` |
161+ | ` image.tag ` | Image tag | ` v0.1.3 ` |
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: v1
44kind : Namespace
55metadata :
66 name : managed-cluster-set-global
7+ annotations :
8+ helm.sh/resource-policy : keep
79---
810apiVersion : cluster.open-cluster-management.io/v1beta2
911kind : ManagedClusterSetBinding
@@ -20,6 +22,8 @@ apiVersion: v1
2022kind : Namespace
2123metadata :
2224 name : managed-cluster-set-default
25+ annotations :
26+ helm.sh/resource-policy : keep
2327---
2428apiVersion : cluster.open-cluster-management.io/v1beta2
2529kind : ManagedClusterSetBinding
@@ -36,6 +40,8 @@ apiVersion: v1
3640kind : Namespace
3741metadata :
3842 name : managed-cluster-set-spokes
43+ annotations :
44+ helm.sh/resource-policy : keep
3945---
4046apiVersion : cluster.open-cluster-management.io/v1beta2
4147kind : ManagedClusterSet
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.2
297+ tag : v0.1.3
298298 pullPolicy : IfNotPresent
299299
300300# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments