Skip to content

Commit 1da2d23

Browse files
authored
chore: bump fcc to v0.0.11 (#48)
* chore: bump to v0.0.11 Signed-off-by: Tyler Gillson <[email protected]> * chore: make reviewable Signed-off-by: Tyler Gillson <[email protected]> --------- Signed-off-by: Tyler Gillson <[email protected]>
1 parent 3e6de26 commit 1da2d23

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
@@ -151,7 +151,7 @@ Resource specifications for all klusterlet-managed containers.
151151
| `replicas` | fleetconfig-controller replica count | `1` |
152152
| `imageRegistry` | Image registry | `""` |
153153
| `image.repository` | Image repository | `quay.io/open-cluster-management/fleetconfig-controller` |
154-
| `image.tag` | Image tag | `v0.0.10` |
154+
| `image.tag` | Image tag | `v0.0.11` |
155155
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
156156
| `imagePullSecrets` | Image pull secrets | `[]` |
157157
| `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
@@ -273,7 +273,7 @@ imageRegistry: ""
273273
## @param image.pullPolicy Image pull policy
274274
image:
275275
repository: quay.io/open-cluster-management/fleetconfig-controller
276-
tag: v0.0.10
276+
tag: v0.0.11
277277
pullPolicy: IfNotPresent
278278

279279
## @param imagePullSecrets Image pull secrets

0 commit comments

Comments
 (0)