mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
Update flux with valid CRDs (#16879)
Signed-off-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
committed by
GitHub
parent
358ca646a2
commit
ed00c2d157
@@ -25,4 +25,4 @@ maintainers:
|
||||
name: flux
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/flux
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
|
||||
@@ -605,7 +605,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `imageAutomationController.enabled` | Enable Image Automation Controller | `true` |
|
||||
| `imageAutomationController.image.registry` | Image Automation Controller image registry | `docker.io` |
|
||||
| `imageAutomationController.image.repository` | Image Automation Controller image repository | `bitnami/fluxcd-image-automation-controller` |
|
||||
| `imageAutomationController.image.tag` | Image Automation Controller image tag (immutable tags are recommended) | `0.32.0-debian-11-r8` |
|
||||
| `imageAutomationController.image.tag` | Image Automation Controller image tag (immutable tags are recommended) | `0.31.0-debian-11-r8` |
|
||||
| `imageAutomationController.image.digest` | Image Automation Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
|
||||
| `imageAutomationController.image.pullPolicy` | Image Automation Controller image pull policy | `IfNotPresent` |
|
||||
| `imageAutomationController.image.pullSecrets` | Image Automation Controller image pull secrets | `[]` |
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
- jsonPath: .status.conditions[?(@.type=="Ready")].message
|
||||
name: Status
|
||||
type: string
|
||||
name: v1
|
||||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: Receiver is the Schema for the receivers API
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
- jsonPath: .metadata.creationTimestamp
|
||||
name: Age
|
||||
type: date
|
||||
name: v1
|
||||
name: v1beta1
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
description: GitRepository is the Schema for the gitrepositories API
|
||||
|
||||
@@ -1971,7 +1971,7 @@ imageAutomationController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/fluxcd-image-automation-controller
|
||||
tag: 0.32.0-debian-11-r8
|
||||
tag: 0.31.0-debian-11-r8
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user