Update flux with valid CRDs (#16879)

Signed-off-by: sfelipe <sfelipe@vmware.com>
This commit is contained in:
Felipe V.C. Serafim
2023-05-24 12:41:42 +02:00
committed by GitHub
parent 358ca646a2
commit ed00c2d157
6 changed files with 8 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ extraDeploy:
kind: GitRepository
name: vib-podinfo
path: "./kustomize"
prune: true
prune: false
# This is for helm-controller and source-controller
# We use bitnami charts for not causing conflicts with the deployment above
- apiVersion: source.toolkit.fluxcd.io/v1beta2
@@ -138,7 +138,7 @@ extraDeploy:
# This is for image-notification-controller. We will use the metrics to ensure that it is consumed
# and therefore RBAC is correct. The values do not need to be correct
# Source: https://fluxcd.io/flux/components/notification/receiver/
- apiVersion: notification.toolkit.fluxcd.io/v1
- apiVersion: notification.toolkit.fluxcd.io/v1beta2
kind: Receiver
metadata:
name: vib-github-receiver
@@ -151,7 +151,7 @@ extraDeploy:
secretRef:
name: receiver-token
resources:
- apiVersion: source.toolkit.fluxcd.io/v1
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
name: bitnami-charts
namespace: '{{ include "common.names.namespace" . }}'

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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

View File

@@ -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

View File

@@ -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'