Skip to content

Commit ae2da2e

Browse files
authored
Merge pull request #53 from controlplaneio-fluxcd/update-charts
Update charts
2 parents 5cb9f2a + bdcd8b8 commit ae2da2e

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

charts/flux-instance/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 0.15.0
3-
appVersion: "v0.15.0"
2+
version: 0.16.0
3+
appVersion: "v0.16.0"
44
kubeVersion: ">=1.22.0-0"
55
type: application
66
name: flux-instance

charts/flux-instance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flux-instance
22

3-
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.0](https://img.shields.io/badge/AppVersion-v0.15.0-informational?style=flat-square)
3+
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.0](https://img.shields.io/badge/AppVersion-v0.16.0-informational?style=flat-square)
44

55
This chart is a thin wrapper around the `FluxInstance` custom resource, which is
66
used by the [Flux Operator](https://github.com/controlplaneio-fluxcd/flux-operator)

charts/flux-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 0.15.0
3-
appVersion: "v0.15.0"
2+
version: 0.16.0
3+
appVersion: "v0.16.0"
44
kubeVersion: ">=1.22.0-0"
55
type: application
66
name: flux-operator

charts/flux-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flux-operator
22

3-
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.0](https://img.shields.io/badge/AppVersion-v0.15.0-informational?style=flat-square)
3+
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.0](https://img.shields.io/badge/AppVersion-v0.16.0-informational?style=flat-square)
44

55
The [Flux Operator](https://github.com/controlplaneio-fluxcd/flux-operator) provides a
66
declarative API for the installation and upgrade of CNCF [Flux](https://fluxcd.io) and the

charts/flux-operator/templates/crds.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,19 @@ spec:
301301
Path is the path to the source directory containing
302302
the kustomize overlay or plain Kubernetes manifests.
303303
type: string
304+
provider:
305+
description: |-
306+
Provider specifies OIDC provider for source authentication.
307+
For OCIRepository and Bucket the provider can be set to 'aws', 'azure' or 'gcp'.
308+
for GitRepository the accepted value can be set to 'azure' or 'github'.
309+
To disable OIDC authentication the provider can be set to 'generic' or left empty.
310+
enum:
311+
- generic
312+
- aws
313+
- azure
314+
- gcp
315+
- github
316+
type: string
304317
pullSecret:
305318
description: |-
306319
PullSecret specifies the Kubernetes Secret containing the

0 commit comments

Comments
 (0)