From e9e4e717616f3daa2c38fda0f9c5a5f2e72b6e95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 05:10:37 +0000 Subject: [PATCH] chore(deps): pin dependencies --- Dockerfile | 2 +- helm/blueapi/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eaaba6a5d8..013962199e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # The devcontainer should use the developer target and run as root with podman # or docker with user namespaces. # Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053 -ARG PYTHON_VERSION=3.11 +ARG PYTHON_VERSION=3.11@sha256:3c60933b6743cc2ddf5af33981b5929840dc6bd54a09b3ac559e8eb045bb4a43 FROM python:${PYTHON_VERSION} AS developer # Add any system dependencies for the developer/build environment here diff --git a/helm/blueapi/values.yaml b/helm/blueapi/values.yaml index 670cae8f5e..f150819d51 100644 --- a/helm/blueapi/values.yaml +++ b/helm/blueapi/values.yaml @@ -9,7 +9,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "@sha256:dc33d03fb51f70c865ad9415d70decae037bddae9c4929a20583b56d28a4d717" # 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: []