diff --git a/vcs-v1/Makefile b/vcs-v1/Makefile index 199feb87..07339bd3 100644 --- a/vcs-v1/Makefile +++ b/vcs-v1/Makefile @@ -23,7 +23,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]') ARCH = $(shell uname -m | sed 's/x86_64/amd64/') #IMAGES built from https://github.com/trustbloc/vcs/tree/main -VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.2.1-snapshot-d6eb6b0 +VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.2.1-snapshot-e2db60f LOCALKMS_IMG ?= docker.io/nsmithuk/local-kms:3.11.0 diff --git a/vcs-v1/kustomize/vcs-v1/base/kustomization.yaml b/vcs-v1/kustomize/vcs-v1/base/kustomization.yaml index 6e2f4767..222c3455 100644 --- a/vcs-v1/kustomize/vcs-v1/base/kustomization.yaml +++ b/vcs-v1/kustomize/vcs-v1/base/kustomization.yaml @@ -38,4 +38,4 @@ kind: Kustomization images: - name: vcs newName: ghcr.io/trustbloc-cicd/vc-server - newTag: v1.2.1-snapshot-d6eb6b0 + newTag: v1.2.1-snapshot-e2db60f