fix(system-upgrade-controller): correct revision to git tag - missing 'v' prefix
This commit is contained in:
parent
492f267030
commit
7871f5a3fb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
path: manifests/
|
path: manifests/
|
||||||
repoURL: https://github.com/rancher/system-upgrade-controller.git
|
repoURL: https://github.com/rancher/system-upgrade-controller.git
|
||||||
targetRevision: 0.13.1
|
targetRevision: v0.13.1
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: system-upgrade
|
namespace: system-upgrade
|
||||||
|
|
|
||||||
Reference in a new issue