From d5a171eb76185cce5d16ab3719d7a3ed95d4c3ea Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 3 Nov 2024 17:53:13 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .gitlab-ci.yml | 2 +- k8s/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 954f712..0e1d905 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: run-pre-commit: stage: .pre - image: unbound/pre-commit + image: unbound/pre-commit@sha256:92fce44d8a7e40b4d30b777e50a5189d9b3031f72e563e3f3c9deb49c75f35c0 variables: PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit cache: diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 062ebf9..0e955e9 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -55,7 +55,7 @@ spec: periodSeconds: 5 timeoutSeconds: 5 imagePullPolicy: IfNotPresent - image: registry.gitlab.com/unboundsoftware/schemas:${COMMIT} + image: registry.gitlab.com/unboundsoftware/schemas@sha256:198d7bfdf921d57b7bf491a4ea4a5c674e6af71904459b972eb0bcd9254aa588:${COMMIT} ports: - name: api containerPort: 8080