-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from fluxcd/update-deps
- Loading branch information
Showing
12 changed files
with
467 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
module github.com/fluxcd/helm-controller/api | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/fluxcd/pkg/apis/kustomize v0.0.1 | ||
github.com/fluxcd/pkg/apis/meta v0.9.0 | ||
github.com/fluxcd/pkg/runtime v0.11.0 | ||
k8s.io/apiextensions-apiserver v0.20.2 | ||
k8s.io/apimachinery v0.20.2 | ||
sigs.k8s.io/controller-runtime v0.8.3 | ||
github.com/fluxcd/pkg/apis/kustomize v0.1.0 | ||
github.com/fluxcd/pkg/apis/meta v0.10.0 | ||
github.com/fluxcd/pkg/runtime v0.12.0 | ||
k8s.io/apiextensions-apiserver v0.21.1 | ||
k8s.io/apimachinery v0.21.1 | ||
sigs.k8s.io/controller-runtime v0.9.0 | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
414 changes: 105 additions & 309 deletions
414
config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,8 +148,8 @@ spec: | |
kind: Pod | ||
metadata: | ||
annotations: | ||
d: 42 | ||
e: 42 | ||
d: "42" | ||
e: "42" | ||
name: json6902 | ||
`, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters