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 @@ -152,7 +152,7 @@ Resource specifications for all klusterlet-managed containers.
152152| ` replicas ` | fleetconfig-controller replica count | ` 1 ` |
153153| ` imageRegistry ` | Image registry | ` "" ` |
154154| ` image.repository ` | Image repository | ` quay.io/open-cluster-management/fleetconfig-controller ` |
155- | ` image.tag ` | Image tag | ` v0.0.11 ` |
155+ | ` image.tag ` | Image tag | ` v0.0.12 ` |
156156| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
157157| ` imagePullSecrets ` | Image pull secrets | ` [] ` |
158158| ` serviceAccount.annotations ` | Annotations to add to the service account | ` {} ` |
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ imageRegistry: ""
277277# # @param image.pullPolicy Image pull policy
278278image :
279279 repository : quay.io/open-cluster-management/fleetconfig-controller
280- tag : v0.0.11
280+ tag : v0.0.12
281281 pullPolicy : IfNotPresent
282282
283283# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments