Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GitRepository sources in HelmReleases #197

Merged
merged 2 commits into from
Sep 3, 2020
Merged

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Sep 2, 2020

This PR upgrades the Toolkit components (helm-controller and source-controller) to the versions that include support for GitRepository sources in HelmChart and HelmRelease resources.

It also introduces some minor (but breaking) changes to the gotk create hr command, to take the kind of the --source into account, and includes a rename from --chart-name to --chart to match the name of the field in the spec of the HelmRelease again.

List of upgrades:

  • github.com/fluxcd/helm-controller/api to v0.0.6
  • github.com/fluxcd/source-controller/api to v0.0.13
  • k8s.io/api to v0.18.8
  • k8s.io/apiextensions-apiserver to v0.18.8
  • k8s.io/apimachinery to v0.18.8
  • k8s.io/client-go to v0.18.8
  • sigs.k8s.io/controller-runtime to v0.6.2

@hiddeco hiddeco added area/source Source API related issues and pull requests area/helm Helm related issues and pull requests labels Sep 2, 2020
@hiddeco hiddeco added the area/ci CI related issues and pull requests label Sep 2, 2020
@hiddeco hiddeco force-pushed the update-tk-components branch 2 times, most recently from 9e668e7 to ef4713c Compare September 2, 2020 18:02
@hiddeco hiddeco marked this pull request as draft September 2, 2020 18:13
@hiddeco hiddeco force-pushed the update-tk-components branch 4 times, most recently from 3ea6533 to 9c104ee Compare September 3, 2020 08:57
* github.com/fluxcd/helm-controller/api to v0.0.6
* github.com/fluxcd/source-controller/api to v0.0.13

* k8s.io/api to v0.18.8
* k8s.io/apiextensions-apiserver to v0.18.8
* k8s.io/apimachinery to v0.18.8
* k8s.io/client-go to v0.18.8
* sigs.k8s.io/controller-runtime to v0.6.2
@hiddeco hiddeco changed the title Upgrade Toolkit components and K8S deps Support GitRepository sources in HelmReleases Sep 3, 2020
@hiddeco hiddeco marked this pull request as ready for review September 3, 2020 09:23
@hiddeco hiddeco merged commit 330e21e into master Sep 3, 2020
@hiddeco hiddeco deleted the update-tk-components branch September 3, 2020 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests area/helm Helm related issues and pull requests area/source Source API related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants