Skip to content

Commit 11c0c99

Browse files
authored
chore: bump fcc to 0.1.1 (#74)
Signed-off-by: Artur Shad Nik <[email protected]>
1 parent 33026ef commit 11c0c99

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
@@ -157,7 +157,7 @@ Resource specifications for all klusterlet-managed containers.
157157
| `replicas` | fleetconfig-controller replica count | `1` |
158158
| `imageRegistry` | Image registry | `""` |
159159
| `image.repository` | Image repository | `quay.io/open-cluster-management/fleetconfig-controller` |
160-
| `image.tag` | Image tag | `v0.1.0` |
160+
| `image.tag` | Image tag | `v0.1.1` |
161161
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
162162
| `imagePullSecrets` | Image pull secrets | `[]` |
163163
| `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
@@ -292,7 +292,7 @@ imageRegistry: ""
292292
## @param image.pullPolicy Image pull policy
293293
image:
294294
repository: quay.io/open-cluster-management/fleetconfig-controller
295-
tag: v0.1.0
295+
tag: v0.1.1
296296
pullPolicy: IfNotPresent
297297

298298
## @param imagePullSecrets Image pull secrets

0 commit comments

Comments
 (0)