Skip to content

Commit

Permalink
Merge pull request #677 from vkubiv/chore-update-to-latest-vcs
Browse files Browse the repository at this point in the history
chore: update to latest vcs
  • Loading branch information
rolsonquadras authored Sep 12, 2023
2 parents 10cbff2 + cd23a47 commit 59cfd94
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 59cfd94

Please sign in to comment.