Skip to content

Commit

Permalink
chore: update sandbox images (#1718)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Sizov <[email protected]>
  • Loading branch information
mishasizov-SK committed Aug 14, 2023
1 parent e951846 commit 61ec573
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DID_ELEMENT_SIDETREE_REQUEST_URL ?= https://element-did.com/api/v1/sidetree/requ
SANDBOX_CLI_IMAGE_NAME ?= trustbloc/sandbox-cli

# TrustBloc core k8s deployment scripts https://github.com/trustbloc/k8s
TRUSTBLOC_CORE_K8S_COMMIT=fd27cf21b9ac01c60539376c3333eb4514c45a04
TRUSTBLOC_CORE_K8S_COMMIT=e358d16ff80d539251c2491811bdbf8f49c63eeb

# Tool commands (overridable)
ALPINE_VER ?= 3.16
Expand Down
2 changes: 1 addition & 1 deletion k8s/ace-rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.9-snapshot-4743674
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.9-snapshot-e951846

# do not modify
KUSTOMIZE_DIR = kustomize/ace-rp
Expand Down
2 changes: 1 addition & 1 deletion k8s/ace-rp/kustomize/ace-rp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ kind: Kustomization
images:
- name: sandbox-ace-rp
newName: ghcr.io/trustbloc-cicd/sandbox-ace-rp
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846
2 changes: 1 addition & 1 deletion k8s/cms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
#STRAPI_IMG ?= strapi/strapi:3.6.8-alpine
CMS_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cms:0.1.9-snapshot-4743674
CMS_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cms:0.1.9-snapshot-e951846
OATHKEEPER_IMG ?= oryd/oathkeeper:v0.38.15-alpine

# do not modify
Expand Down
2 changes: 1 addition & 1 deletion k8s/cms/kustomize/cms/components/strapi/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kind: Component
images:
- name: strapi
newName: ghcr.io/trustbloc-cicd/sandbox-cms
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846

secretGenerator:
- envs:
Expand Down
2 changes: 1 addition & 1 deletion k8s/issuer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
ISSUER_IMG ?= ghcr.io/trustbloc-cicd/sandbox-issuer:0.1.9-snapshot-4743674
ISSUER_IMG ?= ghcr.io/trustbloc-cicd/sandbox-issuer:0.1.9-snapshot-e951846

# do not modify
KUSTOMIZE_DIR = kustomize/issuer
Expand Down
2 changes: 1 addition & 1 deletion k8s/issuer/kustomize/issuer/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ kind: Kustomization
images:
- name: sandbox-issuer
newName: ghcr.io/trustbloc-cicd/sandbox-issuer
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846
2 changes: 1 addition & 1 deletion k8s/jobs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.9-snapshot-4743674
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.9-snapshot-e951846

# do not modify
KUSTOMIZE_DIR = kustomize/jobs
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/kustomize/jobs/overlays/common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ transformers:
images:
- name: sandbox-cli
newName: ghcr.io/trustbloc-cicd/sandbox-cli
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846
2 changes: 1 addition & 1 deletion k8s/login-consent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.9-snapshot-4743674
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.9-snapshot-e951846
HYDRA_IMG ?= oryd/hydra:v1.3.2-alpine

# do not modify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ kind: Kustomization
images:
- name: login-consent-server
newName: ghcr.io/trustbloc-cicd/sandbox-login-consent-server
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846
2 changes: 1 addition & 1 deletion k8s/rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

#IMAGES
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.9-snapshot-4743674
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.9-snapshot-e951846

# do not modify
KUSTOMIZE_DIR = kustomize/rp
Expand Down
2 changes: 1 addition & 1 deletion k8s/rp/kustomize/rp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ kind: Kustomization
images:
- name: sandbox-rp
newName: ghcr.io/trustbloc-cicd/sandbox-rp
newTag: 0.1.9-snapshot-4743674
newTag: 0.1.9-snapshot-e951846

0 comments on commit 61ec573

Please sign in to comment.