
Upgrades flux Kptfiles to be compatible with the new format required by kpt v1.0-beta. Also updates the README file to reflect new CLI command syntax and package update procedure. Closes: #598 Change-Id: I6da83aa662b4039a402614135662f4ce03dbe97a
20 lines
422 B
Plaintext
20 lines
422 B
Plaintext
apiVersion: kpt.dev/v1
|
|
kind: Kptfile
|
|
metadata:
|
|
name: manager
|
|
upstream:
|
|
type: git
|
|
git:
|
|
repo: https://github.com/fluxcd/helm-controller
|
|
directory: config/manager
|
|
ref: v0.11.1
|
|
updateStrategy: resource-merge
|
|
upstreamLock:
|
|
type: git
|
|
git:
|
|
repo: https://github.com/fluxcd/helm-controller
|
|
directory: config/manager
|
|
ref: v0.11.1
|
|
commit: 9e983b746eb58201a46d8be77ddf58d903ce2e9d
|
|
pipeline: {}
|