From 53ee0e724765da89af8e7b055a214e33b03ac0a7 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:14:47 +0000 Subject: [PATCH] chore(release): 1.135.5 --- .github/actions/deploy-via-github/Dockerfile | 2 +- .github/actions/deploy-via-github/action.yaml | 2 +- .github/actions/deploy-via-webhook/Dockerfile | 2 +- .../actions/deploy-via-webhook/action.yaml | 2 +- .../deploy-via-webhook/kontinuousVersion | 2 +- .github/actions/env/Dockerfile | 2 +- .github/actions/env/action.yaml | 2 +- .github/kontinuousVersion | 2 +- CHANGELOG.md | 7 ++ .../argocd/kontinuous-webhook/values.yaml | 2 +- docker-compose.yaml | 4 +- package.json | 2 +- packages/argocd/Dockerfile | 4 +- packages/common/package.json | 2 +- packages/dev-tools/package.json | 2 +- packages/helm-tree/package.json | 2 +- packages/kontinuous/package.json | 2 +- .../tests/__snapshots__/deactivate.dev.yaml | 2 +- .../tests/__snapshots__/include-file.dev.yaml | 2 +- .../__snapshots__/init-container.dev.yaml | 2 +- .../tests/__snapshots__/job-builds.dev.yaml | 4 +- .../__snapshots__/jobs-build-options.dev.yaml | 2 +- .../__snapshots__/jobs-build-stage.dev.yaml | 8 +- .../tests/__snapshots__/jobs-build.dev.yaml | 8 +- .../__snapshots__/jobs-runs-map.dev.yaml | 4 +- .../__snapshots__/jobs-seed-command.dev.yaml | 4 +- .../__snapshots__/jobs-seed-sql.dev.yaml | 8 +- .../__snapshots__/jobs-uses-relative.dev.yaml | 4 +- .../__snapshots__/jobs-uses-self-ref.dev.yaml | 4 +- .../tests/__snapshots__/meta-log.dev.yaml | 4 +- .../tests/__snapshots__/output.dev.yaml | 4 +- .../tests/__snapshots__/repo.domifa.dev.yaml | 18 +-- .../__snapshots__/repo.domifa.preprod.yaml | 8 +- .../tests/__snapshots__/repo.domifa.prod.yaml | 8 +- .../tests/__snapshots__/seed-db.dev.yaml | 2 +- .../env/dev/values.yaml | 2 +- packages/wait-needs/package.json | 2 +- packages/webhook/Chart.yaml | 2 +- packages/webhook/package.json | 2 +- packages/webhook/values.yaml | 2 +- plugins/contrib/Chart.yaml | 32 +++--- plugins/contrib/charts/app/Chart.yaml | 2 +- .../contrib/charts/contrib-helpers/Chart.yaml | 2 +- plugins/contrib/charts/deactivate/Chart.yaml | 4 +- plugins/contrib/charts/hasura/Chart.yaml | 2 +- plugins/contrib/charts/job/Chart.yaml | 6 +- plugins/contrib/charts/job/values.yaml | 2 +- plugins/contrib/charts/jobs/Chart.yaml | 6 +- plugins/contrib/charts/jobs/values.yaml | 2 +- plugins/contrib/charts/maildev/Chart.yaml | 2 +- plugins/contrib/charts/metabase/Chart.yaml | 2 +- plugins/contrib/charts/namespace/Chart.yaml | 2 +- .../contrib/charts/oauth2-proxy/Chart.yaml | 2 +- .../contrib/charts/output-volume/Chart.yaml | 2 +- plugins/contrib/charts/pgweb/Chart.yaml | 2 +- .../charts/rancher-namespace/Chart.yaml | 2 +- plugins/contrib/charts/redis/Chart.yaml | 2 +- .../charts/security-policies/Chart.yaml | 2 +- .../resources-tree-infos.test.js.snap | 108 +++++++++--------- .../debug-manifests/tests/samples/egapro.yaml | 20 ++-- .../tests/samples/template.yaml | 22 ++-- .../debug-manifests/tests/samples/www.yaml | 4 +- .../05.1-needs-using-initcontainers.js | 2 +- plugins/fabrique/Chart.yaml | 4 +- 64 files changed, 196 insertions(+), 189 deletions(-) diff --git a/.github/actions/deploy-via-github/Dockerfile b/.github/actions/deploy-via-github/Dockerfile index d642f4ae53..c885fa8e68 100644 --- a/.github/actions/deploy-via-github/Dockerfile +++ b/.github/actions/deploy-via-github/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.135.4 +FROM ghcr.io/socialgouv/kontinuous:v1.135.5 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deploy-via-github/action.yaml b/.github/actions/deploy-via-github/action.yaml index c5049cf201..8ca7c4dfba 100644 --- a/.github/actions/deploy-via-github/action.yaml +++ b/.github/actions/deploy-via-github/action.yaml @@ -33,7 +33,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.135.4 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.135.5 env: KS_ENVIRONMENT: ${{ inputs.environment }} KS_CHART: ${{ inputs.chart }} diff --git a/.github/actions/deploy-via-webhook/Dockerfile b/.github/actions/deploy-via-webhook/Dockerfile index a362267fe1..521f8ef882 100644 --- a/.github/actions/deploy-via-webhook/Dockerfile +++ b/.github/actions/deploy-via-webhook/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.135.4 as base +FROM ghcr.io/socialgouv/kontinuous:v1.135.5 as base USER 0 diff --git a/.github/actions/deploy-via-webhook/action.yaml b/.github/actions/deploy-via-webhook/action.yaml index 6a664e5382..d7b8e559fe 100644 --- a/.github/actions/deploy-via-webhook/action.yaml +++ b/.github/actions/deploy-via-webhook/action.yaml @@ -20,7 +20,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.135.4 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.135.5 env: KS_WEBHOOK_TOKEN: ${{ inputs.webhookToken }} KS_WEBHOOK_URI: ${{ inputs.webhookUri }} diff --git a/.github/actions/deploy-via-webhook/kontinuousVersion b/.github/actions/deploy-via-webhook/kontinuousVersion index a2dedf02b0..c4236b226f 100644 --- a/.github/actions/deploy-via-webhook/kontinuousVersion +++ b/.github/actions/deploy-via-webhook/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.135.4 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.135.5 \ No newline at end of file diff --git a/.github/actions/env/Dockerfile b/.github/actions/env/Dockerfile index d642f4ae53..c885fa8e68 100644 --- a/.github/actions/env/Dockerfile +++ b/.github/actions/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.135.4 +FROM ghcr.io/socialgouv/kontinuous:v1.135.5 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/env/action.yaml b/.github/actions/env/action.yaml index 44958339a7..d43b26eda1 100644 --- a/.github/actions/env/action.yaml +++ b/.github/actions/env/action.yaml @@ -11,7 +11,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/env:v1.135.4 + image: docker://ghcr.io/socialgouv/kontinuous/env:v1.135.5 env: KS_GIT_BRANCH: ${{ inputs.branch }} KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }} diff --git a/.github/kontinuousVersion b/.github/kontinuousVersion index a2dedf02b0..c4236b226f 100644 --- a/.github/kontinuousVersion +++ b/.github/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.135.4 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.135.5 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bee9ab1d3..f838564dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 1.135.5 (2023-02-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#182](https://github.com/socialgouv/kontinuous/issues/182)) ([2f4eaa3](https://github.com/socialgouv/kontinuous/commit/2f4eaa3f1ca95c4bfe71e3451ab83d098e87dc98)) + ## 1.135.4 (2023-02-28) ## 1.135.3 (2023-02-28) diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index 4da5f7b8ca..4eef958b7e 100644 --- a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml +++ b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml @@ -1,5 +1,5 @@ kontinuous-webhook: - image: ghcr.io/socialgouv/kontinuous/webhook:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/webhook:v1.135.5 # image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1 host: "kontinuous.fabrique.social.gouv.fr" diff --git a/docker-compose.yaml b/docker-compose.yaml index 3dacb85c45..6e1a9c49d3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,8 +17,8 @@ services: KUBEWEBHOOK_CONFIG_PATH: config.sample.yaml KUBEWEBHOOK_SUPERTOKEN: ${KUBEWEBHOOK_SUPERTOKEN:-1234} KUBEWEBHOOK_EXPOSED_PORT: ${KUBEWEBHOOK_EXPOSED_PORT:-7530} - KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.135.4"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.135.4"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.135.5"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.135.5"} KUBEWEBHOOK_CI_NAMESPACE_ALLOW_ALL: ${KUBEWEBHOOK_CI_NAMESPACE_ALLOW_ALL:-"true"} KUBEWEBHOOK_HTTPLOGGER_IGNOREUSERAGENTS: backbox-robot KUBEWEBHOOK_SENTRY_DSN: ${KUBEWEBHOOK_SENTRY_DSN} diff --git a/package.json b/package.json index 1c0c60e7bf..62e106909c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.135.4", + "version": "1.135.5", "repository": "git@github.com:socialgouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index 50a24d1d2e..0c7c24af75 100644 --- a/packages/argocd/Dockerfile +++ b/packages/argocd/Dockerfile @@ -25,8 +25,8 @@ RUN chown 1001:1001 /workspace RUN git config --global --add safe.directory /workspace -COPY --from=ghcr.io/socialgouv/kontinuous:v1.135.4 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.135.4 --chown=999:999 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.135.5 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.135.5 --chown=999:999 /opt/kontinuous /opt/kontinuous/ # Switch back to non-root user USER 999 \ No newline at end of file diff --git a/packages/common/package.json b/packages/common/package.json index fa60cb2a2b..faf9b7abef 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.135.4", + "version": "1.135.5", "description": "", "license": "MIT", "engines": { diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 284bb61bc9..199747a690 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "~dev-tools", - "version": "1.135.4", + "version": "1.135.5", "dependencies": { "replace": "^1.2.2", "~common": "workspace:^" diff --git a/packages/helm-tree/package.json b/packages/helm-tree/package.json index a926de4eb3..aaecd69d18 100644 --- a/packages/helm-tree/package.json +++ b/packages/helm-tree/package.json @@ -1,6 +1,6 @@ { "name": "helm-tree", - "version": "1.135.4", + "version": "1.135.5", "description": "", "license": "MIT", "engines": { diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index 0f3fdce560..865b3c3e90 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.135.4", + "version": "1.135.5", "repository": "https://github.com/socialgouv/kontinuous.git", "homepage": "https://socialgouv.github.io/kontinuous/", "license": "MIT", diff --git a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml index 91785526ce..d671d0c8c0 100644 --- a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml @@ -58,7 +58,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index edf4ad45df..6f2d243c56 100644 --- a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml b/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml index acd9f2baa4..7a48d4899d 100644 --- a/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml b/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml index 56da95db8a..4d14f800cc 100644 --- a/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml @@ -138,7 +138,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -293,7 +293,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml index 897a970d06..7747e339ac 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml @@ -138,7 +138,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml index ab1bcaa542..a0721ec31f 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -288,7 +288,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -434,7 +434,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -587,7 +587,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml index 24f27b6d72..345929cadd 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -288,7 +288,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -433,7 +433,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -585,7 +585,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml index b428321a06..a27cea1f20 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml @@ -137,7 +137,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml index 1251aac9fa..341f639514 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml @@ -138,7 +138,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -286,7 +286,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml index 8264536381..ab1a23c7e2 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml @@ -138,7 +138,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -286,7 +286,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -431,7 +431,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -454,7 +454,7 @@ spec: cpu: '0' memory: '0' - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml index 686051ee9e..c157cec64c 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml @@ -137,7 +137,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml index 1157857e43..d55d3d97e2 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml @@ -137,7 +137,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml index 9856d0ea3c..7255c234b5 100644 --- a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml @@ -137,7 +137,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -252,7 +252,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/output.dev.yaml b/packages/kontinuous/tests/__snapshots__/output.dev.yaml index e98638647f..103c46fd58 100644 --- a/packages/kontinuous/tests/__snapshots__/output.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/output.dev.yaml @@ -163,7 +163,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -286,7 +286,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml index 323f7242b2..8a52d82b1e 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml @@ -174,7 +174,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -331,7 +331,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -490,7 +490,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -646,7 +646,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -802,7 +802,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -951,7 +951,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -1095,7 +1095,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -1219,7 +1219,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -1242,7 +1242,7 @@ spec: cpu: '0' memory: '0' - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml index 8b03143f6f..d75f9a4c98 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml @@ -172,7 +172,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -325,7 +325,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -484,7 +484,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -640,7 +640,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml index 5f7bcd43c1..8ae06d9f58 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml @@ -227,7 +227,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -383,7 +383,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -542,7 +542,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -699,7 +699,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml b/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml index 80b63b5aa2..ff778ff735 100644 --- a/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml @@ -137,7 +137,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml b/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml index 86ae8de0cb..f4871fc336 100644 --- a/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml +++ b/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml @@ -2,6 +2,6 @@ jobs: enabled: true runs: db: - use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.135.4 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.135.5 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/wait-needs/package.json b/packages/wait-needs/package.json index 9b44dee4b6..818a1e130c 100644 --- a/packages/wait-needs/package.json +++ b/packages/wait-needs/package.json @@ -5,7 +5,7 @@ "~common": "workspace:^" }, "bin": "./bin/wait-needs", - "version": "1.135.4", + "version": "1.135.5", "engines": { "node": "^16.17 || ^18" } diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index 7cef851026..d47877dbd0 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.135.4 +version: 1.135.5 home: https://socialgouv.github.io/kontinuous/ description: Webhook CI for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index 8eaccc5a8b..06f63f31cd 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.135.4", + "version": "1.135.5", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 0da18968d1..b673aca020 100644 --- a/packages/webhook/values.yaml +++ b/packages/webhook/values.yaml @@ -8,7 +8,7 @@ replicas: 2 isProdCluster: true containerPort: 3000 # image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:latest -image: ghcr.io/socialgouv/kontinuous/webhook:v1.135.4 +image: ghcr.io/socialgouv/kontinuous/webhook:v1.135.5 resources: limits: cpu: 2 diff --git a/plugins/contrib/Chart.yaml b/plugins/contrib/Chart.yaml index 0d345348c5..d02e97d138 100644 --- a/plugins/contrib/Chart.yaml +++ b/plugins/contrib/Chart.yaml @@ -1,63 +1,63 @@ apiVersion: v2 name: fabrique -version: 1.135.4 +version: 1.135.5 dependencies: - name: rancher-namespace repository: file://./charts/rancher-namespace - version: 1.135.4 + version: 1.135.5 condition: global.rancherNamespaceEnabled,rancher-namespace.enabled - name: namespace repository: file://./charts/namespace - version: 1.135.4 + version: 1.135.5 condition: global.namespaceEnabled,namespace.enabled - name: security-policies repository: file://./charts/security-policies - version: 1.135.4 + version: 1.135.5 condition: global.securityPoliciesEnabled,security-policies.enabled - name: output-volume repository: file://./charts/output-volume - version: 1.135.4 + version: 1.135.5 condition: global.outputVolumeEnabled,output-volume.enabled - name: contrib-helpers repository: file://./charts/contrib-helpers - version: 1.135.4 + version: 1.135.5 - name: app repository: file://./charts/app - version: 1.135.4 + version: 1.135.5 condition: app.enabled - name: deactivate repository: file://./charts/deactivate - version: 1.135.4 + version: 1.135.5 condition: deactivate.enabled - name: hasura repository: file://./charts/hasura - version: 1.135.4 + version: 1.135.5 condition: hasura.enabled - name: jobs repository: file://./charts/jobs - version: 1.135.4 + version: 1.135.5 condition: jobs.enabled - name: job repository: file://./charts/job - version: 1.135.4 + version: 1.135.5 condition: job.enabled - name: maildev repository: file://./charts/maildev - version: 1.135.4 + version: 1.135.5 condition: maildev.enabled - name: metabase repository: file://./charts/metabase - version: 1.135.4 + version: 1.135.5 condition: metabase.enabled - name: oauth2-proxy repository: file://./charts/oauth2-proxy - version: 1.135.4 + version: 1.135.5 condition: oauth2-proxy.enabled - name: pgweb repository: file://./charts/pgweb - version: 1.135.4 + version: 1.135.5 condition: pgweb.enabled - name: redis repository: file://./charts/redis - version: 1.135.4 + version: 1.135.5 condition: redis.enabled diff --git a/plugins/contrib/charts/app/Chart.yaml b/plugins/contrib/charts/app/Chart.yaml index ac53810745..1db863388a 100644 --- a/plugins/contrib/charts/app/Chart.yaml +++ b/plugins/contrib/charts/app/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: app -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/contrib-helpers/Chart.yaml b/plugins/contrib/charts/contrib-helpers/Chart.yaml index 3fc6e8cfaf..57113caad5 100644 --- a/plugins/contrib/charts/contrib-helpers/Chart.yaml +++ b/plugins/contrib/charts/contrib-helpers/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: contrib-helpers -version: 1.135.4 +version: 1.135.5 type: library diff --git a/plugins/contrib/charts/deactivate/Chart.yaml b/plugins/contrib/charts/deactivate/Chart.yaml index 4471ba35dd..a25c931d3b 100644 --- a/plugins/contrib/charts/deactivate/Chart.yaml +++ b/plugins/contrib/charts/deactivate/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: deactivate -version: 1.135.4 +version: 1.135.5 dependencies: - name: jobs repository: file://../jobs condition: 'true' alias: jobs-deactivate - version: 1.135.4 + version: 1.135.5 diff --git a/plugins/contrib/charts/hasura/Chart.yaml b/plugins/contrib/charts/hasura/Chart.yaml index 15f4e20bb1..a37bf73316 100644 --- a/plugins/contrib/charts/hasura/Chart.yaml +++ b/plugins/contrib/charts/hasura/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: hasura -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/job/Chart.yaml b/plugins/contrib/charts/job/Chart.yaml index 5a209efe07..8fc197ecc7 100644 --- a/plugins/contrib/charts/job/Chart.yaml +++ b/plugins/contrib/charts/job/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 name: job -version: 1.135.4 +version: 1.135.5 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.135.4 + version: 1.135.5 - name: rancher-namespace repository: file://../rancher-namespace - version: 1.135.4 + version: 1.135.5 condition: createRancherNamespace diff --git a/plugins/contrib/charts/job/values.yaml b/plugins/contrib/charts/job/values.yaml index 35b600aa5a..47b4d6a1dc 100644 --- a/plugins/contrib/charts/job/values.yaml +++ b/plugins/contrib/charts/job/values.yaml @@ -7,7 +7,7 @@ gitBranch: runs: {} defaults: image: "debian:stable" - degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/jobs/Chart.yaml b/plugins/contrib/charts/jobs/Chart.yaml index 52f14f26df..6c84b53871 100644 --- a/plugins/contrib/charts/jobs/Chart.yaml +++ b/plugins/contrib/charts/jobs/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 name: jobs -version: 1.135.4 +version: 1.135.5 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.135.4 + version: 1.135.5 - name: rancher-namespace repository: file://../rancher-namespace - version: 1.135.4 + version: 1.135.5 condition: createRancherNamespace diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index 4965c18935..d3ebf21c81 100644 --- a/plugins/contrib/charts/jobs/values.yaml +++ b/plugins/contrib/charts/jobs/values.yaml @@ -6,7 +6,7 @@ gitBranch: runs: {} image: "debian:stable" -degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/maildev/Chart.yaml b/plugins/contrib/charts/maildev/Chart.yaml index 41e462adfd..2cfd18480c 100644 --- a/plugins/contrib/charts/maildev/Chart.yaml +++ b/plugins/contrib/charts/maildev/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: A Helm chart for maildev name: maildev -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/metabase/Chart.yaml b/plugins/contrib/charts/metabase/Chart.yaml index 2f47ed6ca5..3b977f0fb7 100644 --- a/plugins/contrib/charts/metabase/Chart.yaml +++ b/plugins/contrib/charts/metabase/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: metabase -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/namespace/Chart.yaml b/plugins/contrib/charts/namespace/Chart.yaml index f0c76b221b..2b28e7a0a0 100644 --- a/plugins/contrib/charts/namespace/Chart.yaml +++ b/plugins/contrib/charts/namespace/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: namespace -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/oauth2-proxy/Chart.yaml b/plugins/contrib/charts/oauth2-proxy/Chart.yaml index 4952a100d4..8b20d257b0 100644 --- a/plugins/contrib/charts/oauth2-proxy/Chart.yaml +++ b/plugins/contrib/charts/oauth2-proxy/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: oauth2-proxy -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/output-volume/Chart.yaml b/plugins/contrib/charts/output-volume/Chart.yaml index 562c5570f9..45e15e0bdb 100644 --- a/plugins/contrib/charts/output-volume/Chart.yaml +++ b/plugins/contrib/charts/output-volume/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: security-policies -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/pgweb/Chart.yaml b/plugins/contrib/charts/pgweb/Chart.yaml index eaa190a127..9071063bfd 100644 --- a/plugins/contrib/charts/pgweb/Chart.yaml +++ b/plugins/contrib/charts/pgweb/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: pgweb -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/rancher-namespace/Chart.yaml b/plugins/contrib/charts/rancher-namespace/Chart.yaml index 0e38172bc0..19f5deb2e8 100644 --- a/plugins/contrib/charts/rancher-namespace/Chart.yaml +++ b/plugins/contrib/charts/rancher-namespace/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: rancher-namespace -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/redis/Chart.yaml b/plugins/contrib/charts/redis/Chart.yaml index 57b5a27034..59be3710cd 100644 --- a/plugins/contrib/charts/redis/Chart.yaml +++ b/plugins/contrib/charts/redis/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: redis -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/charts/security-policies/Chart.yaml b/plugins/contrib/charts/security-policies/Chart.yaml index 562c5570f9..45e15e0bdb 100644 --- a/plugins/contrib/charts/security-policies/Chart.yaml +++ b/plugins/contrib/charts/security-policies/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: security-policies -version: 1.135.4 +version: 1.135.5 diff --git a/plugins/contrib/debug-manifests/tests/__snapshots__/resources-tree-infos.test.js.snap b/plugins/contrib/debug-manifests/tests/__snapshots__/resources-tree-infos.test.js.snap index 39c22e2424..4541c1abb0 100644 --- a/plugins/contrib/debug-manifests/tests/__snapshots__/resources-tree-infos.test.js.snap +++ b/plugins/contrib/debug-manifests/tests/__snapshots__/resources-tree-infos.test.js.snap @@ -9,7 +9,7 @@ exports[`egapro 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 2626 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:2626 │ │ └── Ingress @@ -21,7 +21,7 @@ exports[`egapro 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 3000 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:3000 │ │ └── Ingress @@ -33,7 +33,7 @@ exports[`egapro 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -62,7 +62,7 @@ exports[`egapro 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -74,7 +74,7 @@ exports[`egapro 1`] = ` │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 │ │ └── kontinuous-wait-needs (init) -│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── Service │ │ └── port: http=80:8080 │ └── Ingress @@ -97,31 +97,31 @@ exports[`egapro 1`] = ` │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ └── degit-repository (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... ├── CronJob │ ├── schedule: 0 0 * * * @@ -166,7 +166,7 @@ exports[`template 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 2626 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:2626 │ │ └── Ingress @@ -178,7 +178,7 @@ exports[`template 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 3000 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:3000 │ │ └── Ingress @@ -190,7 +190,7 @@ exports[`template 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -219,7 +219,7 @@ exports[`template 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -231,7 +231,7 @@ exports[`template 1`] = ` │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 │ │ └── kontinuous-wait-needs (init) -│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── Service │ │ └── port: http=80:8080 │ └── Ingress @@ -254,31 +254,31 @@ exports[`template 1`] = ` │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ └── degit-repository (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... ├── CronJob │ ├── schedule: 0 0 * * * @@ -354,48 +354,48 @@ exports[`template 1`] = ` │ │ ├── image: ghcr.io/socialgouv/docker/psql:6.70.0 │ │ └── command: /bin/bash -c set -e /action/ensure-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: ghcr.io/socialgouv/docker/psql:6.70.0 │ │ └── command: /bin/bash -c set -e /action/ensure-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/import-secret.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: ghcr.io/socialgouv/docker/psql:7.0.0 │ │ └── command: /bin/bash -c set -e /action/seed-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... ├── Service │ ├── port: http=8080:http @@ -418,7 +418,7 @@ exports[`www 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 2626 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:2626 │ │ └── Ingress @@ -430,7 +430,7 @@ exports[`www 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 3000 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:3000 │ │ └── Ingress @@ -442,7 +442,7 @@ exports[`www 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -471,7 +471,7 @@ exports[`www 1`] = ` │ │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ │ └── port: 8080 │ │ │ └── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ │ ├── Service │ │ │ └── port: http=80:8080 │ │ └── Ingress @@ -483,7 +483,7 @@ exports[`www 1`] = ` │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 │ │ └── kontinuous-wait-needs (init) -│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── Service │ │ └── port: http=80:8080 │ └── Ingress @@ -506,31 +506,31 @@ exports[`www 1`] = ` │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ ├── job │ │ ├── image: moby/buildkit:v0.10.5-rootless │ │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... │ └── degit-repository (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... ├── CronJob │ ├── schedule: 0 0 * * * @@ -606,48 +606,48 @@ exports[`www 1`] = ` │ │ ├── image: ghcr.io/socialgouv/docker/psql:6.70.0 │ │ └── command: /bin/bash -c set -e /action/ensure-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: ghcr.io/socialgouv/docker/psql:6.70.0 │ │ └── command: /bin/bash -c set -e /action/ensure-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/import-secret.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ ├── job │ │ ├── image: ghcr.io/socialgouv/docker/psql:7.0.0 │ │ └── command: /bin/bash -c set -e /action/seed-db.sh │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... ├── Service │ ├── port: http=8080:http @@ -666,7 +666,7 @@ exports[`www 1`] = ` │ │ │ ├── image: ghcr.io/socialgouv/www/app:sha-1ca3107affe6e436280896ab63b912d536790cfe │ │ │ └── port: 8080 │ │ └── kontinuous-wait-needs (init) -│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 │ ├── Service │ │ └── port: http=80:8080 │ └── Ingress @@ -684,7 +684,7 @@ exports[`www 1`] = ` │ ├── image: moby/buildkit:v0.10.5-rootless │ └── command: /bin/sh -c set -e if [ "" != "" ]; then export C... └── degit-repository (init) - ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 └── command: sh -c degit SocialGouv/www#kontinuous-ac \\ /wor... " diff --git a/plugins/contrib/debug-manifests/tests/samples/egapro.yaml b/plugins/contrib/debug-manifests/tests/samples/egapro.yaml index cebfdd3291..3637a03534 100644 --- a/plugins/contrib/debug-manifests/tests/samples/egapro.yaml +++ b/plugins/contrib/debug-manifests/tests/samples/egapro.yaml @@ -219,7 +219,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -360,7 +360,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -503,7 +503,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -647,7 +647,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -792,7 +792,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -1018,7 +1018,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: egapro-preprod/Deployment/api @@ -1171,7 +1171,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: egapro-preprod/Deployment/app @@ -1301,7 +1301,7 @@ spec: memory: 128Mi initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: egapro-preprod/Deployment/declaration @@ -1603,7 +1603,7 @@ spec: memory: 128Mi initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: egapro-preprod/Deployment/simulateur @@ -1733,7 +1733,7 @@ spec: memory: 128Mi initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: egapro-preprod/Deployment/storybook diff --git a/plugins/contrib/debug-manifests/tests/samples/template.yaml b/plugins/contrib/debug-manifests/tests/samples/template.yaml index 43e361773c..834d058279 100644 --- a/plugins/contrib/debug-manifests/tests/samples/template.yaml +++ b/plugins/contrib/debug-manifests/tests/samples/template.yaml @@ -2735,7 +2735,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: >- @@ -2756,7 +2756,7 @@ spec: cpu: '0.081' memory: 227.555Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -2901,7 +2901,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -3037,7 +3037,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: >- @@ -3058,7 +3058,7 @@ spec: cpu: '0.081' memory: 227.555Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -3203,7 +3203,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -3339,7 +3339,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: >- @@ -3360,7 +3360,7 @@ spec: cpu: '0.081' memory: 227.555Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' @@ -3491,7 +3491,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: >- @@ -3512,7 +3512,7 @@ spec: cpu: '0.081' memory: 227.555Mi - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -3535,7 +3535,7 @@ spec: cpu: '0.081' memory: 227.555Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 command: - sh - '-c' diff --git a/plugins/contrib/debug-manifests/tests/samples/www.yaml b/plugins/contrib/debug-manifests/tests/samples/www.yaml index 1f5cc1502b..c79ddcc81d 100644 --- a/plugins/contrib/debug-manifests/tests/samples/www.yaml +++ b/plugins/contrib/debug-manifests/tests/samples/www.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/degit:v1.135.5 imagePullPolicy: IfNotPresent command: - sh @@ -327,7 +327,7 @@ spec: memory: 0 initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: www-kontinuous-ac/Deployment/app diff --git a/plugins/contrib/patches/05.1-needs-using-initcontainers.js b/plugins/contrib/patches/05.1-needs-using-initcontainers.js index 333052ff6d..4ea3f2eb5c 100644 --- a/plugins/contrib/patches/05.1-needs-using-initcontainers.js +++ b/plugins/contrib/patches/05.1-needs-using-initcontainers.js @@ -1,4 +1,4 @@ -const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.4" +const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1.135.5" // const kontinuousNeedsImage = "harbor.fabrique.social.gouv.fr/sre/kontinuous/wait-needs:v1" const getDeps = require("../lib/get-needs-deps") diff --git a/plugins/fabrique/Chart.yaml b/plugins/fabrique/Chart.yaml index cf7ba63bef..59ab12beb9 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fabrique -version: 1.135.4 +version: 1.135.5 dependencies: - name: keycloakx repository: https://codecentric.github.io/helm-charts @@ -8,5 +8,5 @@ dependencies: condition: keycloakx.enabled - name: contrib repository: file://./charts/contrib - version: 1.135.4 + version: 1.135.5 condition: contrib.enabled