
This updates the Flux manifests to the latest versions, which includes a fix [0] to Helm chart rendering which was impacting the OSH charts. [0]: https://github.com/fluxcd/helm-controller/pull/172 This also adds Kptfiles to each of the functions to make it trivial to update them. Relates-To: #430 Change-Id: Ic12bc6a8460542fd943ed3539cf1be19b6525dbc
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
apiVersion: kpt.dev/v1alpha1
|
|
kind: Kptfile
|
|
upstream:
|
|
type: git
|
|
git:
|
|
commit: 0ba6fc1b366bd6f2ce231d3ac8a95eac57ff8554
|
|
repo: https://github.com/fluxcd/flux2
|
|
directory: manifests/policies
|
|
ref: v0.5.1
|
|
dependencies:
|
|
- name: upstream/rbac
|
|
git:
|
|
repo: https://github.com/fluxcd/flux2
|
|
directory: manifests/rbac
|
|
ref: v0.5.1
|
|
- name: upstream/policies
|
|
git:
|
|
repo: https://github.com/fluxcd/flux2
|
|
directory: manifests/policies
|
|
ref: v0.5.1
|