diff --git a/base_autodevops.yml b/base_autodevops.yml index a62aea02..0d2bf464 100644 --- a/base_autodevops.yml +++ b/base_autodevops.yml @@ -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" diff --git a/base_azure_db_stage.yml b/base_azure_db_stage.yml index 563be4d2..8aa166eb 100644 --- a/base_azure_db_stage.yml +++ b/base_azure_db_stage.yml @@ -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: diff --git a/base_deploy_kosko_stage.yml b/base_deploy_kosko_stage.yml index 08dd2a6a..c38c5137 100644 --- a/base_deploy_kosko_stage.yml +++ b/base_deploy_kosko_stage.yml @@ -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: diff --git a/base_notify_github_stage.yml b/base_notify_github_stage.yml index e16465f8..a3f5aa52 100644 --- a/base_notify_github_stage.yml +++ b/base_notify_github_stage.yml @@ -5,7 +5,7 @@ # .notify_stage: ¬ify_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: []