.dockerignore
.gitignore
Containerfile
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/build-push-main.yml
.github/workflows/chart_versions.sh
.github/workflows/publish-chart.yml
.github/workflows/release.yml
charts/modelcar-maker/Chart.yaml
charts/modelcar-maker/example-external-registry.yaml
charts/modelcar-maker/values.yaml
charts/modelcar-maker/templates/NOTES.txt
charts/modelcar-maker/templates/_helpers.tpl
charts/modelcar-maker/templates/authfile.yaml
charts/modelcar-maker/templates/configmap-service-ca.yaml
charts/modelcar-maker/templates/configmap.yaml
charts/modelcar-maker/templates/daemonset-image-puller.yaml
charts/modelcar-maker/templates/datascienceconnection.yaml
charts/modelcar-maker/templates/imagestream.yaml
charts/modelcar-maker/templates/job.yaml
charts/modelcar-maker/templates/pvc.yaml
charts/modelcar-maker/templates/rbac.yaml
charts/modelcar-maker/templates/secret.yaml
charts/modelcar-maker/templates/serviceaccount.yaml
models/.gitkeep
src/modelcar_maker/__init__.py
src/modelcar_maker/__version__.py
src/modelcar_maker.egg-info/PKG-INFO
src/modelcar_maker.egg-info/SOURCES.txt
src/modelcar_maker.egg-info/dependency_links.txt
src/modelcar_maker.egg-info/entry_points.txt
src/modelcar_maker.egg-info/requires.txt
src/modelcar_maker.egg-info/scm_file_list.json
src/modelcar_maker.egg-info/scm_version.json
src/modelcar_maker.egg-info/top_level.txt
src/modelcar_maker/cli/__init__.py
src/modelcar_maker/cli/cli.py
src/modelcar_maker/image/__init__.py
src/modelcar_maker/image/image.py
src/modelcar_maker/model/__init__.py
src/modelcar_maker/model/model.py
src/modelcar_maker/util/__init__.py
src/modelcar_maker/util/config.py
src/modelcar_maker/util/defaults.toml
src/modelcar_maker/util/helpers.py
src/modelcar_maker/util/logging.py
tests/conftest.py
tests/integration/test_build_real.py
tests/unit/test_helpers.py
tmp/.gitkeep