From d55acd31936a50ea89d237cba0f0d3e108ecdacd Mon Sep 17 00:00:00 2001 From: Octopus Date: Mon, 29 Sep 2025 06:20:19 +0000 Subject: [PATCH] DO NOT MERGE: Octopus Deploy updated image versions If we merge this PR, then the next deployment will be a no-op. [Release link](https://samples.octopus.app/app#/Spaces-1194/releases/Releases-103982) [Deployment link](https://samples.octopus.app/app#/Spaces-1194/deployments/Deployments-127264) --- Images updated: - octopussamples/octopub-audit-microservice:20250917.426.1 - octopussamples/octopub-frontend:20250917.451.1 - octopussamples/octopub-products-microservice:20250917.431.1 --- .../production/octopub-audits.yaml | 2 +- .../production/octopub-frontend.yaml | 2 +- .../production/octopub-products.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/update-image-tags-yaml-octopub/production/octopub-audits.yaml b/manifests/update-image-tags-yaml-octopub/production/octopub-audits.yaml index b059fd4..77d7c2d 100644 --- a/manifests/update-image-tags-yaml-octopub/production/octopub-audits.yaml +++ b/manifests/update-image-tags-yaml-octopub/production/octopub-audits.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: auditservice - image: octopussamples/octopub-audit-microservice + image: octopussamples/octopub-audit-microservice:20250917.426.1 ports: - name: http-audit containerPort: 10000 diff --git a/manifests/update-image-tags-yaml-octopub/production/octopub-frontend.yaml b/manifests/update-image-tags-yaml-octopub/production/octopub-frontend.yaml index 606b501..a96de57 100644 --- a/manifests/update-image-tags-yaml-octopub/production/octopub-frontend.yaml +++ b/manifests/update-image-tags-yaml-octopub/production/octopub-frontend.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: web - image: octopussamples/octopub-frontend + image: octopussamples/octopub-frontend:20250917.451.1 ports: - containerPort: 8080 name: http-port diff --git a/manifests/update-image-tags-yaml-octopub/production/octopub-products.yaml b/manifests/update-image-tags-yaml-octopub/production/octopub-products.yaml index 0089191..808c05f 100644 --- a/manifests/update-image-tags-yaml-octopub/production/octopub-products.yaml +++ b/manifests/update-image-tags-yaml-octopub/production/octopub-products.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: productservice - image: octopussamples/octopub-products-microservice + image: octopussamples/octopub-products-microservice:20250917.431.1 ports: - name: http-product containerPort: 8083