Skip to content

Commit a7c41fa

Browse files
build(deps): Bump the docker-production-dependencies group across 3 directories with 1 update (#217)
Bumps the docker-production-dependencies group with 1 update in the /sre/roles/tools/files/kubernetes directory: ubi9/ubi-minimal. Bumps the docker-production-dependencies group with 1 update in the /sre/tools/hello-bench directory: ubi9/ubi-minimal. Bumps the docker-production-dependencies group with 1 update in the /sre/tools/kubernetes-topology-monitor directory: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from 9.6-1754584681 to 9.6-1755695350 Updates `ubi9/ubi-minimal` from 9.6-1754584681 to 9.6-1755695350 Updates `ubi9/ubi-minimal` from 9.6-1754584681 to 9.6-1755695350 --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.6-1755695350 dependency-type: direct:production dependency-group: docker-production-dependencies - dependency-name: ubi9/ubi-minimal dependency-version: 9.6-1755695350 dependency-type: direct:production dependency-group: docker-production-dependencies - dependency-name: ubi9/ubi-minimal dependency-version: 9.6-1755695350 dependency-type: direct:production dependency-group: docker-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47d279c commit a7c41fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sre/roles/tools/files/kubernetes/opensearch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: index-deleter
11-
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
11+
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
1212
command:
1313
- curl
1414
- -X
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: index-deleter
29-
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
29+
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
3030
command:
3131
- curl
3232
- -X
@@ -44,7 +44,7 @@ spec:
4444
spec:
4545
containers:
4646
- name: index-deleter
47-
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
47+
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
4848
command:
4949
- curl
5050
- -X

sre/tools/hello-bench/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
22

33
CMD ["echo", "'Hello IT Bench!'"]

sre/tools/kubernetes-topology-monitor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
22

33
ENV DATA_DIRECTORY=/app/topology_data
44

0 commit comments

Comments
 (0)