Skip to content

Commit

Permalink
Update docker.io/appuio/oc Docker tag to v4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent a20afcc commit 0288455
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
script:
- IMAGE_TAG=${BITBUCKET_COMMIT}
{%- if cookiecutter.environment_strategy == 'dedicated' %}
Expand Down Expand Up @@ -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.12
script:
- IMAGE_TAG=${BITBUCKET_COMMIT}
{%- if cookiecutter.environment_strategy == 'dedicated' %}
Expand Down Expand Up @@ -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.12
script:
- IMAGE_TAG=${BITBUCKET_TAG}
{%- if cookiecutter.environment_strategy == 'dedicated' %}
Expand Down

0 comments on commit 0288455

Please sign in to comment.