diff --git a/vcs-v1/Makefile b/vcs-v1/Makefile index 2f64a024..b2f1432a 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.1.1-snapshot-b97340f +VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.1.1-snapshot-6421291 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 0cc927a4..d859e0dd 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.1.1-snapshot-b97340f + newTag: v1.1.1-snapshot-6421291