Skip to content

Commit 2ba0513

Browse files
authored
chore: bump to v0.0.3 (#22)
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 2845d9e commit 2ba0513

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
@@ -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 | `{}` |

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

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

0 commit comments

Comments
 (0)