13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
# package_repository/packages/{pkg}/ contains specific SHAs of images
|
|
# we are using 0.0.0- to indicate dev versions of images
|
|
*0.0.0*
|
|
|
|
# installation artifacts will be generated here
|
|
deploy_carvel/deploy/
|
|
|
|
# images.yml files contain specific SHAs of images
|
|
concierge/.imgpkg/images.yml
|
|
supervisor/.imgpkg/images.yml
|
|
local-user-authenticator/.imgpkg/images.yml
|
|
package_repository/.imgpkg/images.yml
|