Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update socialgouv/docker images docker tags to v4.6.1 #463

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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