Skip to content

Commit

Permalink
chore: update to latest vcs
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Kubiv <[email protected]>
  • Loading branch information
vkubiv committed Sep 12, 2023
1 parent fc2bcd7 commit cd23a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcs-v1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion vcs-v1/kustomize/vcs-v1/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd23a47

Please sign in to comment.