Skip to content

Commit c5ecef2

Browse files
Update and clean up library helpers (#101)
* update library * remove old example * Update scaffolding versions * Update test files Signed-off-by: varshaprasad96 <[email protected]> * Update testdata for hybrid helm operator Signed-off-by: varshaprasad96 <[email protected]> * revert variable in watches.yaml * bump go releaser version Signed-off-by: varshaprasad96 <[email protected]> * bump c-r versions * address review comments * fix dockerfile * Additional tests for watches * Modify gid while copying file in dockerfile * make modification to dockerfile Signed-off-by: varshaprasad96 <[email protected]> * bump envtest k8s binaries to 1.22
1 parent e3bd72e commit c5ecef2

File tree

112 files changed

+2989
-1078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2989
-1078
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lint:
8484
.PHONY: release
8585
release: GORELEASER_ARGS ?= --snapshot --rm-dist --skip-sign
8686
release:
87-
fetch goreleaser 0.156.2 && goreleaser $(GORELEASER_ARGS)
87+
fetch goreleaser 0.177.0 && goreleaser $(GORELEASER_ARGS)
8888

8989
.PHONY: clean
9090
clean:

example/Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/Makefile

Lines changed: 0 additions & 57 deletions
This file was deleted.

example/config/certmanager/certificate.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

example/config/certmanager/kustomization.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/config/certmanager/kustomizeconfig.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

example/config/crd/kustomization.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

example/config/crd/patches/cainjection_in_nginxes.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

example/config/crd/patches/webhook_in_tomcats.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

example/config/default/kustomization.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)