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

Commit

Permalink
Merge pull request #24 from kluctl/upgrade-flux-kluctl-controller
Browse files Browse the repository at this point in the history
Upgrade flux kluctl controller to v0.15.0
  • Loading branch information
codablock authored Mar 6, 2023
2 parents 00bff1b + b7d134e commit 8281506
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 8 additions & 1 deletion charts/flux-kluctl-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## [flux-kluctl-controller-Unreleased](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.6...HEAD) (2023-02-27)
## [flux-kluctl-controller-Unreleased](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.7...HEAD) (2023-03-06)

### Fixes

* **flux-kluctl-controller:** Upgrade flux-kluctl-controller to 0.15.0
([da5719e](https://github.com/kluctl/charts/commit/da5719e78f563c39f2425bbe6206482abb8957d9))

### [flux-kluctl-controller-0.2.7](https://github.com/kluctl/charts/compare/flux-kluctl-controller-0.2.6...flux-kluctl-controller-0.2.7) (2023-02-27)

#### Fixes

* **flux-kluctl-controller:** Upgrade flux-kluctl-controller to v0.14.1
([7a52f6c](https://github.com/kluctl/charts/commit/7a52f6c185f163e4763488b672db8db17877fe97))

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.7
appVersion: "v0.14.1"
version: 0.2.8
appVersion: "v0.15.0"
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.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.14.1](https://img.shields.io/badge/AppVersion-v0.14.1-informational?style=flat-square)
![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-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)

A Helm chart for the flux-kluctl-controller

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.dryRun
name: DryRun
type: boolean
- jsonPath: .status.lastDeployResult.time
name: Deployed
type: date
Expand Down Expand Up @@ -98,6 +101,11 @@ spec:
required:
- provider
type: object
delete:
default: false
description: Delete enables deletion of the specified target when
the KluctlDeployment object gets deleted.
type: boolean
deployInterval:
description: DeployInterval specifies the interval at which to deploy
the KluctlDeployment. It defaults to the Interval value, meaning
Expand Down

0 comments on commit 8281506

Please sign in to comment.