Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Upgrade flux kluctl controller to v0.16.1 (#28)
Browse files Browse the repository at this point in the history
* feat(flux-kluctl-controller): Upgrade flux-kluctl-controller to v0.16.1

* docs(flux-kluctl-controller): Update Readme

Signed-off-by: Alexander Block <[email protected]>

* docs(flux-kluctl-controller): Update Changelog

Signed-off-by: Alexander Block <[email protected]>

* chore(flux-kluctl-controller): Bump chart to

Signed-off-by: Alexander Block <[email protected]>

---------

Signed-off-by: Alexander Block <[email protected]>
  • Loading branch information
codablock authored May 31, 2023
1 parent 106c868 commit a330a24
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
11 changes: 9 additions & 2 deletions charts/flux-kluctl-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## [flux-kluctl-controller-Unreleased](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.8...HEAD) (2023-05-12)
## [flux-kluctl-controller-Unreleased](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.9...HEAD) (2023-05-31)

### Features

* **flux-kluctl-controller:** Upgrade flux-kluctl-controller to v0.16.1
([b7c8403](https://github.com/kluctl/charts/commit/b7c8403103249c61a3b5f701d08e1e2961fd1dce))

### [flux-kluctl-controller-0.2.9](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.8...flux-kluctl-controller-0.2.9) (2023-05-12)

#### Features

* **flux-kluctl-controller:** Allow users to specify additional env variables
([0b72204](https://github.com/kluctl/charts/commit/0b7220424e62404600bd776a260aef3b37930a53))

### Fixes
#### Fixes

* **flux-kluctl-controller:** Upgrade flux-kluctl-controller to v0.15.1
([20b414d](https://github.com/kluctl/charts/commit/20b414d8040e7de53bfa96734b0b7ba2ebca08d4))
Expand Down
4 changes: 2 additions & 2 deletions charts/flux-kluctl-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
name: codablock
description: A Helm chart for the flux-kluctl-controller
type: application
version: 0.2.9
appVersion: "v0.15.1"
version: 0.2.10
appVersion: "v0.16.1"
2 changes: 1 addition & 1 deletion charts/flux-kluctl-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux-kluctl-controller

![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.15.1](https://img.shields.io/badge/AppVersion-v0.15.1-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.1](https://img.shields.io/badge/AppVersion-v0.16.1-informational?style=flat-square)

A Helm chart for the flux-kluctl-controller

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,12 @@ spec:
type: integer
rawTarget:
type: string
readyForMigration:
description: ReadyForMigration is used to signal the new controller
that this object is handled by a legacy controller version that
will honor the existence of KluctlDeployment objects from the gitops.kluctl.io
group.
type: boolean
type: object
type: object
served: true
Expand Down
14 changes: 14 additions & 0 deletions charts/flux-kluctl-controller/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ rules:
- get
- patch
- update
- apiGroups:
- gitops.kluctl.io
resources:
- kluctldeployments
verbs:
- get
- list
- watch
- apiGroups:
- gitops.kluctl.io
resources:
- kluctldeployments/status
verbs:
- get
- apiGroups:
- source.toolkit.fluxcd.io
resources:
Expand Down

0 comments on commit a330a24

Please sign in to comment.