github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/08-differential-package/jackal.yaml (about) 1 kind: JackalPackageConfig 2 metadata: 3 name: differential-package 4 version: "###JACKAL_PKG_TMPL_PACKAGE_VERSION###" 5 description: Demo Jackal loading resources into a gitops service 6 7 components: 8 - name: versioned-assets 9 required: true 10 images: 11 - ghcr.io/stefanprodan/podinfo:6.0.0 12 - ghcr.io/Racer159/jackal/agent:###JACKAL_PKG_TMPL_PACKAGE_VERSION### 13 repos: 14 - https://github.com/Racer159/jackal.git@c74e2e9626da0400e0a41e78319b3054c53a5d4e 15 - https://github.com/Racer159/jackal.git@refs/tags/###JACKAL_PKG_TMPL_PACKAGE_VERSION### 16 17 - name: generalized-assets 18 required: true 19 images: 20 - ghcr.io/stefanprodan/podinfo:latest 21 repos: 22 # Do a full Git Repo Mirror 23 - https://github.com/stefanprodan/podinfo.git 24 - https://github.com/kelseyhightower/nocode.git 25 - https://github.com/Racer159/jackal.git@refs/heads/main