Skip to content

Commit

Permalink
chore(deps): update socialgouv/docker images docker tags to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2021
1 parent 624fdf3 commit 8a15ebe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/azure-db:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/azure-db:4.6.1
dependencies: []
only:
refs:
Expand Down
2 changes: 1 addition & 1 deletion base_delete_useless_k8s_ns_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
stage: .post
dependencies: []
allow_failure: true
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/k8s-ns-killer:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/k8s-ns-killer:4.6.1
script:
- git remote set-url origin https://github.com/${CI_PROJECT_PATH}.git
- echo "k8s-ns-killer ${K8S_NAMESPACE_PREFIX}"
Expand Down
2 changes: 1 addition & 1 deletion base_delete_useless_managed_postgresql_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
stage: Notify Finished Deployment
dependencies: []
allow_failure: true
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/pg-cleaner:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/pg-cleaner:4.6.1
script:
- python /bin/pg-cleaner.py
only:
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: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/no-k8s:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/no-k8s:4.6.1
dependencies: []
cache:
key:
Expand Down
2 changes: 1 addition & 1 deletion base_docker_helm_image_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
.base_docker_helm_image_stage:
extends: .base_docker_kubectl_image_stage
image:
name: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/helm:4.6.0
name: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/helm:4.6.1
entrypoint: [""]
2 changes: 1 addition & 1 deletion base_docker_kubectl_image_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

.base_docker_kubectl_image_stage:
image:
name: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/kubectl:4.6.0
name: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/kubectl:4.6.1
entrypoint: [""]
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: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/git-deploy:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/git-deploy:4.6.1
allow_failure: true
stage: .post
dependencies: []
Expand Down
2 changes: 1 addition & 1 deletion base_trivy_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.base_trivy_scan:
stage: Deploy
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/trivy:4.6.0
image: registry.gitlab.factory.social.gouv.fr/socialgouv/docker/trivy:4.6.1
allow_failure: true
variables:
IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
Expand Down

0 comments on commit 8a15ebe

Please sign in to comment.