From c9a3f0026284b81b830c6225c5aad056ae8e0218 Mon Sep 17 00:00:00 2001 From: Mykhailo Sizov Date: Fri, 11 Aug 2023 12:42:11 +0300 Subject: [PATCH] chore: update latest VCS with SDJWT V5 Signed-off-by: Mykhailo Sizov --- vcs-v1/Makefile | 2 +- vcs-v1/kustomize/vcs-v1/base/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vcs-v1/Makefile b/vcs-v1/Makefile index 51457474..2f64a024 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-a10a2ad +VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.1.1-snapshot-b97340f 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 e214d6cb..0cc927a4 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-a10a2ad + newTag: v1.1.1-snapshot-b97340f