Skip to content

Commit

Permalink
chore: update to latest vcs (#660)
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Qutishat <[email protected]>
  • Loading branch information
fqutishat authored Jul 10, 2023
1 parent c79c933 commit 85ae6f2
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.0.1-snapshot-dec3cf2
VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.0.1-snapshot-5e22cdf
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.0.1-snapshot-dec3cf2
newTag: v1.0.1-snapshot-5e22cdf

0 comments on commit 85ae6f2

Please sign in to comment.