Skip to content

Commit

Permalink
Merge pull request #13 from controlplaneio-fluxcd/update-charts
Browse files Browse the repository at this point in the history
Update flux-operator to v0.5.0
  • Loading branch information
stefanprodan authored Jun 17, 2024
2 parents be12a56 + 239bcc4 commit 32c902d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/flux-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.4.0
appVersion: "v0.4.0"
version: 0.5.0
appVersion: "v0.5.0"
kubeVersion: ">=1.22.0-0"
type: application
name: flux-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/flux-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux-operator

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square)

The [Flux Operator](https://github.com/controlplaneio-fluxcd) provides a declarative API
for the installation and upgrade of CNCF [Flux](https://fluxcd.io) and the
Expand Down
7 changes: 7 additions & 0 deletions charts/flux-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ spec:
description: Distribution specifies the version and container registry
to pull images from.
properties:
artifact:
description: |-
Artifact is the URL to the OCI artifact containing
the latest Kubernetes manifests for the distribution,
e.g. 'oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest'.
pattern: ^oci://.*$
type: string
imagePullSecret:
description: |-
ImagePullSecret is the name of the Kubernetes secret
Expand Down

0 comments on commit 32c902d

Please sign in to comment.