Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update sandbox images #1716

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-f015609
ACE_RP_IMG ?= ghcr.io/trustbloc-cicd/sandbox-ace-rp:0.1.9-snapshot-4743674

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

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

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

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

# 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-f015609
newTag: 0.1.9-snapshot-4743674
Loading