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 @@ -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.6 ` |
161+ | `image.tag` | Image tag | `v0.1.7 ` |
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 @@ -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.6
297+ tag: v0.1.7
298298 pullPolicy: IfNotPresent
299299
300300## @param imagePullSecrets Image pull secrets
You can’t perform that action at this time.
0 commit comments