File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
fleetconfig-controller/charts/fleetconfig-controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Resource specifications for all klusterlet-managed containers.
157157| ` replicas ` | fleetconfig-controller replica count | ` 1 ` |
158158| ` imageRegistry ` | Image registry | ` "" ` |
159159| ` image.repository ` | Image repository | ` quay.io/open-cluster-management/fleetconfig-controller ` |
160- | ` image.tag ` | Image tag | ` v0.1.0 ` |
160+ | ` image.tag ` | Image tag | ` v0.1.1 ` |
161161| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
162162| ` imagePullSecrets ` | Image pull secrets | ` [] ` |
163163| ` serviceAccount.annotations ` | Annotations to add to the service account | ` {} ` |
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ imageRegistry: ""
292292# # @param image.pullPolicy Image pull policy
293293image :
294294 repository : quay.io/open-cluster-management/fleetconfig-controller
295- tag : v0.1.0
295+ tag : v0.1.1
296296 pullPolicy : IfNotPresent
297297
298298# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments