From 61fbe555b122153ca5422bef88ab2bda854591b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:16:17 +0000 Subject: [PATCH] Update docker.io/appuio/oc Docker tag to v4.16 --- .../_/ci-services/deploy-stage/bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/_/ci-services/deploy-stage/bitbucket-pipelines.yml b/{{cookiecutter.project_slug}}/_/ci-services/deploy-stage/bitbucket-pipelines.yml index 4edf2ec6..7516202b 100644 --- a/{{cookiecutter.project_slug}}/_/ci-services/deploy-stage/bitbucket-pipelines.yml +++ b/{{cookiecutter.project_slug}}/_/ci-services/deploy-stage/bitbucket-pipelines.yml @@ -40,7 +40,7 @@ - step: &deploy-review-app name: Deploy Review App deployment: development - image: docker.io/appuio/oc:v4.9 + image: docker.io/appuio/oc:v4.16 script: - IMAGE_TAG=${BITBUCKET_COMMIT} {%- if cookiecutter.environment_strategy == 'dedicated' %} @@ -73,7 +73,7 @@ - step: &deploy-integration name: Deploy to Integration deployment: integration - image: docker.io/appuio/oc:v4.9 + image: docker.io/appuio/oc:v4.16 script: - IMAGE_TAG=${BITBUCKET_COMMIT} {%- if cookiecutter.environment_strategy == 'dedicated' %} @@ -105,7 +105,7 @@ - step: &deploy-production name: Deploy to Production deployment: production - image: docker.io/appuio/oc:v4.9 + image: docker.io/appuio/oc:v4.16 script: - IMAGE_TAG=${BITBUCKET_TAG} {%- if cookiecutter.environment_strategy == 'dedicated' %}