Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2698 from fluxcd/prep-chart-1.0.0
Browse files Browse the repository at this point in the history
Remove Helm Operator from Flux chart
  • Loading branch information
stefanprodan authored Dec 17, 2019
2 parents 0b070c2 + 9919161 commit 38b7cf4
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 428 deletions.
18 changes: 18 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.0.0 (2019-12-16)

**Note** The Helm Operator manifests have been **removed** from this chart.
Please see the [install instruction](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator)
for Helm Operator v1.0.0. To keep using the same SSH key as Flux see the docs
[here](https://github.com/fluxcd/helm-operator/tree/master/chart/helm-operator#use-fluxs-git-deploy-key).
The upgrade procedure for `HelmReleases` from `v1beta1` to `v1` can be found
[here](https://docs.fluxcd.io/projects/helm-operator/en/latest/guides/upgrading-to-ga.html).

### Improvements

- Updated Flux to `1.17.0`
[fluxcd/flux#2693](https://github.com/fluxcd/flux/pull/2693)
- Add a ServiceMonitor template
[fluxcd/flux#2668](https://github.com/fluxcd/flux/pull/2668)
- Update the automation interval flag in the chart
[fluxcd/flux#2551](https://github.com/fluxcd/flux/pull/2551)

## 0.16.0 (2019-11-28)

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.16.0"
version: 0.16.0
appVersion: "1.17.0"
version: 1.0.0
kubeVersion: ">=1.9.0-0"
name: flux
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control
Expand Down
9 changes: 0 additions & 9 deletions chart/flux/templates/flux-helm-repositories.yaml

This file was deleted.

149 changes: 0 additions & 149 deletions chart/flux/templates/helm-operator-crd.yaml

This file was deleted.

173 changes: 0 additions & 173 deletions chart/flux/templates/helm-operator-deployment.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions chart/flux/templates/helm-tls.yaml

This file was deleted.

Loading

0 comments on commit 38b7cf4

Please sign in to comment.