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 11, 2023
1 parent 30668d5 commit 72c46d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-6421291
VCS_IMG ?= ghcr.io/trustbloc-cicd/vc-server:v1.2.1-snapshot-d6eb6b0
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-6421291
newTag: v1.2.1-snapshot-d6eb6b0
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
{
"issuer": {
"id": "ldp-orb-P256-JsonWebSignature2020",
"id": "ldp-ion-P256-JsonWebSignature2020",
"version": "v1.0",
"name": "Test Issuer with vc-ldp signed with did-orb with P256 key and JsonWebSignature2020 signature",
"name": "Test Issuer with vc-ldp signed with did-ion with P256 key and JsonWebSignature2020 signature",
"organizationID": "test-org",
"url": "https://test-issuer.com",
"active": true,
Expand All @@ -35,7 +35,7 @@
"signatureRepresentation": 1,
"keyType": "ECDSAP256DER",
"format": "ldp",
"didMethod": "orb",
"didMethod": "ion",
"status": {
"type": "StatusList2021Entry"
}
Expand Down

0 comments on commit 72c46d3

Please sign in to comment.