Skip to content

Commit 718149d

Browse files
maggiehe00rjeberhard
authored andcommitted
Backpor ItRemoteConsole podman conversion change to release/4.2
1 parent 98bc7e5 commit 718149d

File tree

3 files changed

+181
-83
lines changed

3 files changed

+181
-83
lines changed

Jenkinsfile.podman

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ pipeline {
182182
)
183183
string(name: 'MONITORING_EXPORTER_WEBAPP_VERSION',
184184
description: '',
185-
defaultValue: '2.0.7'
185+
defaultValue: '2.1.2'
186186
)
187187
string(name: 'PROMETHEUS_CHART_VERSION',
188188
description: '',
189-
defaultValue: '15.2.0'
189+
defaultValue: '17.0.0'
190190
)
191191
string(name: 'GRAFANA_CHART_VERSION',
192192
description: '',
@@ -349,7 +349,7 @@ pipeline {
349349
podman stop "${registry_name}"
350350
podman rm --force "${registry_name}"
351351
fi
352-
352+
353353
podman run -d --restart=always -p "127.0.0.1:${registry_port}:5000" --name "${registry_name}" \
354354
${ocir_host}/${wko_tenancy}/test-images/docker/registry:2.8.2
355355
echo "Registry Host: ${registry_host}"
@@ -394,6 +394,17 @@ nodes:
394394
- containerPort: 30443
395395
hostPort: 2443
396396
protocol: TCP
397+
- containerPort: 31880
398+
hostPort: 2180
399+
protocol: TCP
400+
- containerPort: 31443
401+
hostPort: 2543
402+
- containerPort: 30881
403+
hostPort: 2081
404+
protocol: TCP
405+
- containerPort: 30444
406+
hostPort: 2444
407+
protocol: TCP
397408
- containerPort: 32480
398409
hostPort: 2480
399410
- containerPort: 32490
@@ -409,7 +420,19 @@ nodes:
409420
protocol: TCP
410421
- containerPort: 32170
411422
hostPort: 2173
412-
protocol: TCP
423+
protocol: TCP
424+
- containerPort: 32189
425+
hostPort: 2182
426+
protocol: TCP
427+
- containerPort: 32185
428+
hostPort: 2175
429+
protocol: TCP
430+
- containerPort: 32143
431+
hostPort: 2143
432+
protocol: TCP
433+
- containerPort: 32343
434+
hostPort: 2343
435+
protocol: TCP
413436
extraMounts:
414437
- hostPath: ${pv_root}
415438
containerPath: ${pv_root}

0 commit comments

Comments
 (0)