We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0271c7 commit 4a1b6cdCopy full SHA for 4a1b6cd
internal/monitoring/services/lido_exporter/dotenv.go
@@ -16,7 +16,7 @@ limitations under the License.
16
package lido_exporter
17
18
var dotEnv map[string]string = map[string]string{
19
- "LIDO_EXPORTER_IMAGE": "nethermindeth/lido-exporter:v1.0.2",
+ "LIDO_EXPORTER_IMAGE": "nethermindeth/lido-exporter:v1.2.0",
20
"LIDO_EXPORTER_PORT": "",
21
"LIDO_EXPORTER_NODE_OPERATOR_ID": "",
22
"LIDO_EXPORTER_REWARD_ADDRESS": "",
0 commit comments