diff --git a/pyproject.toml b/pyproject.toml index 7019063..0da188c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "model-manager" -version = "1.1.1" +version = "1.1.2" description = "Sientia DataOps Model Manager - ML Model Orchestration System" readme = "README.md" requires-python = ">=3.11" diff --git a/values.yaml b/values.yaml index 242834d..92e0af4 100644 --- a/values.yaml +++ b/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.1.1" + tag: "1.1.2" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: