diff --git a/.github/actions/deploy-via-github/Dockerfile b/.github/actions/deploy-via-github/Dockerfile index 158137ae2a..6a16e16014 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.181.3 +FROM ghcr.io/socialgouv/kontinuous:v1 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deploy-via-github/action.yaml b/.github/actions/deploy-via-github/action.yaml index 96f554f470..f7832a7e1b 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.181.3 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1 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 f0d08edac7..03bede1636 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.181.3 as base +FROM ghcr.io/socialgouv/kontinuous:v1 as base USER 0 diff --git a/.github/actions/deploy-via-webhook/action.yaml b/.github/actions/deploy-via-webhook/action.yaml index ada3d88bad..7b3c2de6e1 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.181.3 + image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1 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 13a51485ad..79cc0af4b7 100644 --- a/.github/actions/deploy-via-webhook/kontinuousVersion +++ b/.github/actions/deploy-via-webhook/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.181.3 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1 \ No newline at end of file diff --git a/.github/actions/env/Dockerfile b/.github/actions/env/Dockerfile index d7504ce588..5ac3089802 100644 --- a/.github/actions/env/Dockerfile +++ b/.github/actions/env/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:v1.181.3 +FROM ghcr.io/socialgouv/kontinuous:v1 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/env/action.yaml b/.github/actions/env/action.yaml index 01c421a63c..c1060d6ff6 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.181.3 + image: docker://ghcr.io/socialgouv/kontinuous/env:v1 env: KS_GIT_BRANCH: ${{ inputs.branch }} KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }} diff --git a/.github/kontinuousVersion b/.github/kontinuousVersion index 13a51485ad..79cc0af4b7 100644 --- a/.github/kontinuousVersion +++ b/.github/kontinuousVersion @@ -1 +1 @@ -ghcr.io/socialgouv/kontinuous:v1.181.3 \ No newline at end of file +ghcr.io/socialgouv/kontinuous:v1 \ No newline at end of file diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index e4422d2627..1f1ddbf426 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.181.3 + image: ghcr.io/socialgouv/kontinuous/webhook:v1 # 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 b19ad3e34e..96ebf8346c 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.181.3"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.181.3"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1"} 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/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index 73e205fb04..e8cadb9963 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.181.3 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.181.3 --chown=999:999 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1 --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/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml b/packages/kontinuous/tests/__snapshots__/app-simple-options.dev.yaml index 3b5afb6055..7c47e4e874 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -595,7 +595,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -618,7 +618,7 @@ spec: cpu: 64m memory: 32Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml index e5f9d299a5..ea52b09937 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml b/packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml index 17b1bc8f9c..8e386d1938 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml b/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml index 7b23685898..233ea50b97 100644 --- a/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml @@ -324,7 +324,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -487,7 +487,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index fa13fb55b0..b2a6b4e1df 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 204517e10e..1b5e441553 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 bfcf5893b5..f2c3ed8d85 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -401,7 +401,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 03828a7eb7..4c0eb65f2e 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 5ce9581de1..14fd2c630c 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 3f333c773a..2de79a591f 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -458,7 +458,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -730,7 +730,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 963ab70806..6567494871 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -297,7 +297,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -728,7 +728,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 97aa3f343d..a433d101ec 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 2b39641753..4b417800da 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 45ecf115d4..bfa92d6fe3 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -285,7 +285,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -431,7 +431,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -454,7 +454,7 @@ spec: cpu: \\"0\\" memory: \\"0\\" - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 abf5c75f83..bbc1aacedf 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 fb4c71d7b3..cc80593874 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -296,7 +296,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml b/packages/kontinuous/tests/__snapshots__/meta-log.dev.yaml index afe8092bc4..6356b1250f 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -262,7 +262,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/output.dev.yaml b/packages/kontinuous/tests/__snapshots__/output.dev.yaml index 5921f2f9a7..e943c1667d 100644 --- a/packages/kontinuous/tests/__snapshots__/output.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/output.dev.yaml @@ -157,7 +157,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -294,7 +294,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 a12ec03da7..c843296bdc 100644 --- a/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/override-env-default.dev.yaml @@ -228,7 +228,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/pg.dev.yaml b/packages/kontinuous/tests/__snapshots__/pg.dev.yaml index 7cb94479ae..5ee4360bcd 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/pg.preprod.yaml b/packages/kontinuous/tests/__snapshots__/pg.preprod.yaml index 5972d5b21b..6a57f4b360 100644 --- a/packages/kontinuous/tests/__snapshots__/pg.preprod.yaml +++ b/packages/kontinuous/tests/__snapshots__/pg.preprod.yaml @@ -229,7 +229,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/pg.prod.yaml b/packages/kontinuous/tests/__snapshots__/pg.prod.yaml index d0a6a7dae4..daa1ad61fa 100644 --- a/packages/kontinuous/tests/__snapshots__/pg.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/pg.prod.yaml @@ -228,7 +228,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.dev.yaml index 06180cc6fc..32d73c634d 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -446,7 +446,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -723,7 +723,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -996,7 +996,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -1270,7 +1270,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -1434,7 +1434,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -1593,7 +1593,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c @@ -1732,7 +1732,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -1755,7 +1755,7 @@ spec: cpu: 64m memory: 32Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - -c diff --git a/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml b/packages/kontinuous/tests/__snapshots__/repo.domifa.preprod.yaml index a4aff4560a..a3fc10853f 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -441,7 +441,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -718,7 +718,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -991,7 +991,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 5ab5e837e8..bbcb1a4976 100644 --- a/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml +++ b/packages/kontinuous/tests/__snapshots__/repo.domifa.prod.yaml @@ -167,7 +167,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -442,7 +442,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -719,7 +719,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -993,7 +993,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 44787e75d1..5fa3f82a91 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 e0f0a03533..92fc94f1cf 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 39ac9ad6f5..7722360f6a 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 eac499027b..0dbac9faa9 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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 3cd533ee2a..ffb5c06bbf 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.181.3 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 9db2c2a651..d2386d960e 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.181.3 +image: ghcr.io/socialgouv/kontinuous/webhook:v1 resources: limits: cpu: 2 diff --git a/plugins/contrib/charts/job/values.yaml b/plugins/contrib/charts/job/values.yaml index cd1fba42c4..ae658ac8a7 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.181.3 + degitImage: ghcr.io/socialgouv/kontinuous/degit:v1 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index 16a9e3a82c..cb0efccfa9 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.181.3 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent 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 133c6604f6..689f719c14 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ │ └── 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.181.3 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ ├── degit-action (init) - │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ │ └── 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.181.3 + │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ ├── degit-repository (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── command: sh -c degit SocialGouv/template#k-mvp-mig-9 \\ /... │ ├── degit-action (init) - │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + │ │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ │ └── 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.181.3 +│ │ │ └── image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 │ │ └── 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.181.3 + │ ├── image: ghcr.io/socialgouv/kontinuous/degit:v1 │ └── 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 a94050b833..f7309aa21f 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -360,7 +360,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -503,7 +503,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -647,7 +647,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -792,7 +792,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -1018,7 +1018,7 @@ spec: name: staff initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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 84f475ff62..cab5ddb2fd 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.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" @@ -2901,7 +2901,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" @@ -3037,7 +3037,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" @@ -3203,7 +3203,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" @@ -3339,7 +3339,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" @@ -3491,7 +3491,7 @@ spec: restartPolicy: Never initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 command: - sh - "-c" diff --git a/plugins/contrib/debug-manifests/tests/samples/www.yaml b/plugins/contrib/debug-manifests/tests/samples/www.yaml index cb1f15cc9d..05eacd647c 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.181.3 + image: ghcr.io/socialgouv/kontinuous/degit:v1 imagePullPolicy: IfNotPresent command: - sh @@ -327,7 +327,7 @@ spec: memory: 0 initContainers: - name: kontinuous-wait-needs - image: ghcr.io/socialgouv/kontinuous/wait-needs:v1.181.3 + image: ghcr.io/socialgouv/kontinuous/wait-needs:v1 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 cbdffba8bf..204049489f 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.181.3 + image: ghcr.io/socialgouv/kontinuous:v1 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 1298a6e793..f89cd1f644 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.181.3" +const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1" // const kontinuousNeedsImage = "harbor.fabrique.social.gouv.fr/sre/kontinuous/wait-needs:v1" const getDeps = require("../lib/get-needs-deps")