Skip to content

Commit f170d88

Browse files
mergify[bot]v1v
andauthored
[8.15](backport #40469) ironbank: use 9.4 version (#40473)
(cherry picked from commit 20f83a1) Co-authored-by: Victor Martinez <[email protected]>
1 parent af84cbf commit f170d88

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dev-tools/packaging/templates/ironbank/auditbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.3"
17+
BASE_TAG: "9.4"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "auditbeat"
2020

dev-tools/packaging/templates/ironbank/filebeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.3"
17+
BASE_TAG: "9.4"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "filebeat"
2020

dev-tools/packaging/templates/ironbank/heartbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.3"
17+
BASE_TAG: "9.4"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "heartbeat"
2020

dev-tools/packaging/templates/ironbank/metricbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.3"
17+
BASE_TAG: "9.4"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "metricbeat"
2020

dev-tools/packaging/templates/ironbank/packetbeat/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.3"
17+
BASE_TAG: "9.4"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "packetbeat"
2020

0 commit comments

Comments
 (0)