Skip to content

Commit 5be74fb

Browse files
authored
bump: update sre tools docker image tags to v0.0.2 (#59)
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent c3a20ca commit 5be74fb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/sre-build-push-images.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ jobs:
2626
uses: docker/setup-buildx-action@v3
2727
- name: Build and push Kubernetes Topology Mapper
2828
uses: docker/build-push-action@v6
29+
env:
30+
DOCKER_BUILD_RECORD_UPLOAD: false
2931
with:
3032
context: sre/tools/kubernetes-topology-mapper
3133
platforms: |
3234
linux/amd64
3335
linux/arm64
3436
push: true
3537
tags: |
36-
quay.io/it-bench/topology-monitor:0.0.1
38+
quay.io/it-bench/topology-monitor:0.0.2
3739
quay.io/it-bench/topology-monitor:latest
3840
unsupported-checkout-service:
3941
runs-on: ubuntu-latest
@@ -52,21 +54,25 @@ jobs:
5254
uses: docker/setup-buildx-action@v3
5355
- name: Build and push Unsupported Astronomy Shop Checkout Service image (amd)
5456
uses: docker/build-push-action@v6
57+
env:
58+
DOCKER_BUILD_RECORD_UPLOAD: false
5559
with:
5660
context: sre/tools/astronomy-shop-checkout-service
5761
platforms: |
5862
linux/amd64
5963
push: true
6064
tags: |
61-
quay.io/it-bench/unsupported-checkout-service-amd64:0.0.1
65+
quay.io/it-bench/unsupported-checkout-service-amd64:0.0.2
6266
quay.io/it-bench/unsupported-checkout-service-amd64:latest
6367
- name: Build and push Unsupported Astronomy Shop Checkout Service image (arm)
6468
uses: docker/build-push-action@v6
69+
env:
70+
DOCKER_BUILD_RECORD_UPLOAD: false
6571
with:
6672
context: sre/tools/astronomy-shop-checkout-service
6773
platforms: |
6874
linux/arm64
6975
push: true
7076
tags: |
71-
quay.io/it-bench/unsupported-checkout-service-arm64:0.0.1
77+
quay.io/it-bench/unsupported-checkout-service-arm64:0.0.2
7278
quay.io/it-bench/unsupported-checkout-service-arm64:latest

sre/tools/kubernetes-topology-mapper/charts/kubernetes-topology-mapper/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
fsGroup: 1000
1919
containers:
2020
- name: topology-monitor
21-
image: quay.io/it-bench/topology-monitor:0.0.1
21+
image: quay.io/it-bench/topology-monitor:0.0.2
2222
imagePullPolicy: Always
2323
command: ["python"]
2424
args:

0 commit comments

Comments
 (0)