Skip to content

Commit

Permalink
Update to Flux 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 25, 2023
1 parent fb9654e commit 4ec8ab5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
annotations:
artifacthub.io/changes: |
- "feat: enable labeling of deployments"
- "feat: upgrade to FluxCD 2.1.2"
apiVersion: v2
appVersion: 2.1.1
description: A Helm chart for flux2
Expand Down
8 changes: 4 additions & 4 deletions charts/flux2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| cli.image | string | `"ghcr.io/fluxcd/flux-cli"` | |
| cli.nodeSelector | object | `{}` | |
| cli.serviceAccount.automount | bool | `true` | |
| cli.tag | string | `"v2.1.1"` | |
| cli.tag | string | `"v2.1.2"` | |
| cli.tolerations | list | `[]` | |
| clusterDomain | string | `"cluster.local"` | |
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
Expand All @@ -40,7 +40,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| helmController.serviceAccount.annotations | object | `{}` | |
| helmController.serviceAccount.automount | bool | `true` | |
| helmController.serviceAccount.create | bool | `true` | |
| helmController.tag | string | `"v0.36.1"` | |
| helmController.tag | string | `"v0.36.2"` | |
| helmController.tolerations | list | `[]` | |
| imageAutomationController.affinity | object | `{}` | |
| imageAutomationController.annotations."prometheus.io/port" | string | `"8080"` | |
Expand Down Expand Up @@ -104,7 +104,7 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| kustomizeController.serviceAccount.annotations | object | `{}` | |
| kustomizeController.serviceAccount.automount | bool | `true` | |
| kustomizeController.serviceAccount.create | bool | `true` | |
| kustomizeController.tag | string | `"v1.1.0"` | |
| kustomizeController.tag | string | `"v1.1.1"` | |
| kustomizeController.tolerations | list | `[]` | |
| logLevel | string | `"info"` | |
| 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. |
Expand Down Expand Up @@ -160,6 +160,6 @@ This helm chart is maintain and released by the fluxcd-community on a best effor
| sourceController.serviceAccount.annotations | object | `{}` | |
| sourceController.serviceAccount.automount | bool | `true` | |
| sourceController.serviceAccount.create | bool | `true` | |
| sourceController.tag | string | `"v1.1.1"` | |
| sourceController.tag | string | `"v1.1.2"` | |
| sourceController.tolerations | list | `[]` | |
| watchAllNamespaces | bool | `true` | |
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/helm-controller:v0.36.1
image: ghcr.io/fluxcd/helm-controller:v0.36.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/kustomize-controller:v1.1.0
image: ghcr.io/fluxcd/kustomize-controller:v1.1.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ should match snapshot of default values:
- --pre
- --namespace
- NAMESPACE
image: ghcr.io/fluxcd/flux-cli:v2.1.1
image: ghcr.io/fluxcd/flux-cli:v2.1.2
name: flux-cli
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ should match snapshot of default values:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/fluxcd/source-controller:v1.1.1
image: ghcr.io/fluxcd/source-controller:v1.1.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions charts/flux2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clusterDomain: cluster.local

cli:
image: ghcr.io/fluxcd/flux-cli
tag: v2.1.1
tag: v2.1.2
nodeSelector: {}
affinity: {}
tolerations: []
Expand All @@ -33,7 +33,7 @@ cli:
helmController:
create: true
image: ghcr.io/fluxcd/helm-controller
tag: v0.36.1
tag: v0.36.2
resources:
limits: {}
# cpu: 1000m
Expand Down Expand Up @@ -137,7 +137,7 @@ imageReflectionController:
kustomizeController:
create: true
image: ghcr.io/fluxcd/kustomize-controller
tag: v1.1.0
tag: v1.1.1
resources:
limits: {}
# cpu: 1000m
Expand Down Expand Up @@ -220,7 +220,7 @@ notificationController:
sourceController:
create: true
image: ghcr.io/fluxcd/source-controller
tag: v1.1.1
tag: v1.1.2
resources:
limits: {}
# cpu: 1000m
Expand Down

0 comments on commit 4ec8ab5

Please sign in to comment.