11 lines
216 B
YAML
11 lines
216 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: weave-gitops
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://github.com/weaveworks/weave-gitops
|
|
ref:
|
|
tag: v0.39.0-rc.2
|