[bitnami/flux] Update Flux notification api version (#22232)

* [bitnami/flux] Update Flux Notification Controller API version

Signed-off-by: mdhont <michield@vmware.com>
This commit is contained in:
Michiel
2024-01-17 11:51:24 +01:00
committed by GitHub
parent 85fc083c02
commit b836cb9bfb
4 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ extraDeploy:
# This is for image-reflector-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/image/imagerepositories/
- apiVersion: image.toolkit.fluxcd.io/v1beta1
- apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageRepository
metadata:
name: vib-image-rep-podinfo

View File

@@ -43,4 +43,4 @@ maintainers:
name: flux
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/flux
version: 1.3.0
version: 1.3.1

View File

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

View File

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