Skip to content

Commit

Permalink
Bump servicelayer from 1.22.0 to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Nov 22, 2023
1 parent 846bff5 commit 2e7f61d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/charts/aleph/templates/ingest-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ spec:
selector:
app: {{ .Values.global.namingPrefix }}-ingest-file
ports:
- port: 9090
targetPort: 9090 # TODO: Set to 9100 once servicelayer fix is released
- port: 9100
targetPort: 9100
protocol: "TCP"
name: metrics
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/aleph/templates/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
app: {{ .Values.global.namingPrefix }}-worker
ports:
- port: 9100
targetPort: 9090 # TODO: Set to 9100 once servicelayer fix is released
targetPort: 9100
protocol: "TCP"
name: metrics
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ followthemoney==3.5.4
followthemoney-store[postgresql]==3.0.6
followthemoney-compare==0.4.4
fingerprints==1.2.3
servicelayer[google,amazon]==1.22.0
servicelayer[google,amazon]==1.22.1
normality==2.4.0
pantomime==0.6.1

Expand Down

0 comments on commit 2e7f61d

Please sign in to comment.