diff --git a/.github/actions/deploy-via-github/Dockerfile b/.github/actions/deploy-via-github/Dockerfile index f49c57e8e4..87757ec96c 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.147.32 +FROM ghcr.io/socialgouv/kontinuous:v1.147.33 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deploy-via-github/action.yaml b/.github/actions/deploy-via-github/action.yaml index cfdae697be..85a1a8ffce 100644 --- a/.github/actions/deploy-via-github/action.yaml +++ b/.github/actions/deploy-via-github/action.yaml @@ -39,7 +39,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.147.32 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.147.33 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 01080b3253..3cd404c76d 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.147.32 as base +FROM ghcr.io/socialgouv/kontinuous:v1.147.33 as base USER 0 diff --git a/.github/actions/deploy-via-webhook/action.yaml b/.github/actions/deploy-via-webhook/action.yaml index 877aca2a54..1116f480a8 100644 --- a/.github/actions/deploy-via-webhook/action.yaml +++ b/.github/actions/deploy-via-webhook/action.yaml @@ -23,7 +23,7 @@ inputs: runs: using: docker # image: Dockerfile - image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.147.32 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.147.33 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 1007d83b5a..4d7c46788e 100644 --- a/.github/actions/deploy-via-webhook/kontinuousVersion +++ b/.github/actions/deploy-via-webhook/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.147.32 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.147.33 \ No newline at end of file diff --git a/.github/actions/env/Dockerfile b/.github/actions/env/Dockerfile index d514999584..f0f6f75095 100644 --- a/.github/actions/env/Dockerfile +++ b/.github/actions/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.147.32 +FROM ghcr.io/socialgouv/kontinuous:v1.147.33 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/env/action.yaml b/.github/actions/env/action.yaml index 85a0c6fdcc..9c20affbf5 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.147.32 + image: docker://ghcr.io/socialgouv/kontinuous/env:v1.147.33 env: KS_GIT_BRANCH: ${{ inputs.branch }} KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }} diff --git a/.github/kontinuousVersion b/.github/kontinuousVersion index 1007d83b5a..4d7c46788e 100644 --- a/.github/kontinuousVersion +++ b/.github/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.147.32 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1.147.33 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7faee2ea07..cc95c95e04 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.147.33 (2023-05-12) + + +### Bug Fixes + +* chart pg global values ([#319](https://github.com/socialgouv/kontinuous/issues/319)) ([4b93acf](https://github.com/socialgouv/kontinuous/commit/4b93acfedbe1f75fe9f13e89d8d6da5a11380383)) + ## 1.147.32 (2023-05-11) diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index 5ed29d19f7..cbb5cb5da9 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.147.32 + image: ghcr.io/socialgouv/kontinuous/webhook:v1.147.33 # 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 c926a84360..4d095e66db 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.147.32"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.147.32"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.147.33"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.147.33"} 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 3e67a8ceb7..ba4d28db02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.147.32", + "version": "1.147.33", "repository": "git@github.com:socialgouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index b2ca65f4c7..0bed2c271f 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.147.32 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.147.32 --chown=999:999 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.147.33 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.147.33 --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 e1c2bd6e0a..1c09499f7c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.147.32", + "version": "1.147.33", "description": "", "license": "MIT", "engines": { diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 62b47dd8fd..73d3fc1701 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "~dev-tools", - "version": "1.147.32", + "version": "1.147.33", "dependencies": { "replace": "^1.2.2", "~common": "workspace:^" diff --git a/packages/helm-tree/package.json b/packages/helm-tree/package.json index f68cd3e89b..0ddcd07d73 100644 --- a/packages/helm-tree/package.json +++ b/packages/helm-tree/package.json @@ -1,6 +1,6 @@ { "name": "helm-tree", - "version": "1.147.32", + "version": "1.147.33", "description": "", "license": "MIT", "engines": { diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index 1bea247bb7..3002acc662 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.147.32", + "version": "1.147.33", "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 de50377472..4eaaa2d2ff 100644 --- a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml @@ -56,7 +56,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index 811cb93447..e035f397b5 100644 --- a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 432ab2dc23..457b22aa1b 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 c75ec20fc3..f95e8a6087 100644 --- a/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -294,7 +294,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 3d9fc86ae9..636dcaf446 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 fd41921251..9f6502300f 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -284,7 +284,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -430,7 +430,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -589,7 +589,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 6974d352ed..3b5cca542e 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -284,7 +284,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -429,7 +429,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -587,7 +587,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 ffc664541d..0dc73a9f88 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -283,7 +283,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 561110814f..f1182086e3 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -284,7 +284,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 758a7ed208..380222423f 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -284,7 +284,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -429,7 +429,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -452,7 +452,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 596be680c1..dd24c62751 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -283,7 +283,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 9def9bdfc9..9a92f7c9d2 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -283,7 +283,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml index dc12e7a79e..4053a61107 100644 --- a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -250,7 +250,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/output.dev.yaml b/packages/kontinuous/tests/__snapshots__/output.dev.yaml index 94653c803b..3149f461b5 100644 --- a/packages/kontinuous/tests/__snapshots__/output.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/output.dev.yaml @@ -160,7 +160,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -283,7 +283,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 691af79a2c..2370f7bd12 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml @@ -172,7 +172,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -335,7 +335,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -499,7 +499,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -659,7 +659,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -820,7 +820,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -969,7 +969,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -1113,7 +1113,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c @@ -1237,7 +1237,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -1260,7 +1260,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml index 3d531c6c9c..66e58d5340 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml @@ -170,7 +170,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -329,7 +329,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -493,7 +493,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -653,7 +653,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 37e0ea1dd0..d7998da3fa 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml @@ -225,7 +225,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -387,7 +387,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -551,7 +551,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -712,7 +712,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 2e90322d64..b348e3e0f8 100644 --- a/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/seed-db.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 82302ac763..002eebabd6 100644 --- a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops-override.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 728802c7d9..7a87c73966 100644 --- a/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/socialgouv-autodevops.dev.yaml @@ -136,7 +136,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 6b81af27c9..f41198991a 100644 --- a/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/values-extends.dev.yaml @@ -135,7 +135,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 b4534740cb..930aa8917e 100644 --- a/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/values-extends.preprod.yaml @@ -134,7 +134,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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 7fb0293eb9..f8fe064303 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.147.32 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.147.33 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/wait-needs/package.json b/packages/wait-needs/package.json index f0e8e20ce3..921b9f6370 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.147.32", + "version": "1.147.33", "engines": { "node": "^16.17 || ^18 || ^20" } diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index eb1305a454..a6621b257f 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.147.32 +version: 1.147.33 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 232f85f7d6..f321d8e856 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.147.32", + "version": "1.147.33", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 8bcb614616..36310781e5 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.147.32 +image: ghcr.io/socialgouv/kontinuous/webhook:v1.147.33 resources: limits: cpu: 2 diff --git a/plugins/contrib/charts/app/Chart.yaml b/plugins/contrib/charts/app/Chart.yaml index 81677d5173..6461a425de 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/contrib-helpers/Chart.yaml b/plugins/contrib/charts/contrib-helpers/Chart.yaml index adf4e7b40d..513c8278ad 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.147.32 +version: 1.147.33 type: library diff --git a/plugins/contrib/charts/daemon/Chart.yaml b/plugins/contrib/charts/daemon/Chart.yaml index 3fc3a7402b..7b5c9462cb 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/deactivate/Chart.yaml b/plugins/contrib/charts/deactivate/Chart.yaml index 759b3b460b..2ea97a3771 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.147.32 +version: 1.147.33 dependencies: - name: jobs repository: file://../jobs condition: 'true' alias: jobs-deactivate - version: 1.147.32 + version: 1.147.33 diff --git a/plugins/contrib/charts/hasura/Chart.yaml b/plugins/contrib/charts/hasura/Chart.yaml index eb065f33d8..dc7cd32afc 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/job/Chart.yaml b/plugins/contrib/charts/job/Chart.yaml index 12e84c0bc1..7dd33bd89a 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.147.32 +version: 1.147.33 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.147.32 + version: 1.147.33 diff --git a/plugins/contrib/charts/job/values.yaml b/plugins/contrib/charts/job/values.yaml index 52069bc692..304b8d07e5 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.147.32 + degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/jobs/Chart.yaml b/plugins/contrib/charts/jobs/Chart.yaml index 891c71c437..884d909921 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.147.32 +version: 1.147.33 dependencies: - name: contrib-helpers repository: file://../contrib-helpers - version: 1.147.32 + version: 1.147.33 diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index d894ae682a..a1ed3819bb 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.147.32 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/metabase/Chart.yaml b/plugins/contrib/charts/metabase/Chart.yaml index 66434912f1..180222ed11 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/namespace/Chart.yaml b/plugins/contrib/charts/namespace/Chart.yaml index 93e077bbc9..841cf10980 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/oauth2-proxy/Chart.yaml b/plugins/contrib/charts/oauth2-proxy/Chart.yaml index feca964d41..25eee526d3 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/output-volume/Chart.yaml b/plugins/contrib/charts/output-volume/Chart.yaml index c56161d82f..dea9f3522a 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/pgweb/Chart.yaml b/plugins/contrib/charts/pgweb/Chart.yaml index 78c14191ea..3a5bdd7946 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/rancher-namespace/Chart.yaml b/plugins/contrib/charts/rancher-namespace/Chart.yaml index 72e9248f37..966f87cc10 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/redis/Chart.yaml b/plugins/contrib/charts/redis/Chart.yaml index ae20fd190b..9ac9ce41d2 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.147.32 +version: 1.147.33 diff --git a/plugins/contrib/charts/security-policies/Chart.yaml b/plugins/contrib/charts/security-policies/Chart.yaml index e4bf8940ea..d93664d830 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.147.32 +version: 1.147.33 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 3c4c0e9af3..088310e4ee 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ └── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ └── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ │ ├── 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.147.32 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── 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.147.32 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ └── degit-action (init) - │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 │ └── 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.147.32 +│ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 │ ├── 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.147.32 + ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 └── 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 f28e846149..8d8451bda4 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -360,7 +360,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -503,7 +503,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -647,7 +647,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -792,7 +792,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -1018,7 +1018,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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 331084c40c..7e17820448 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.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' @@ -2901,7 +2901,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' @@ -3037,7 +3037,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' @@ -3203,7 +3203,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' @@ -3339,7 +3339,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' @@ -3491,7 +3491,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 command: - sh - '-c' diff --git a/plugins/contrib/debug-manifests/tests/samples/www.yaml b/plugins/contrib/debug-manifests/tests/samples/www.yaml index 4c3f16af8e..8fd0b77900 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.147.32 + image: ghcr.io/socialgouv/kontinuous/degit:v1.147.33 imagePullPolicy: IfNotPresent command: - sh @@ -327,7 +327,7 @@ spec: memory: 0 initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33 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 3e2473b9af..f3b1679afc 100644 --- a/plugins/contrib/patches/05.1-needs-using-initcontainers.js +++ b/plugins/contrib/patches/05.1-needs-using-initcontainers.js @@ -1,5 +1,5 @@ const kontinuousNeedsImage = - "ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.32" + "ghcr.io/socialgouv/kontinuous/wait-needs:v1.147.33" // 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 a161b8488e..b6b3c76faa 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: fabrique -version: 1.147.32 +version: 1.147.33 dependencies: - name: contrib repository: file://./charts/contrib - version: 1.147.32 + version: 1.147.33 condition: contrib.enabled - name: pg repository: file://./charts/pg - version: 1.147.32 + version: 1.147.33 condition: pg.enabled - name: keycloakx repository: https://codecentric.github.io/helm-charts