Skip to content

Commit

Permalink
Merge pull request #221 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: update to release versions
  • Loading branch information
fqutishat authored Sep 17, 2021
2 parents 2516396 + 533e655 commit df50dad
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion adapter-issuer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
ISSUER_ADAPTER_IMG ?= ghcr.io/trustbloc-cicd/issuer-adapter:0.1.7-snapshot-c01d04f
ISSUER_ADAPTER_IMG ?= ghcr.io/trustbloc/issuer-adapter:0.1.7

# do not modify
KUSTOMIZE_DIR = kustomize/adapter-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: issuer-adapter
newName: ghcr.io/trustbloc-cicd/issuer-adapter
newTag: 0.1.7-snapshot-c01d04f
newName: ghcr.io/trustbloc/issuer-adapter
newTag: 0.1.7
2 changes: 1 addition & 1 deletion adapter-rp/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
RP_ADAPTER_IMG ?= ghcr.io/trustbloc-cicd/rp-adapter:0.1.7-snapshot-c01d04f
RP_ADAPTER_IMG ?= ghcr.io/trustbloc/rp-adapter:0.1.7
HYDRA_IMG ?= oryd/hydra:v1.3.2-alpine

# do not modify
Expand Down
4 changes: 2 additions & 2 deletions adapter-rp/kustomize/adapter-rp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: rp-adapter
newName: ghcr.io/trustbloc-cicd/rp-adapter
newTag: 0.1.7-snapshot-c01d04f
newName: ghcr.io/trustbloc/rp-adapter
newTag: 0.1.7
2 changes: 1 addition & 1 deletion hub-router/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
HUB_ROUTER_IMG ?= ghcr.io/trustbloc-cicd/hub-router:0.1.7-snapshot-5ed617f
HUB_ROUTER_IMG ?= ghcr.io/trustbloc/hub-router:0.1.7

# do not modify
KUSTOMIZE_DIR = kustomize/hub-router
Expand Down
4 changes: 2 additions & 2 deletions hub-router/kustomize/hub-router/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: hub-router
newName: ghcr.io/trustbloc-cicd/hub-router
newTag: 0.1.7-snapshot-5ed617f
newName: ghcr.io/trustbloc/hub-router
newTag: 0.1.7
2 changes: 1 addition & 1 deletion wallet-server/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
WALLET_SERVER_IMG ?= ghcr.io/trustbloc-cicd/wallet-server:v0.1.7-snapshot-f83a729
WALLET_SERVER_IMG ?= ghcr.io/trustbloc/wallet-server:v0.1.7

# do not modify
KUSTOMIZE_DIR = kustomize/wallet-server
Expand Down
4 changes: 2 additions & 2 deletions wallet-server/kustomize/wallet-server/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: wallet-server
newName: ghcr.io/trustbloc-cicd/wallet-server
newTag: v0.1.7-snapshot-f83a729
newName: ghcr.io/trustbloc/wallet-server
newTag: v0.1.7
2 changes: 1 addition & 1 deletion wallet-web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARCH = $(shell uname -m | sed 's/x86_64/amd64/')


#IMAGES
WALLET_WEB_IMG ?= ghcr.io/trustbloc-cicd/wallet-web:v0.1.7-snapshot-f83a729
WALLET_WEB_IMG ?= ghcr.io/trustbloc/wallet-web:v0.1.7

# do not modify
KUSTOMIZE_DIR = kustomize/wallet-web
Expand Down
4 changes: 2 additions & 2 deletions wallet-web/kustomize/wallet-web/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: wallet-web
newName: ghcr.io/trustbloc-cicd/wallet-web
newTag: v0.1.7-snapshot-f83a729
newName: ghcr.io/trustbloc/wallet-web
newTag: v0.1.7

0 comments on commit df50dad

Please sign in to comment.