Skip to content

Commit

Permalink
chore: update vcs (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Holovko <[email protected]>
  • Loading branch information
aholovko authored Aug 17, 2023
1 parent e358d16 commit ef420cc
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.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


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.1.1-snapshot-b97340f
newTag: v1.1.1-snapshot-6421291

0 comments on commit ef420cc

Please sign in to comment.