Skip to content

Commit

Permalink
Supporting Flux installations prior to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jan 18, 2024
1 parent ab11893 commit 0f2cff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controllers/helmreleaseController.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var helmReleaseResource = schema.GroupVersionResource{
Group: "helm.toolkit.fluxcd.io",
Version: "v2beta2",
Version: "v2beta1",
Resource: "helmreleases",
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/flux/flux.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (

helmReleaseGVR = schema.GroupVersionResource{
Group: "helm.toolkit.fluxcd.io",
Version: "v2beta2",
Version: "v2beta1",
Resource: "helmreleases",
}
)
Expand Down

0 comments on commit 0f2cff1

Please sign in to comment.