apiVersion: kpt.dev/v1
kind: Kptfile
metadata:
  name: manifests
upstream:
  type: git
  git:
    repo: https://github.com/argoproj/argo-workflows
    directory: /manifests
    ref: v3.5.14
  updateStrategy: resource-merge
upstreamLock:
  type: git
  git:
    repo: https://github.com/argoproj/argo-workflows
    directory: /manifests
    ref: v3.5.14
    commit: d94c214176716ece96974fd98ac5107c38d61344
