Skip to content

Commit

Permalink
Use latest pod-* images (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Aug 15, 2023
1 parent 763fb0f commit b530521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ spec:
- name: LOG_LEVEL
value: DEBUG
- name: POD_CONFIGURATION_CONTAINER
value: oceanprotocol/pod-configuration:v1.0.10
value: oceanprotocol/pod-configuration:v1.1.0
- name: NOTIFY_START_URL
value: http://yourserver/
- name: NOTIFY_STOP_URL
value: http://yourserver/
- name: POD_PUBLISH_CONTAINER
value: oceanprotocol/pod-publishing:v1.0.1
value: oceanprotocol/pod-publishing:v1.1.0
- name: POSTGRES_DB
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit b530521

Please sign in to comment.