Skip to content

Commit

Permalink
Merge pull request #1713 from vkubiv/chore-updated-sandbox-images
Browse files Browse the repository at this point in the history
chore: updated sandbox images to latest.
  • Loading branch information
rolsonquadras committed Aug 8, 2023
2 parents f015609 + 3695eff commit bfa5f82
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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-80422fb
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.9-snapshot-f015609

# 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-80422fb
newTag: 0.1.9-snapshot-f015609
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-80422fb
CMS_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cms:0.1.9-snapshot-f015609
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-80422fb
newTag: 0.1.9-snapshot-f015609

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-80422fb
ISSUER_IMG ?= ghcr.io/trustbloc-cicd/sandbox-issuer:0.1.9-snapshot-f015609

# 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-80422fb
newTag: 0.1.9-snapshot-f015609
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-80422fb
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.9-snapshot-f015609

# 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-80422fb
newTag: 0.1.9-snapshot-f015609
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-80422fb
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.9-snapshot-f015609
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-80422fb
newTag: 0.1.9-snapshot-f015609
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-80422fb
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.9-snapshot-f015609

# 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-80422fb
newTag: 0.1.9-snapshot-f015609

0 comments on commit bfa5f82

Please sign in to comment.