mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user