Skip to content

Commit

Permalink
Merge pull request #1649 from rolsonquadras/main
Browse files Browse the repository at this point in the history
chore: sandbox docker update
  • Loading branch information
rolsonquadras authored Mar 16, 2023
2 parents bc094bb + 862b7b4 commit b9ffff7
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-c331ad4
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.9-snapshot-bc094bb

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

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

# 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 @@ -35,4 +35,4 @@ kind: Kustomization
images:
- name: sandbox-issuer
newName: ghcr.io/trustbloc-cicd/sandbox-issuer
newTag: 0.1.9-snapshot-c331ad4
newTag: 0.1.9-snapshot-bc094bb
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-c331ad4
CLI_IMG ?= ghcr.io/trustbloc-cicd/sandbox-cli:0.1.9-snapshot-bc094bb

# 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-c331ad4
newTag: 0.1.9-snapshot-bc094bb
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-c331ad4
LOGIN_CONSENT_IMG ?= ghcr.io/trustbloc-cicd/sandbox-login-consent-server:0.1.9-snapshot-bc094bb
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 @@ -27,4 +27,4 @@ kind: Kustomization
images:
- name: login-consent-server
newName: ghcr.io/trustbloc-cicd/sandbox-login-consent-server
newTag: 0.1.9-snapshot-c331ad4
newTag: 0.1.9-snapshot-bc094bb
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-c331ad4
RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-rp:0.1.9-snapshot-bc094bb

# 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 @@ -34,4 +34,4 @@ kind: Kustomization
images:
- name: sandbox-rp
newName: ghcr.io/trustbloc-cicd/sandbox-rp
newTag: 0.1.9-snapshot-c331ad4
newTag: 0.1.9-snapshot-bc094bb

0 comments on commit b9ffff7

Please sign in to comment.