Skip to content

Commit c5cc2dc

Browse files
committed
Update to fluxcd 2.15.1
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 01b6e3a commit c5cc2dc

File tree

9 files changed

+780
-601
lines changed

9 files changed

+780
-601
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- "[Chore]: Update App Version to upstream 2.2.3"
3+
- "[Chore]: Update App Version to upstream 2.5.1"
44
apiVersion: v2
5-
appVersion: 2.3.0
5+
appVersion: 2.5.1
66
description: A Helm chart for flux2
77
name: flux2
88
sources:
99
- https://github.com/fluxcd-community/helm-charts
1010
type: application
11-
version: 2.13.0
11+
version: 2.15.0

pkg/manager/agent-manifests/flux2/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flux2
22

3-
![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
3+
![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.1](https://img.shields.io/badge/AppVersion-2.5.1-informational?style=flat-square)
44

55
A Helm chart for flux2
66

@@ -19,7 +19,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
1919
| cli.image | string | `"ghcr.io/fluxcd/flux-cli"` | |
2020
| cli.nodeSelector | object | `{}` | |
2121
| cli.serviceAccount.automount | bool | `true` | |
22-
| cli.tag | string | `"v2.3.0"` | |
22+
| cli.tag | string | `"v2.5.1"` | |
2323
| cli.tolerations | list | `[]` | |
2424
| clusterDomain | string | `"cluster.local"` | |
2525
| crds.annotations | object | `{}` | Add annotations to all CRD resources, e.g. "helm.sh/resource-policy": keep |
@@ -41,7 +41,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
4141
| helmController.serviceAccount.annotations | object | `{}` | |
4242
| helmController.serviceAccount.automount | bool | `true` | |
4343
| helmController.serviceAccount.create | bool | `true` | |
44-
| helmController.tag | string | `"v1.0.1"` | |
44+
| helmController.tag | string | `"v1.2.0"` | |
4545
| helmController.tolerations | list | `[]` | |
4646
| imageAutomationController.affinity | object | `{}` | |
4747
| imageAutomationController.annotations."prometheus.io/port" | string | `"8080"` | |
@@ -60,7 +60,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
6060
| imageAutomationController.serviceAccount.annotations | object | `{}` | |
6161
| imageAutomationController.serviceAccount.automount | bool | `true` | |
6262
| imageAutomationController.serviceAccount.create | bool | `true` | |
63-
| imageAutomationController.tag | string | `"v0.38.0"` | |
63+
| imageAutomationController.tag | string | `"v0.40.0"` | |
6464
| imageAutomationController.tolerations | list | `[]` | |
6565
| imagePullSecrets | list | `[]` | contents of pod imagePullSecret in form 'name=[secretName]'; applied to all controllers |
6666
| imageReflectionController.affinity | object | `{}` | |
@@ -80,7 +80,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
8080
| imageReflectionController.serviceAccount.annotations | object | `{}` | |
8181
| imageReflectionController.serviceAccount.automount | bool | `true` | |
8282
| imageReflectionController.serviceAccount.create | bool | `true` | |
83-
| imageReflectionController.tag | string | `"v0.32.0"` | |
83+
| imageReflectionController.tag | string | `"v0.34.0"` | |
8484
| imageReflectionController.tolerations | list | `[]` | |
8585
| installCRDs | bool | `true` | |
8686
| kustomizeController.affinity | object | `{}` | |
@@ -105,7 +105,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
105105
| kustomizeController.serviceAccount.annotations | object | `{}` | |
106106
| kustomizeController.serviceAccount.automount | bool | `true` | |
107107
| kustomizeController.serviceAccount.create | bool | `true` | |
108-
| kustomizeController.tag | string | `"v1.3.0"` | |
108+
| kustomizeController.tag | string | `"v1.5.1"` | |
109109
| kustomizeController.tolerations | list | `[]` | |
110110
| logLevel | string | `"info"` | |
111111
| multitenancy.defaultServiceAccount | string | `"default"` | All Kustomizations and HelmReleases which don’t have spec.serviceAccountName specified, will use the default account from the tenant’s namespace. Tenants have to specify a service account in their Flux resources to be able to deploy workloads in their namespaces as the default account has no permissions. |
@@ -130,7 +130,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
130130
| notificationController.serviceAccount.annotations | object | `{}` | |
131131
| notificationController.serviceAccount.automount | bool | `true` | |
132132
| notificationController.serviceAccount.create | bool | `true` | |
133-
| notificationController.tag | string | `"v1.3.0"` | |
133+
| notificationController.tag | string | `"v1.5.0"` | |
134134
| notificationController.tolerations | list | `[]` | |
135135
| notificationController.webhookReceiver.ingress.annotations | object | `{}` | |
136136
| notificationController.webhookReceiver.ingress.create | bool | `false` | |
@@ -170,6 +170,6 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
170170
| sourceController.serviceAccount.annotations | object | `{}` | |
171171
| sourceController.serviceAccount.automount | bool | `true` | |
172172
| sourceController.serviceAccount.create | bool | `true` | |
173-
| sourceController.tag | string | `"v1.3.0"` | |
173+
| sourceController.tag | string | `"v1.5.0"` | |
174174
| sourceController.tolerations | list | `[]` | |
175175
| watchAllNamespaces | bool | `true` | |

0 commit comments

Comments
 (0)