Skip to content

Commit

Permalink
chore: fix naming of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 25, 2024
1 parent 15f1ae5 commit 746851a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/credential-expiry-app-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "credential-expiry-app"
IMAGE_NAME: "ssi-credential-expiry-app"

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "migrations"
IMAGE_NAME: "ssi-credential-issuer-migrations"

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/processes-worker-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "credential-issuer-process-worker"
IMAGE_NAME: "ssi-credential-issuer-process-worker"

jobs:
build-and-push-image:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME_SERVICE: "service"
IMAGE_NAME_MIGRATIONS: "migrations"
IMAGE_NAME_WORKER: "credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "credential-expiry-app"
IMAGE_NAME_SERVICE: "ssi-credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "ssi-credential-issuer-migrations"
IMAGE_NAME_WORKER: "ssi-credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "ssi-credential-expiry-app"

jobs:
service-release:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME_SERVICE: "credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "credential-issuer-migrations"
IMAGE_NAME_WORKER: "credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "credential-expiry-app"
IMAGE_NAME_SERVICE: "ssi-credential-issuer-service"
IMAGE_NAME_MIGRATIONS: "ssi-credential-issuer-migrations"
IMAGE_NAME_WORKER: "ssi-credential-issuer-processes-worker"
IMAGE_NAME_EXPIRY: "ssi-credential-expiry-app"

jobs:
service-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/service-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "credential-issuer-service"
IMAGE_NAME: "ssi-credential-issuer-service"

jobs:
build-and-push-image:
Expand Down
8 changes: 4 additions & 4 deletions charts/ssi-credential-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

issuer:
image:
name: "docker.io/tractusx/credential-issuer-service"
name: "docker.io/tractusx/ssi-credential-issuer-service"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand Down Expand Up @@ -68,7 +68,7 @@ issuer:
issuermigrations:
name: "migrations"
image:
name: "docker.io/tractusx/credential-issuer-migrations"
name: "docker.io/tractusx/ssi-credential-issuer-migrations"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand All @@ -90,7 +90,7 @@ issuermigrations:
processesworker:
name: "processesworker"
image:
name: "docker.io/tractusx/credential-issuer-processes-worker"
name: "docker.io/tractusx/ssi-credential-issuer-processes-worker"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand Down Expand Up @@ -132,7 +132,7 @@ processesworker:
credentialExpiry:
name: "expiry"
image:
name: "docker.io/tractusx/credential-expiry-app"
name: "docker.io/tractusx/ssi-credential-expiry-app"
tag: ""
imagePullPolicy: "IfNotPresent"
# -- We recommend to review the default resource limits as this should a conscious choice.
Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-expiry-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-expiry-app](https://hub.docker.com/r/tractusx/credential-expiry-app)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-expiry-app](https://hub.docker.com/r/tractusx/ssi-credential-expiry-app)

Eclipse Tractus-X product(s) installed within the image:

Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-issuer-migrations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-issuer-migrations](https://hub.docker.com/r/tractusx/credential-issuer-migrations)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-issuer-migrations](https://hub.docker.com/r/tractusx/ssi-credential-issuer-migrations)

Eclipse Tractus-X product(s) installed within the image:

Expand Down
2 changes: 1 addition & 1 deletion docker/notice-credential-issuer-processes-worker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/credential-issuer-processes-worker](https://hub.docker.com/r/tractusx/credential-issuer-processes-worker)
DockerHub: [https://hub.docker.com/r/tractusx/ssi-credential-issuer-processes-worker](https://hub.docker.com/r/tractusx/ssi-credential-issuer-processes-worker)

Eclipse Tractus-X product(s) installed within the image:

Expand Down

0 comments on commit 746851a

Please sign in to comment.