From 8f4d677e298c9a93805b214c404332cf038adcf7 Mon Sep 17 00:00:00 2001 From: GitOps Tekton Bot Date: Fri, 23 Sep 2022 15:28:05 +0000 Subject: [PATCH] deploy image $IMAGE_DIGEST --- k8s/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index c046e52..67629aa 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -10,7 +10,8 @@ resources: - task-maven-package.yaml - knative-service.yaml images: -- name: image-registry.openshift-image-registry.svc:5000/demo-appdev/function +- digest: sha256:3a1e968c92e026093a1af8890642e1154a3e739372eead598068696eb228f0f9 + name: image-registry.openshift-image-registry.svc:5000/demo-appdev/function configurations: - knative-image-transformer.yaml apiVersion: kustomize.config.k8s.io/v1beta1