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 @@ -111,7 +111,7 @@ Refer to the [Multicluster Controlplane configuration](https://github.com/open-c
111111| ` replicas ` | fleetconfig-controller replica count | ` 1 ` |
112112| ` imageRegistry ` | Image registry | ` "" ` |
113113| ` image.repository ` | Image repository | ` quay.io/open-cluster-management/fleetconfig-controller ` |
114- | ` image.tag ` | Image tag | ` v0.0.2 ` |
114+ | ` image.tag ` | Image tag | ` v0.0.3 ` |
115115| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
116116| ` imagePullSecrets ` | Image pull secrets | ` [] ` |
117117| ` serviceAccount.annotations ` | Annotations to add to the service account | ` {} ` |
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ imageRegistry: ""
247247# # @param image.pullPolicy Image pull policy
248248image :
249249 repository : quay.io/open-cluster-management/fleetconfig-controller
250- tag : v0.0.2
250+ tag : v0.0.3
251251 pullPolicy : IfNotPresent
252252
253253# # @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments