From cac5b7fb8c0b86d0615e716b7043bf44041f153c Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:43:59 +0000 Subject: [PATCH] chore(release): 1.172.2 --- .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 +- .../__snapshots__/app-simple-options.dev.yaml | 10 +- .../tests/__snapshots__/deactivate.dev.yaml | 2 +- .../tests/__snapshots__/extends-ovh.dev.yaml | 4 +- .../tests/__snapshots__/extends-ovh.prod.yaml | 4 +- .../tests/__snapshots__/include-file.dev.yaml | 2 +- .../__snapshots__/init-container.dev.yaml | 2 +- .../tests/__snapshots__/job-builds.dev.yaml | 4 +- .../__snapshots__/job-no-affinity.dev.yaml | 2 +- .../__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 +- .../override-env-default.dev.yaml | 2 +- .../tests/__snapshots__/pg.dev.yaml | 2 +- .../tests/__snapshots__/pg.prod.yaml | 2 +- .../tests/__snapshots__/repo.domifa.dev.yaml | 18 +-- .../__snapshots__/repo.domifa.preprod.yaml | 8 +- .../tests/__snapshots__/repo.domifa.prod.yaml | 8 +- .../socialgouv-autodevops-override.dev.yaml | 2 +- .../socialgouv-autodevops.dev.yaml | 2 +- .../__snapshots__/values-extends.dev.yaml | 2 +- .../__snapshots__/values-extends.preprod.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/daemon/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 +- .../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 +- plugins/contrib/jobs/trigger-cronjob/use.yaml | 2 +- .../05.1-needs-using-initcontainers.js | 2 +- plugins/fabrique/Chart.yaml | 8 +- 73 files changed, 196 insertions(+), 189 deletions(-) diff --git a/.github/actions/deploy-via-github/Dockerfile b/.github/actions/deploy-via-github/Dockerfile index 098f55164f..f40cebf5db 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.172.1 +FROM ghcr.io/socialgouv/kontinuous:v1.172.2 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deploy-via-github/action.yaml b/.github/actions/deploy-via-github/action.yaml index a4bad83d47..21b6df0edc 100644 --- a/.github/actions/deploy-via-github/action.yaml +++ b/.github/actions/deploy-via-github/action.yaml @@ -49,7 +49,7 @@ outputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.172.1 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.172.2 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 3d528c2cbc..d3f7d6839a 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.172.1 as base +FROM ghcr.io/socialgouv/kontinuous:v1.172.2 as base USER 0 diff --git a/.github/actions/deploy-via-webhook/action.yaml b/.github/actions/deploy-via-webhook/action.yaml index 26e213492f..2ba9ab5721 100644 --- a/.github/actions/deploy-via-webhook/action.yaml +++ b/.github/actions/deploy-via-webhook/action.yaml @@ -29,7 +29,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.172.1 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.172.2 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 2089eac706..8defb2c552 100644 --- a/.github/actions/deploy-via-webhook/kontinuousVersion +++ b/.github/actions/deploy-via-webhook/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.172.1 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.172.2 \ No newline at end of file diff --git a/.github/actions/env/Dockerfile b/.github/actions/env/Dockerfile index d2fc7bb12f..7879324ac2 100644 --- a/.github/actions/env/Dockerfile +++ b/.github/actions/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.172.1 +FROM ghcr.io/socialgouv/kontinuous:v1.172.2 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/env/action.yaml b/.github/actions/env/action.yaml index ccbd98ce66..13d0bd5a4c 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.172.1 + image: docker://ghcr.io/socialgouv/kontinuous/env:v1.172.2 env: KS_GIT_BRANCH: ${{ inputs.branch }} KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }} diff --git a/.github/kontinuousVersion b/.github/kontinuousVersion index 2089eac706..8defb2c552 100644 --- a/.github/kontinuousVersion +++ b/.github/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.172.1 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.172.2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 121bfde119..2e003547e3 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.172.2 (2024-03-18) + + +### Bug Fixes + +* debug-links provider ([8edde8c](https://github.com/socialgouv/kontinuous/commit/8edde8ca46e2293bf39bf5d1ef4f7339c6d345c7)) + ## 1.172.1 (2024-03-18) diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index 7cd6471525..339f3cf85c 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.172.1 + image: ghcr.io/socialgouv/kontinuous/webhook:v1.172.2 # 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 f9bd889e43..fddb3b0151 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.172.1"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.172.1"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.172.2"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.172.2"} 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 b1a50e1e40..df26843e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.172.1", + "version": "1.172.2", "repository": "git@github.com:socialgouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index 8a47a7e1d9..35365d1c6f 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.172.1 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.172.1 --chown=999:999 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.172.2 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.172.2 --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 28ebcfd941..db27516a0c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.172.1", + "version": "1.172.2", "description": "", "license": "MIT", "engines": { diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 47623d5109..e3d79ab316 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "~dev-tools", - "version": "1.172.1", + "version": "1.172.2", "dependencies": { "replace": "^1.2.2", "~common": "workspace:^" diff --git a/packages/helm-tree/package.json b/packages/helm-tree/package.json index 9080a5896e..be548285d6 100644 --- a/packages/helm-tree/package.json +++ b/packages/helm-tree/package.json @@ -1,6 +1,6 @@ { "name": "helm-tree", - "version": "1.172.1", + "version": "1.172.2", "description": "", "license": "MIT", "engines": { diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index 5e086cc217..3fbf2c432c 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.172.1", + "version": "1.172.2", "repository": "https://github.com/socialgouv/kontinuous.git", "homepage": "https://socialgouv.github.io/kontinuous/", "license": "MIT", diff --git a/packages/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml b/packages/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml index d87846bdeb..3c22558df9 100644 --- a/packages/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -595,7 +595,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -618,7 +618,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml index 177b165a84..f51d9cb29e 100644 --- a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml @@ -55,7 +55,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml b/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml index e76dd3f320..7c4856b440 100644 --- a/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml b/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml index a8c4327197..c85b3606e9 100644 --- a/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml @@ -294,7 +294,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index 1152a290b6..86bacf824a 100644 --- a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml @@ -132,7 +132,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 4b16166921..1fd4c806b3 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 662818fbd4..9ad999b9ec 100644 --- a/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -418,7 +418,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/job-no-affinity.dev.yaml b/packages/kontinuous/tests/__snapshots__/job-no-affinity.dev.yaml index e60f7d768c..fe63dfba64 100644 --- a/packages/kontinuous/tests/__snapshots__/job-no-affinity.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/job-no-affinity.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 ca6445d4c3..44b574e2a2 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 1bc322add7..4001f52b01 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -458,7 +458,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -743,7 +743,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 f24ad70e38..a5aea57286 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -741,7 +741,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 c6fa090448..8cc7fc674d 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 b49b21c909..e15ad967d1 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 6894249e29..230f5e2e61 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -431,7 +431,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -454,7 +454,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 72894f78f9..1a2604969d 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 c3a2c5ff3b..c0b6af3074 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml index 171858646d..5349bf42be 100644 --- a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -262,7 +262,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/output.dev.yaml b/packages/kontinuous/tests/__snapshots__/output.dev.yaml index 99da50476f..e9b51e4218 100644 --- a/packages/kontinuous/tests/__snapshots__/output.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/output.dev.yaml @@ -158,7 +158,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -295,7 +295,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml b/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml index 0451fdb57e..2e5d552e13 100644 --- a/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml @@ -213,7 +213,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/pg.dev.yaml b/packages/kontinuous/tests/__snapshots__/pg.dev.yaml index 6f40e006c2..a238e62466 100644 --- a/packages/kontinuous/tests/__snapshots__/pg.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/pg.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/pg.prod.yaml b/packages/kontinuous/tests/__snapshots__/pg.prod.yaml index 2e4b32fbc5..107899906d 100644 --- a/packages/kontinuous/tests/__snapshots__/pg.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/pg.prod.yaml @@ -213,7 +213,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml index db462a0eab..a7ace51d3b 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml @@ -170,7 +170,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -459,7 +459,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -749,7 +749,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1035,7 +1035,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1322,7 +1322,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -1486,7 +1486,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -1645,7 +1645,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c @@ -1784,7 +1784,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1807,7 +1807,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml index 514d76a9a8..d4ca828b6c 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml @@ -169,7 +169,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -454,7 +454,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -744,7 +744,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1030,7 +1030,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 18956bab8d..6763f42a97 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml @@ -224,7 +224,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -512,7 +512,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -802,7 +802,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1089,7 +1089,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml index f7b3da5210..ad57f211ea 100644 --- a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml index caef23891c..a0df07c203 100644 --- a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml b/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml index 8adb8d526a..01797c3884 100644 --- a/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml b/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml index 4e34b1a12e..6e6e62baf3 100644 --- a/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml @@ -133,7 +133,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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 f126871528..d03b9836e6 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.172.1 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.172.2 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/wait-needs/package.json b/packages/wait-needs/package.json index e98012d1da..94d7694050 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.172.1", + "version": "1.172.2", "engines": { "node": "^16.17 || ^18 || ^20" } diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index 9976d6b4b5..7ee07394f0 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.172.1 +version: 1.172.2 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 77ee0149c2..706f304b0a 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.172.1", + "version": "1.172.2", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 7419f1eb63..71cf50000f 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.172.1 +image: ghcr.io/socialgouv/kontinuous/webhook:v1.172.2 resources: limits: cpu: 2 diff --git a/plugins/contrib/charts/app/Chart.yaml b/plugins/contrib/charts/app/Chart.yaml index 13b5941d25..620bb32c82 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/contrib-helpers/Chart.yaml b/plugins/contrib/charts/contrib-helpers/Chart.yaml index e7af2140b0..453a93ad95 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.172.1 +version: 1.172.2 type: library diff --git a/plugins/contrib/charts/daemon/Chart.yaml b/plugins/contrib/charts/daemon/Chart.yaml index b293ed4c96..88d687e145 100644 --- a/plugins/contrib/charts/daemon/Chart.yaml +++ b/plugins/contrib/charts/daemon/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: daemon -version: 1.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/deactivate/Chart.yaml b/plugins/contrib/charts/deactivate/Chart.yaml index a3afb02669..bc6c486f25 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.172.1 +version: 1.172.2 dependencies: - name: jobs repository: file://../jobs condition: 'true' alias: jobs-deactivate - version: 1.172.1 + version: 1.172.2 diff --git a/plugins/contrib/charts/hasura/Chart.yaml b/plugins/contrib/charts/hasura/Chart.yaml index 578f226b8e..3a1149cbfe 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/job/Chart.yaml b/plugins/contrib/charts/job/Chart.yaml index 5f634bf71f..c1d420e221 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.172.1 +version: 1.172.2 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.172.1 + version: 1.172.2 diff --git a/plugins/contrib/charts/job/values.yaml b/plugins/contrib/charts/job/values.yaml index 85ca4d2cdd..71d6dce979 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.172.1 + degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/jobs/Chart.yaml b/plugins/contrib/charts/jobs/Chart.yaml index aa72c7fe9b..84e55d5d93 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.172.1 +version: 1.172.2 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.172.1 + version: 1.172.2 diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index d0dd73317f..6270a7b624 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.172.1 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/metabase/Chart.yaml b/plugins/contrib/charts/metabase/Chart.yaml index 6517fe179f..e22670312a 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/namespace/Chart.yaml b/plugins/contrib/charts/namespace/Chart.yaml index c5cfffb2f1..e9b5c786fa 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/oauth2-proxy/Chart.yaml b/plugins/contrib/charts/oauth2-proxy/Chart.yaml index 43a1ce42f7..910825e257 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/output-volume/Chart.yaml b/plugins/contrib/charts/output-volume/Chart.yaml index ff40bb7e5c..f472ca0392 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/rancher-namespace/Chart.yaml b/plugins/contrib/charts/rancher-namespace/Chart.yaml index db5611fbc0..2a5692296b 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/redis/Chart.yaml b/plugins/contrib/charts/redis/Chart.yaml index fddf17c51c..852a91d8a1 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.172.1 +version: 1.172.2 diff --git a/plugins/contrib/charts/security-policies/Chart.yaml b/plugins/contrib/charts/security-policies/Chart.yaml index b60c6022af..ea9733c8c4 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.172.1 +version: 1.172.2 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 08f4991da5..91e81b136e 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 @@ -6,7 +6,7 @@ exports[`egapro 1`] = ` │ ├── api │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 2626 @@ -18,7 +18,7 @@ exports[`egapro 1`] = ` │ ├── app │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 3000 @@ -30,7 +30,7 @@ exports[`egapro 1`] = ` │ ├── declaration │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -59,7 +59,7 @@ exports[`egapro 1`] = ` │ ├── simulateur │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -71,7 +71,7 @@ exports[`egapro 1`] = ` │ └── storybook │ ├── Deployment │ │ ├── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ └── app │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ └── port: 8080 @@ -95,35 +95,35 @@ exports[`egapro 1`] = ` ├── Job │ ├── job-egapro-master-jobs-con-6v7vwk-build-api-buildkit-4zg3ke │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-app-buildkit-1ngsea │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-declaration-bui-3ykcwt │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-simulateur-buil-3zbx3v │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ └── job-egapro-master-jobs-con-6v7vwk-build-storybook-build-287ohe │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ └── job │ ├── image: moby/buildkit:v0.10.5-rootless @@ -174,7 +174,7 @@ exports[`template 1`] = ` │ ├── api │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 2626 @@ -186,7 +186,7 @@ exports[`template 1`] = ` │ ├── app │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 3000 @@ -198,7 +198,7 @@ exports[`template 1`] = ` │ ├── declaration │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -227,7 +227,7 @@ exports[`template 1`] = ` │ ├── simulateur │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -239,7 +239,7 @@ exports[`template 1`] = ` │ └── storybook │ ├── Deployment │ │ ├── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ └── app │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ └── port: 8080 @@ -263,35 +263,35 @@ exports[`template 1`] = ` ├── Job │ ├── job-egapro-master-jobs-con-6v7vwk-build-api-buildkit-4zg3ke │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-app-buildkit-1ngsea │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-declaration-bui-3ykcwt │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-simulateur-buil-3zbx3v │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ └── job-egapro-master-jobs-con-6v7vwk-build-storybook-build-287ohe │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ └── job │ ├── image: moby/buildkit:v0.10.5-rootless @@ -374,53 +374,53 @@ exports[`template 1`] = ` ├── Job │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-hasura-crea-3rcr3k │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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 │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-hasura-crea-5axfnj │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-keycloak-cr-5fc7zt │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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 │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-keycloak-cr-4j23v3 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-seed-hasura-im-pfycj9 │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/import-secret.sh │ └── job-template-k-mvp-mig-9-jobs-con-6v7vwk-seed-hasura-se-5un89q │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ └── job │ ├── image: ghcr.io/socialgouv/docker/psql:7.0.0 @@ -443,7 +443,7 @@ exports[`www 1`] = ` │ ├── api │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/api:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 2626 @@ -455,7 +455,7 @@ exports[`www 1`] = ` │ ├── app │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/app:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 3000 @@ -467,7 +467,7 @@ exports[`www 1`] = ` │ ├── declaration │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/declaration:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -496,7 +496,7 @@ exports[`www 1`] = ` │ ├── simulateur │ │ ├── Deployment │ │ │ ├── kontinuous-wait-needs (init) -│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ │ └── app │ │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/simulateur:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ │ └── port: 8080 @@ -508,7 +508,7 @@ exports[`www 1`] = ` │ └── storybook │ ├── Deployment │ │ ├── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ └── app │ │ ├── image: harbor.fabrique.social.gouv.fr/egapro/egapro/storybook:preprod-b5faa561893cd5e18a5bc6fca3b3b10f5adc2ae8 │ │ └── port: 8080 @@ -532,35 +532,35 @@ exports[`www 1`] = ` ├── Job │ ├── job-egapro-master-jobs-con-6v7vwk-build-api-buildkit-4zg3ke │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-app-buildkit-1ngsea │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-declaration-bui-3ykcwt │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ ├── job-egapro-master-jobs-con-6v7vwk-build-simulateur-buil-3zbx3v │ │ ├── degit-repository (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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... │ └── job-egapro-master-jobs-con-6v7vwk-build-storybook-build-287ohe │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/egapro#master \\ /workspa... │ └── job │ ├── image: moby/buildkit:v0.10.5-rootless @@ -643,53 +643,53 @@ exports[`www 1`] = ` ├── Job │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-hasura-crea-3rcr3k │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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 │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-hasura-crea-5axfnj │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-keycloak-cr-5fc7zt │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── 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 │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-db-keycloak-cr-4j23v3 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/create-secret.sh │ ├── job-template-k-mvp-mig-9-jobs-con-6v7vwk-seed-hasura-im-pfycj9 │ │ ├── kontinuous-wait-needs (init) - │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ │ └── job │ │ ├── image: bitnami/kubectl:latest │ │ └── command: /bin/bash -c set -e /action/import-secret.sh │ └── job-template-k-mvp-mig-9-jobs-con-6v7vwk-seed-hasura-se-5un89q │ ├── kontinuous-wait-needs (init) - │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ │ └── command: sh -c degit SocialGouv/kontinuous/plugins/contrib/... │ └── job │ ├── image: ghcr.io/socialgouv/docker/psql:7.0.0 @@ -708,7 +708,7 @@ exports[`www 1`] = ` │ └── app │ ├── Deployment │ │ ├── kontinuous-wait-needs (init) -│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 │ │ └── app │ │ ├── image: ghcr.io/socialgouv/www/app:sha-1ca3107affe6e436280896ab63b912d536790cfe │ │ └── port: 8080 @@ -727,7 +727,7 @@ exports[`www 1`] = ` └── Job └── job-www-kontinuous-ac-jobs-con-6v7vwk-build-app-buildkit-1ngsea ├── degit-repository (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 │ └── command: sh -c degit SocialGouv/www#kontinuous-ac \\ /wor... └── job ├── image: moby/buildkit:v0.10.5-rootless diff --git a/plugins/contrib/debug-manifests/tests/samples/egapro.yaml b/plugins/contrib/debug-manifests/tests/samples/egapro.yaml index 225ec58f65..c69190ed6e 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -360,7 +360,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -503,7 +503,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -647,7 +647,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -792,7 +792,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -1018,7 +1018,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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 6c9b025f77..1028ec82f0 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.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" @@ -2901,7 +2901,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" @@ -3037,7 +3037,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" @@ -3203,7 +3203,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" @@ -3339,7 +3339,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" @@ -3491,7 +3491,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 command: - sh - "-c" diff --git a/plugins/contrib/debug-manifests/tests/samples/www.yaml b/plugins/contrib/debug-manifests/tests/samples/www.yaml index ae58c9a0b4..1a387b6f08 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.172.1 + image: ghcr.io/socialgouv/kontinuous/degit:v1.172.2 imagePullPolicy: IfNotPresent command: - sh @@ -327,7 +327,7 @@ spec: memory: 0 initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.1 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2 env: - name: WAIT_NEEDS_ANNOTATIONS_REF value: www-kontinuous-ac/Deployment/app diff --git a/plugins/contrib/jobs/trigger-cronjob/use.yaml b/plugins/contrib/jobs/trigger-cronjob/use.yaml index ec9d66d1f3..cc73745f03 100644 --- a/plugins/contrib/jobs/trigger-cronjob/use.yaml +++ b/plugins/contrib/jobs/trigger-cronjob/use.yaml @@ -3,7 +3,7 @@ runs: checkout: false action: false kubernetes: true - image: ghcr.io/socialgouv/kontinuous:v1.172.1 + image: ghcr.io/socialgouv/kontinuous:v1.172.2 user: 1001 env: - name: CRONJOB_NAME diff --git a/plugins/contrib/patches/05.1-needs-using-initcontainers.js b/plugins/contrib/patches/05.1-needs-using-initcontainers.js index 463e7ac41c..f37dd71beb 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.172.1" +const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1.172.2" // 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 34d0804806..5eb47c6986 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,18 +1,18 @@ apiVersion: v2 name: fabrique -version: 1.172.1 +version: 1.172.2 dependencies: - name: contrib repository: file://./charts/contrib - version: 1.172.1 + version: 1.172.2 condition: contrib.enabled - name: pg repository: file://./charts/pg - version: 1.172.1 + version: 1.172.2 condition: pg.enabled - name: pgweb repository: file://./charts/pgweb - version: 1.172.1 + version: 1.172.2 condition: pgweb.enabled - name: keycloakx repository: https://codecentric.github.io/helm-charts