Skip to content

Commit

Permalink
Updating ETOS images:
Browse files Browse the repository at this point in the history
  - SSE: 0d66500
  - LogArea: 0d66500
  - IUT: 0d66500
  - Execution Space: 0d66500
  - API: 0d66500
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent 0d66500 commit 112fa58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/base/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: etos-api
containers:
- name: etos-api
image: ghcr.io/eiffel-community/etos-api:35795d42
image: ghcr.io/eiffel-community/etos-api:0d665007
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/executionspace/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: etos-executionspace
containers:
- name: etos-executionspace
image: ghcr.io/eiffel-community/etos-executionspace:35795d42
image: ghcr.io/eiffel-community/etos-executionspace:0d665007
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/iut/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: etos-iut
containers:
- name: etos-iut
image: ghcr.io/eiffel-community/etos-iut:35795d42
image: ghcr.io/eiffel-community/etos-iut:0d665007
imagePullPolicy: IfNotPresent
env:
- name: SERVICE_HOST
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/logarea/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: etos-logarea
containers:
- name: etos-logarea
image: ghcr.io/eiffel-community/etos-logarea:35795d42
image: ghcr.io/eiffel-community/etos-logarea:0d665007
imagePullPolicy: IfNotPresent
env:
- name: SERVICE_HOST
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/sse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: etos-sse
containers:
- name: etos-sse
image: ghcr.io/eiffel-community/etos-sse:35795d42
image: ghcr.io/eiffel-community/etos-sse:0d665007
imagePullPolicy: IfNotPresent
env:
- name: SERVICE_HOST
Expand Down

0 comments on commit 112fa58

Please sign in to comment.