From 1b509d6300ece66d5db27751f292dcf3e94de21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:48:26 +0000 Subject: [PATCH] deps: update ghcr.io/podtato-head/left-arm docker tag to v0.2.8 Signed-off-by: Renovate Bot --- .../assets/podtatohead-deployment-evaluation/manifest.yaml | 2 +- test/integration/podtato-head-application/00-install.yaml | 2 +- test/integration/restartable-app/00-install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml b/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml index 511017fc32..f8aa287f6c 100644 --- a/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml +++ b/examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml @@ -184,7 +184,7 @@ spec: terminationGracePeriodSeconds: 5 containers: - name: server - image: ghcr.io/podtato-head/left-arm:0.2.7 + image: ghcr.io/podtato-head/left-arm:0.2.8 imagePullPolicy: Always ports: - containerPort: 9000 diff --git a/test/integration/podtato-head-application/00-install.yaml b/test/integration/podtato-head-application/00-install.yaml index 0b611a9be6..ef3eae047e 100644 --- a/test/integration/podtato-head-application/00-install.yaml +++ b/test/integration/podtato-head-application/00-install.yaml @@ -199,7 +199,7 @@ spec: terminationGracePeriodSeconds: 5 containers: - name: server - image: ghcr.io/podtato-head/left-arm:0.2.7 + image: ghcr.io/podtato-head/left-arm:0.2.8 imagePullPolicy: Always ports: - containerPort: 9000 diff --git a/test/integration/restartable-app/00-install.yaml b/test/integration/restartable-app/00-install.yaml index 69918212a5..2d391c7278 100644 --- a/test/integration/restartable-app/00-install.yaml +++ b/test/integration/restartable-app/00-install.yaml @@ -192,7 +192,7 @@ spec: terminationGracePeriodSeconds: 5 containers: - name: server - image: ghcr.io/podtato-head/left-arm:0.2.7 + image: ghcr.io/podtato-head/left-arm:0.2.8 imagePullPolicy: Always ports: - containerPort: 9000