File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
annotations :
2
2
artifacthub.io/changes : |
3
- - "[Chore ]: Update App Version to upstream 2.5.1 "
3
+ - "[feat(flux2) ]: allow skipping the pre-install checks "
4
4
apiVersion : v2
5
5
appVersion : 2.5.1
6
6
description : A Helm chart for flux2
7
7
name : flux2
8
8
sources :
9
9
- https://github.com/fluxcd-community/helm-charts
10
10
type : application
11
- version : 2.15.0
11
+ version : 2.15.1
Original file line number Diff line number Diff line change 1
1
# flux2
2
2
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 )
3
+ ![ Version: 2.15.1 ] ( https://img.shields.io/badge/Version-2.15.1 -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 )
4
4
5
5
A Helm chart for flux2
6
6
@@ -142,6 +142,7 @@ This helm chart is maintained and released by the fluxcd-community on a best eff
142
142
| notificationController.webhookReceiver.service.annotations | object | ` {} ` | |
143
143
| notificationController.webhookReceiver.service.labels | object | ` {} ` | |
144
144
| policies.create | bool | ` true ` | |
145
+ | preInstallChecks | bool | ` true ` | allows to skip the pre-install checks when disabled |
145
146
| prometheus.podMonitor.create | bool | ` false ` | Enables podMonitor endpoint |
146
147
| prometheus.podMonitor.podMetricsEndpoints[ 0] .port | string | ` "http-prom" ` | |
147
148
| prometheus.podMonitor.podMetricsEndpoints[ 0] .relabelings[ 0] .action | string | ` "keep" ` | |
Original file line number Diff line number Diff line change
1
+ {{- if .Values.preInstallChecks -}}
1
2
apiVersion : batch/v1
2
3
kind : Job
3
4
metadata :
70
71
{{- with .Values.cli.tolerations }}
71
72
tolerations : {{ toYaml . | nindent 8 }}
72
73
{{- end }}
74
+ {{- end }}
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ multitenancy:
21
21
22
22
clusterDomain : cluster.local
23
23
24
+ # -- allows to skip the pre-install checks when disabled
25
+ preInstallChecks : true
26
+
24
27
cli :
25
28
image : ghcr.io/fluxcd/flux-cli
26
29
tag : v2.5.1
You can’t perform that action at this time.
0 commit comments