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 @@ -115,7 +115,7 @@ Refer to the [Multicluster Controlplane configuration](https://github.com/open-c
115115| ` replicas ` | fleetconfig-controller replica count | ` 1 ` |
116116| ` imageRegistry ` | Image registry | ` "" ` |
117117| ` image.repository ` | Image repository | ` quay.io/open-cluster-management/fleetconfig-controller ` |
118- | ` image.tag ` | Image tag | ` v0.0.7 ` |
118+ | ` image.tag ` | Image tag | ` v0.0.8 ` |
119119| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
120120| ` imagePullSecrets ` | Image pull secrets | ` [] ` |
121121| ` 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.7
280+ tag : v0.0.8
281281 pullPolicy : IfNotPresent
282282
283283# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments