From 7aaa0bc4bbf2fda68852326b59123206a86326af Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 30 Mar 2023 07:27:03 +0000 Subject: [PATCH] chore(release): 1.138.0 --- .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/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 | 4 +- plugins/contrib/charts/job/values.yaml | 2 +- plugins/contrib/charts/jobs/Chart.yaml | 4 +- plugins/contrib/charts/jobs/values.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 | 3 +- plugins/fabrique/Chart.yaml | 6 +- 62 files changed, 178 insertions(+), 172 deletions(-) diff --git a/.github/actions/deploy-via-github/Dockerfile b/.github/actions/deploy-via-github/Dockerfile index 774923c6f5..85de1a468b 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.137.10 +FROM ghcr.io/socialgouv/kontinuous:v1.138.0 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deploy-via-github/action.yaml b/.github/actions/deploy-via-github/action.yaml index 0d66f331ee..74783d5440 100644 --- a/.github/actions/deploy-via-github/action.yaml +++ b/.github/actions/deploy-via-github/action.yaml @@ -36,7 +36,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.137.10 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.138.0 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 ef4ba94f82..42bdb2233f 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.137.10 as base +FROM ghcr.io/socialgouv/kontinuous:v1.138.0 as base USER 0 diff --git a/.github/actions/deploy-via-webhook/action.yaml b/.github/actions/deploy-via-webhook/action.yaml index a246738faf..3662f4dc1f 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.137.10 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.138.0 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 16a475820c..63613391b8 100644 --- a/.github/actions/deploy-via-webhook/kontinuousVersion +++ b/.github/actions/deploy-via-webhook/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.137.10 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.138.0 \ No newline at end of file diff --git a/.github/actions/env/Dockerfile b/.github/actions/env/Dockerfile index 774923c6f5..85de1a468b 100644 --- a/.github/actions/env/Dockerfile +++ b/.github/actions/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.137.10 +FROM ghcr.io/socialgouv/kontinuous:v1.138.0 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/env/action.yaml b/.github/actions/env/action.yaml index cb643ee355..9482ecc0ee 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.137.10 + image: docker://ghcr.io/socialgouv/kontinuous/env:v1.138.0 env: KS_GIT_BRANCH: ${{ inputs.branch }} KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }} diff --git a/.github/kontinuousVersion b/.github/kontinuousVersion index 16a475820c..63613391b8 100644 --- a/.github/kontinuousVersion +++ b/.github/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.137.10 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.138.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4987c6265b..34290abd8f 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.138.0 (2023-03-30) + + +### Features + +* ci-detect + fix isLocal default ([#258](https://github.com/socialgouv/kontinuous/issues/258)) ([8f09a37](https://github.com/socialgouv/kontinuous/commit/8f09a37708c1a5bf2948f8207cf04403b9654da0)) + ## 1.137.10 (2023-03-29) diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index ed580874e7..73f46a2d86 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.137.10 + image: ghcr.io/socialgouv/kontinuous/webhook:v1.138.0 # 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 60dcf52896..f4feda13a9 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.137.10"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.137.10"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.138.0"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.138.0"} 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 dabccff9d5..3dd4a75d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.137.10", + "version": "1.138.0", "repository": "git@github.com:socialgouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index 4fafdd0e44..8975123a21 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.137.10 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.137.10 --chown=999:999 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.138.0 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.138.0 --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 223d18ac4a..a06105c614 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.137.10", + "version": "1.138.0", "description": "", "license": "MIT", "engines": { diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 7f591470c1..24a58577b5 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "~dev-tools", - "version": "1.137.10", + "version": "1.138.0", "dependencies": { "replace": "^1.2.2", "~common": "workspace:^" diff --git a/packages/helm-tree/package.json b/packages/helm-tree/package.json index 3dbab3c23e..0be068eee4 100644 --- a/packages/helm-tree/package.json +++ b/packages/helm-tree/package.json @@ -1,6 +1,6 @@ { "name": "helm-tree", - "version": "1.137.10", + "version": "1.138.0", "description": "", "license": "MIT", "engines": { diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index 166c1523e8..595204cb52 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.137.10", + "version": "1.138.0", "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 0236a19475..ed48d0f70c 100644 --- a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml @@ -60,7 +60,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index bffc374dd7..a0f7396d62 100644 --- a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml @@ -138,7 +138,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 1f33c5256e..ec99899359 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 e2677a96e8..150e456dc4 100644 --- a/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml @@ -140,7 +140,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -305,7 +305,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 d97e818393..00a22a151e 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml @@ -140,7 +140,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 a88a24b865..7e456a4f1a 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml @@ -141,7 +141,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -292,7 +292,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -440,7 +440,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -603,7 +603,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 21b91109ac..d16e964766 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml @@ -141,7 +141,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -292,7 +292,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -439,7 +439,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -601,7 +601,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 263f1690fd..2ec7c8a9d3 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -289,7 +289,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 b4fbedd18b..34bad89938 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml @@ -140,7 +140,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -290,7 +290,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 cfe8bd0523..5e958671fe 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml @@ -140,7 +140,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -290,7 +290,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -437,7 +437,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -460,7 +460,7 @@ spec: cpu: '0' memory: '0' - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 687cc86269..6b278dfb21 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -289,7 +289,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 fcdb45d2e9..4c9fdd74a2 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -289,7 +289,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml index 0386ca5a08..70ddaced4e 100644 --- a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -256,7 +256,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/output.dev.yaml b/packages/kontinuous/tests/__snapshots__/output.dev.yaml index 71a0ad560e..0d53a20517 100644 --- a/packages/kontinuous/tests/__snapshots__/output.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/output.dev.yaml @@ -165,7 +165,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -290,7 +290,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 de19b08392..dd64250d43 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml @@ -176,7 +176,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -343,7 +343,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -512,7 +512,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -678,7 +678,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -844,7 +844,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -995,7 +995,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -1141,7 +1141,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -1267,7 +1267,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -1290,7 +1290,7 @@ spec: cpu: '0' memory: '0' - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml index 49d35bd9a3..3dd5bf0c99 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml @@ -174,7 +174,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -337,7 +337,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -506,7 +506,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -672,7 +672,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 7e371849ac..d527d451f8 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml @@ -229,7 +229,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -395,7 +395,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -564,7 +564,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -731,7 +731,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 472f841b44..9496c8e256 100644 --- a/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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 e00a046ab4..b6039f8bbc 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.137.10 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.138.0 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/wait-needs/package.json b/packages/wait-needs/package.json index 80d20e7207..3242b56fbf 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.137.10", + "version": "1.138.0", "engines": { "node": "^16.17 || ^18" } diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index b58acea06c..1d945dd90e 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.137.10 +version: 1.138.0 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 34edd26902..c88882a0f9 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.137.10", + "version": "1.138.0", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 752c6774d1..50924df5c4 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.137.10 +image: ghcr.io/socialgouv/kontinuous/webhook:v1.138.0 resources: limits: cpu: 2 diff --git a/plugins/contrib/charts/app/Chart.yaml b/plugins/contrib/charts/app/Chart.yaml index 18ca805172..3ee57cc59e 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/contrib-helpers/Chart.yaml b/plugins/contrib/charts/contrib-helpers/Chart.yaml index 2cda234698..eda80ea35a 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.137.10 +version: 1.138.0 type: library diff --git a/plugins/contrib/charts/deactivate/Chart.yaml b/plugins/contrib/charts/deactivate/Chart.yaml index 29ac8a006c..f463da3cae 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.137.10 +version: 1.138.0 dependencies: - name: jobs repository: file://../jobs condition: 'true' alias: jobs-deactivate - version: 1.137.10 + version: 1.138.0 diff --git a/plugins/contrib/charts/hasura/Chart.yaml b/plugins/contrib/charts/hasura/Chart.yaml index 8189accfa2..73f4098086 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/job/Chart.yaml b/plugins/contrib/charts/job/Chart.yaml index c6c2adf73e..5c7806b440 100644 --- a/plugins/contrib/charts/job/Chart.yaml +++ b/plugins/contrib/charts/job/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: job -version: 1.137.10 +version: 1.138.0 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.137.10 + version: 1.138.0 diff --git a/plugins/contrib/charts/job/values.yaml b/plugins/contrib/charts/job/values.yaml index 40cfc84d23..6a61220fad 100644 --- a/plugins/contrib/charts/job/values.yaml +++ b/plugins/contrib/charts/job/values.yaml @@ -6,7 +6,7 @@ gitBranch: runs: {} defaults: image: "debian:stable" - degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/jobs/Chart.yaml b/plugins/contrib/charts/jobs/Chart.yaml index db6d29a5f7..f0d7440d68 100644 --- a/plugins/contrib/charts/jobs/Chart.yaml +++ b/plugins/contrib/charts/jobs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: jobs -version: 1.137.10 +version: 1.138.0 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.137.10 + version: 1.138.0 diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index c1166bc22a..333d86e1e4 100644 --- a/plugins/contrib/charts/jobs/values.yaml +++ b/plugins/contrib/charts/jobs/values.yaml @@ -5,7 +5,7 @@ gitBranch: runs: {} image: "debian:stable" -degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/metabase/Chart.yaml b/plugins/contrib/charts/metabase/Chart.yaml index 7b4ca0408c..83f1e157f7 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/namespace/Chart.yaml b/plugins/contrib/charts/namespace/Chart.yaml index 435bbeae8e..49b5e29ac0 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/oauth2-proxy/Chart.yaml b/plugins/contrib/charts/oauth2-proxy/Chart.yaml index c44e4d2d62..f7f946dc93 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/output-volume/Chart.yaml b/plugins/contrib/charts/output-volume/Chart.yaml index 08edc80e41..80befd6b71 100644 --- a/plugins/contrib/charts/output-volume/Chart.yaml +++ b/plugins/contrib/charts/output-volume/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: output-volume -version: 1.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/pgweb/Chart.yaml b/plugins/contrib/charts/pgweb/Chart.yaml index edb14fc5cc..88de57504e 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/rancher-namespace/Chart.yaml b/plugins/contrib/charts/rancher-namespace/Chart.yaml index 4d48e5ffb3..fc5f3b98ed 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/redis/Chart.yaml b/plugins/contrib/charts/redis/Chart.yaml index a4c9f683a6..130a7fa59d 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.137.10 +version: 1.138.0 diff --git a/plugins/contrib/charts/security-policies/Chart.yaml b/plugins/contrib/charts/security-policies/Chart.yaml index 3405b0bc95..e732db9d5b 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.137.10 +version: 1.138.0 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 1142e4398b..d1e167ee82 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ └── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ └── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ │ ├── 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.137.10 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── 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.137.10 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 │ └── 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.137.10 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 │ ├── 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.137.10 + ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 └── 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 1bd54d35e8..1c5f25d433 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -360,7 +360,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -503,7 +503,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -647,7 +647,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -792,7 +792,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -1018,7 +1018,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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 0ff9538bf4..3f3f196179 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.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -2901,7 +2901,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -3037,7 +3037,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -3203,7 +3203,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -3339,7 +3339,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' @@ -3491,7 +3491,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 command: - sh - '-c' diff --git a/plugins/contrib/debug-manifests/tests/samples/www.yaml b/plugins/contrib/debug-manifests/tests/samples/www.yaml index 18ef6b4c51..24839c90e2 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.137.10 + image: ghcr.io/socialgouv/kontinuous/degit:v1.138.0 imagePullPolicy: IfNotPresent command: - sh @@ -327,7 +327,7 @@ spec: memory: 0 initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0 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 e96d3386c3..9cce5a2a26 100644 --- a/plugins/contrib/patches/05.1-needs-using-initcontainers.js +++ b/plugins/contrib/patches/05.1-needs-using-initcontainers.js @@ -1,5 +1,4 @@ -const kontinuousNeedsImage = - "ghcr.io/socialgouv/kontinuous/wait-needs:v1.137.10" +const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1.138.0" // 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 1b2df73c14..6b280d5e45 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: fabrique -version: 1.137.10 +version: 1.138.0 dependencies: - name: contrib repository: file://./charts/contrib - version: 1.137.10 + version: 1.138.0 condition: contrib.enabled - name: pg repository: file://./charts/pg - version: 1.137.10 + version: 1.138.0 condition: pg.enabled - name: keycloakx repository: https://codecentric.github.io/helm-charts