Skip to content

Commit 00cef3a

Browse files
Add hybrid helm binary to operator-sdk (#5504)
* [hybrid] Add hybrid helm plugin binary This PR introduces a new binary to scaffold hybrid helm projects. For more details on what hybrid helm is, please refer: https://github.com/operator-framework/enhancements/blob/master/enhancements/hybrid-helm-operator.md For details on the hybrid plugin and the library, please refer: https://github.com/operator-framework/helm-operator-plugins Signed-off-by: varshaprasad96 <[email protected]> * update scaffolding for 0.0.9 release Signed-off-by: varshaprasad96 <[email protected]>
1 parent f5a67f6 commit 00cef3a

File tree

5 files changed

+136
-12
lines changed

5 files changed

+136
-12
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ require (
77
github.com/fatih/structtag v1.1.0
88
github.com/go-logr/logr v1.2.0
99
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
10-
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
10+
github.com/iancoleman/strcase v0.1.2
1111
github.com/kr/text v0.2.0
1212
github.com/markbates/inflect v1.0.4
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1414
github.com/onsi/ginkgo v1.16.5
1515
github.com/onsi/gomega v1.17.0
1616
github.com/operator-framework/api v0.11.2-0.20220118170607-6b187a1d0908
17+
github.com/operator-framework/helm-operator-plugins v0.0.9
1718
github.com/operator-framework/java-operator-plugins v0.1.0
1819
github.com/operator-framework/operator-lib v0.10.0
1920
github.com/operator-framework/operator-registry v1.19.5

0 commit comments

Comments
 (0)