From 533e655af0c5da81a297fcba76000fd1810d9a41 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 17 Sep 2021 05:26:38 -0400 Subject: [PATCH] chore: update to release versions Signed-off-by: Firas Qutishat --- adapter-issuer/Makefile | 2 +- .../kustomize/adapter-issuer/base/kustomization.yaml | 4 ++-- adapter-rp/Makefile | 2 +- adapter-rp/kustomize/adapter-rp/base/kustomization.yaml | 4 ++-- hub-router/Makefile | 2 +- hub-router/kustomize/hub-router/base/kustomization.yaml | 4 ++-- wallet-server/Makefile | 2 +- wallet-server/kustomize/wallet-server/base/kustomization.yaml | 4 ++-- wallet-web/Makefile | 2 +- wallet-web/kustomize/wallet-web/base/kustomization.yaml | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/adapter-issuer/Makefile b/adapter-issuer/Makefile index 6045f64f..ce5bd4bd 100644 --- a/adapter-issuer/Makefile +++ b/adapter-issuer/Makefile @@ -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 diff --git a/adapter-issuer/kustomize/adapter-issuer/base/kustomization.yaml b/adapter-issuer/kustomize/adapter-issuer/base/kustomization.yaml index 43804196..407f8673 100644 --- a/adapter-issuer/kustomize/adapter-issuer/base/kustomization.yaml +++ b/adapter-issuer/kustomize/adapter-issuer/base/kustomization.yaml @@ -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 diff --git a/adapter-rp/Makefile b/adapter-rp/Makefile index 8cffd413..b074657d 100644 --- a/adapter-rp/Makefile +++ b/adapter-rp/Makefile @@ -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 diff --git a/adapter-rp/kustomize/adapter-rp/base/kustomization.yaml b/adapter-rp/kustomize/adapter-rp/base/kustomization.yaml index c86de181..2a1f8b89 100644 --- a/adapter-rp/kustomize/adapter-rp/base/kustomization.yaml +++ b/adapter-rp/kustomize/adapter-rp/base/kustomization.yaml @@ -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 diff --git a/hub-router/Makefile b/hub-router/Makefile index a4f34dd6..5930308b 100644 --- a/hub-router/Makefile +++ b/hub-router/Makefile @@ -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 diff --git a/hub-router/kustomize/hub-router/base/kustomization.yaml b/hub-router/kustomize/hub-router/base/kustomization.yaml index a46c4572..521eb2f3 100644 --- a/hub-router/kustomize/hub-router/base/kustomization.yaml +++ b/hub-router/kustomize/hub-router/base/kustomization.yaml @@ -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 diff --git a/wallet-server/Makefile b/wallet-server/Makefile index fcab0e29..a7daa161 100644 --- a/wallet-server/Makefile +++ b/wallet-server/Makefile @@ -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 diff --git a/wallet-server/kustomize/wallet-server/base/kustomization.yaml b/wallet-server/kustomize/wallet-server/base/kustomization.yaml index 4c094877..52977e14 100644 --- a/wallet-server/kustomize/wallet-server/base/kustomization.yaml +++ b/wallet-server/kustomize/wallet-server/base/kustomization.yaml @@ -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 diff --git a/wallet-web/Makefile b/wallet-web/Makefile index d48fd588..d0c84c4e 100644 --- a/wallet-web/Makefile +++ b/wallet-web/Makefile @@ -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 diff --git a/wallet-web/kustomize/wallet-web/base/kustomization.yaml b/wallet-web/kustomize/wallet-web/base/kustomization.yaml index 3d2cb8cd..e918d84e 100644 --- a/wallet-web/kustomize/wallet-web/base/kustomization.yaml +++ b/wallet-web/kustomize/wallet-web/base/kustomization.yaml @@ -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