Skip to content

Commit

Permalink
chore(deps): update socialgouv/docker images docker tags to v6.26.2 (#…
Browse files Browse the repository at this point in the history
…520)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 25, 2021
1 parent 81cdcb7 commit 4e9bffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base_autodevops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Production:
#

.autodevops_stop_review:
image: ghcr.io/socialgouv/docker/no-k8s:6.26.1
image: ghcr.io/socialgouv/docker/no-k8s:6.26.2
stage: .post
rules:
- if: "$PRODUCTION || $TRIGGER || $CI_COMMIT_TAG"
Expand Down
2 changes: 1 addition & 1 deletion base_azure_db_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- \. <(kubectl get secret azure-pg-admin-user -n ${CI_PROJECT_NAME}-secret -o json | export_from_k8s_secret)

.base_azure_db:
image: ghcr.io/socialgouv/docker/azure-db:6.26.1
image: ghcr.io/socialgouv/docker/azure-db:6.26.2
dependencies: []
only:
refs:
Expand Down
2 changes: 1 addition & 1 deletion base_deploy_kosko_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:

.base_deploy_kosko_stage:
stage: Deploy
image: ghcr.io/socialgouv/docker/no-k8s:6.26.1
image: ghcr.io/socialgouv/docker/no-k8s:6.26.2
dependencies: []
cache:
key:
Expand Down
2 changes: 1 addition & 1 deletion base_notify_github_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#
.notify_stage: &notify_stage
image: ghcr.io/socialgouv/docker/git-deploy:6.26.1
image: ghcr.io/socialgouv/docker/git-deploy:6.26.2
allow_failure: true
stage: .post
dependencies: []
Expand Down

0 comments on commit 4e9bffb

Please sign in to comment.