Skip to content

Commit

Permalink
feat: support helm release version helm.toolkit.fluxcd.io/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Jun 1, 2024
1 parent 72bb74d commit 39d9ef6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/k8s/fluxcd/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export const fluxcdObjects = [
],
api: kustomizationApi,
},
{ kind: 'HelmRelease', apiVersions: ['helm.toolkit.fluxcd.io/v2beta1'], api: helmReleaseApi },
{
kind: 'HelmRelease',
apiVersions: ['helm.toolkit.fluxcd.io/v2beta1', 'helm.toolkit.fluxcd.io/v2'],
api: helmReleaseApi,
},
{
kind: 'GitRepository',
apiVersions: [
Expand Down

0 comments on commit 39d9ef6

Please sign in to comment.