Skip to content

Commit 4d016ec

Browse files
committed
chore: bump fleetconfig-controller to v0.0.12
Signed-off-by: Artur Shad Nik <arturshadnik@gmail.com>
1 parent f6340bb commit 4d016ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fleetconfig-controller/charts/fleetconfig-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | `{}` |

fleetconfig-controller/charts/fleetconfig-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ imageRegistry: ""
277277
## @param image.pullPolicy Image pull policy
278278
image:
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

0 commit comments

Comments
 (0)