Skip to content

Commit d62ba72

Browse files
authored
chore: bump fleetconfig-controller to v0.0.8 (#36)
Signed-off-by: Artur Shad Nik <[email protected]>
1 parent ab20145 commit d62ba72

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
@@ -115,7 +115,7 @@ Refer to the [Multicluster Controlplane configuration](https://github.com/open-c
115115
| `replicas` | fleetconfig-controller replica count | `1` |
116116
| `imageRegistry` | Image registry | `""` |
117117
| `image.repository` | Image repository | `quay.io/open-cluster-management/fleetconfig-controller` |
118-
| `image.tag` | Image tag | `v0.0.7` |
118+
| `image.tag` | Image tag | `v0.0.8` |
119119
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
120120
| `imagePullSecrets` | Image pull secrets | `[]` |
121121
| `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.7
280+
tag: v0.0.8
281281
pullPolicy: IfNotPresent
282282

283283
## @param imagePullSecrets Image pull secrets

0 commit comments

Comments
 (0)