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

View File

@@ -25,4 +25,4 @@ maintainers:
name: flux name: flux
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/flux - 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.enabled` | Enable Image Automation Controller | `true` |
| `imageAutomationController.image.registry` | Image Automation Controller image registry | `docker.io` | | `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.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.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.pullPolicy` | Image Automation Controller image pull policy | `IfNotPresent` |
| `imageAutomationController.image.pullSecrets` | Image Automation Controller image pull secrets | `[]` | | `imageAutomationController.image.pullSecrets` | Image Automation Controller image pull secrets | `[]` |

View File

@@ -25,7 +25,7 @@ spec:
- jsonPath: .status.conditions[?(@.type=="Ready")].message - jsonPath: .status.conditions[?(@.type=="Ready")].message
name: Status name: Status
type: string type: string
name: v1 name: v1beta1
schema: schema:
openAPIV3Schema: openAPIV3Schema:
description: Receiver is the Schema for the receivers API description: Receiver is the Schema for the receivers API

View File

@@ -30,7 +30,7 @@ spec:
- jsonPath: .metadata.creationTimestamp - jsonPath: .metadata.creationTimestamp
name: Age name: Age
type: date type: date
name: v1 name: v1beta1
schema: schema:
openAPIV3Schema: openAPIV3Schema:
description: GitRepository is the Schema for the gitrepositories API description: GitRepository is the Schema for the gitrepositories API

View File

@@ -1971,7 +1971,7 @@ imageAutomationController:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/fluxcd-image-automation-controller repository: bitnami/fluxcd-image-automation-controller
tag: 0.32.0-debian-11-r8 tag: 0.31.0-debian-11-r8
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'