mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/flux] Release 2.4.8 (#32288)
* [bitnami/flux] Release 2.4.8 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.4.7 (2025-02-19)
|
||||
## 2.4.8 (2025-03-04)
|
||||
|
||||
* [bitnami/flux] Release 2.4.7 ([#31997](https://github.com/bitnami/charts/pull/31997))
|
||||
* [bitnami/flux] Release 2.4.8 ([#32288](https://github.com/bitnami/charts/pull/32288))
|
||||
|
||||
## <small>2.4.7 (2025-02-19)</small>
|
||||
|
||||
* [bitnami/flux] Release 2.4.7 (#31997) ([aba94f9](https://github.com/bitnami/charts/commit/aba94f9c81568678315d0c7a0915f39064199acd)), closes [#31997](https://github.com/bitnami/charts/issues/31997)
|
||||
|
||||
## <small>2.4.6 (2025-02-14)</small>
|
||||
|
||||
|
||||
@@ -6,19 +6,19 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: fluxcd-helm-controller
|
||||
image: docker.io/bitnami/fluxcd-helm-controller:1.2.0-debian-12-r0
|
||||
image: docker.io/bitnami/fluxcd-helm-controller:1.2.0-debian-12-r2
|
||||
- name: fluxcd-image-automation-controller
|
||||
image: docker.io/bitnami/fluxcd-image-automation-controller:0.40.0-debian-12-r2
|
||||
image: docker.io/bitnami/fluxcd-image-automation-controller:0.40.0-debian-12-r3
|
||||
- name: fluxcd-image-reflector-controller
|
||||
image: docker.io/bitnami/fluxcd-image-reflector-controller:0.34.0-debian-12-r2
|
||||
image: docker.io/bitnami/fluxcd-image-reflector-controller:0.34.0-debian-12-r3
|
||||
- name: fluxcd-kustomize-controller
|
||||
image: docker.io/bitnami/fluxcd-kustomize-controller:1.4.0-debian-12-r13
|
||||
image: docker.io/bitnami/fluxcd-kustomize-controller:1.5.1-debian-12-r0
|
||||
- name: fluxcd-notification-controller
|
||||
image: docker.io/bitnami/fluxcd-notification-controller:1.5.0-debian-12-r1
|
||||
image: docker.io/bitnami/fluxcd-notification-controller:1.5.0-debian-12-r3
|
||||
- name: fluxcd-source-controller
|
||||
image: docker.io/bitnami/fluxcd-source-controller:1.5.0-debian-12-r2
|
||||
image: docker.io/bitnami/fluxcd-source-controller:1.5.0-debian-12-r4
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r38
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r39
|
||||
apiVersion: v2
|
||||
appVersion: 1.5.0
|
||||
dependencies:
|
||||
@@ -43,4 +43,4 @@ maintainers:
|
||||
name: flux
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/flux
|
||||
version: 2.4.7
|
||||
version: 2.4.8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://github.com/fluxcd/kustomize-controller/releases/download/v{version}/kustomize-controller.crds.yaml
|
||||
# Version: 1.4.0
|
||||
# Version: 1.5.1
|
||||
# VersionOf: fluxcd-kustomize-controller
|
||||
# Conditional: .Values.kustomizeController.installCRDs
|
||||
{{- if .Values.kustomizeController.installCRDs }}
|
||||
@@ -102,6 +102,17 @@ spec:
|
||||
required:
|
||||
- provider
|
||||
type: object
|
||||
deletionPolicy:
|
||||
description: |-
|
||||
DeletionPolicy can be used to control garbage collection when this
|
||||
Kustomization is deleted. Valid values are ('MirrorPrune', 'Delete',
|
||||
'Orphan'). 'MirrorPrune' mirrors the Prune field (orphan if false,
|
||||
delete if true). Defaults to 'MirrorPrune'.
|
||||
enum:
|
||||
- MirrorPrune
|
||||
- Delete
|
||||
- Orphan
|
||||
type: string
|
||||
dependsOn:
|
||||
description: |-
|
||||
DependsOn may contain a meta.NamespacedObjectReference slice
|
||||
@@ -129,6 +140,42 @@ spec:
|
||||
Force instructs the controller to recreate resources
|
||||
when patching fails due to an immutable field change.
|
||||
type: boolean
|
||||
healthCheckExprs:
|
||||
description: |-
|
||||
HealthCheckExprs is a list of healthcheck expressions for evaluating the
|
||||
health of custom resources using Common Expression Language (CEL).
|
||||
The expressions are evaluated only when Wait or HealthChecks are specified.
|
||||
items:
|
||||
description: CustomHealthCheck defines the health check for custom
|
||||
resources.
|
||||
properties:
|
||||
apiVersion:
|
||||
description: APIVersion of the custom resource under evaluation.
|
||||
type: string
|
||||
current:
|
||||
description: |-
|
||||
Current is the CEL expression that determines if the status
|
||||
of the custom resource has reached the desired state.
|
||||
type: string
|
||||
failed:
|
||||
description: |-
|
||||
Failed is the CEL expression that determines if the status
|
||||
of the custom resource has failed to reach the desired state.
|
||||
type: string
|
||||
inProgress:
|
||||
description: |-
|
||||
InProgress is the CEL expression that determines if the status
|
||||
of the custom resource has not yet reached the desired state.
|
||||
type: string
|
||||
kind:
|
||||
description: Kind of the custom resource under evaluation.
|
||||
type: string
|
||||
required:
|
||||
- apiVersion
|
||||
- current
|
||||
- kind
|
||||
type: object
|
||||
type: array
|
||||
healthChecks:
|
||||
description: A list of resources to be included in the health assessment.
|
||||
items:
|
||||
@@ -513,6 +560,14 @@ spec:
|
||||
required:
|
||||
- entries
|
||||
type: object
|
||||
lastAppliedOriginRevision:
|
||||
description: |-
|
||||
The last successfully applied origin revision.
|
||||
Equals the origin revision of the applied Artifact from the referenced Source.
|
||||
Usually present on the Metadata of the applied Artifact and depends on the
|
||||
Source type, e.g. for OCI it's the value associated with the key
|
||||
"org.opencontainers.image.revision".
|
||||
type: string
|
||||
lastAppliedRevision:
|
||||
description: |-
|
||||
The last successfully applied revision.
|
||||
|
||||
@@ -101,7 +101,7 @@ kustomizeController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-kustomize-controller
|
||||
tag: 1.4.0-debian-12-r13
|
||||
tag: 1.5.1-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -615,7 +615,7 @@ helmController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-helm-controller
|
||||
tag: 1.2.0-debian-12-r0
|
||||
tag: 1.2.0-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1129,7 +1129,7 @@ sourceController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-source-controller
|
||||
tag: 1.5.0-debian-12-r2
|
||||
tag: 1.5.0-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1742,7 +1742,7 @@ notificationController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-notification-controller
|
||||
tag: 1.5.0-debian-12-r1
|
||||
tag: 1.5.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -2368,7 +2368,7 @@ imageAutomationController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-image-automation-controller
|
||||
tag: 0.40.0-debian-12-r2
|
||||
tag: 0.40.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -2882,7 +2882,7 @@ imageReflectorController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-image-reflector-controller
|
||||
tag: 0.34.0-debian-12-r2
|
||||
tag: 0.34.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -3433,7 +3433,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r38
|
||||
tag: 12-debian-12-r39
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user