Skip to content

Commit

Permalink
Merge pull request #417 from rolsonquadras/kms
Browse files Browse the repository at this point in the history
chore: kms version update
  • Loading branch information
rolsonquadras authored Mar 30, 2022
2 parents 88684bc + 9fda916 commit 8232cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
KMS_IMG ?= ghcr.io/trustbloc/kms:0.1.8
KMS_IMG ?= ghcr.io/trustbloc/kms:v0.1.8
OATHKEEPER_IMG ?= oryd/oathkeeper:v0.38.4-alpine
LOCALKMS_IMG ?= docker.io/nsmithuk/local-kms:3.11.0

Expand Down
2 changes: 1 addition & 1 deletion kms/kustomize/kms/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ kind: Kustomization
images:
- name: kms
newName: ghcr.io/trustbloc/kms
newTag: 0.1.8
newTag: v0.1.8

0 comments on commit 8232cd1

Please sign in to comment.