Skip to content

Commit e727ac4

Browse files
committed
refactor: update deployment configurations to use dynamic image tags and remove obsolete workflow
1 parent 0f5bde2 commit e727ac4

4 files changed

Lines changed: 5 additions & 52 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- k8s: waltid-identity/waltid-applications/waltid-digital-credentials/k8s
6666
name: digital-credentials
6767
namespace: ${{ inputs.oss }}
68+
- k8s: waltid-identity/waltid-applications/waltid-credentials/k8s
69+
name: credentials
70+
namespace: ${{ inputs.oss }}
6871
- k8s: waltid-identity/waltid-services/waltid-verifier-api/k8s/opa
6972
name: opa
7073
namespace: ${{ inputs.oss }}

.github/workflows/waltid-credentials-release.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

waltid-applications/waltid-credentials/k8s/deployment-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
type: RuntimeDefault
2323
containers:
2424
- name: vc-repository-dev
25-
image: waltid/vc-repository:latest
25+
image: waltid/vc-repository:__DEFAULT_IMAGE_TAG__
2626
securityContext:
2727
allowPrivilegeEscalation: false
2828
capabilities:

waltid-applications/waltid-credentials/k8s/deployment-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
type: RuntimeDefault
2222
containers:
2323
- name: vc-repository-prod
24-
image: waltid/vc-repository:latest
24+
image: waltid/vc-repository:__DEFAULT_IMAGE_TAG__
2525
securityContext:
2626
allowPrivilegeEscalation: false
2727
capabilities:

0 commit comments

Comments
 (0)