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