Skip to content

Commit

Permalink
chore: link major version branch to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Sep 10, 2024
1 parent 6c37ec6 commit 01b12f7
Show file tree
Hide file tree
Showing 49 changed files with 160 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/socialgouv/kontinuous:v1.180.1
FROM ghcr.io/socialgouv/kontinuous:v1

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-github/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ outputs:
runs:
using: docker
# image: Dockerfile
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.180.1
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1
env:
KS_ENVIRONMENT: ${{ inputs.environment }}
KS_CHART: ${{ inputs.chart }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/socialgouv/kontinuous:v1.180.1 as base
FROM ghcr.io/socialgouv/kontinuous:v1 as base

USER 0

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-webhook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
runs:
using: docker
# image: Dockerfile
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.180.1
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1
env:
KS_WEBHOOK_TOKEN: ${{ inputs.webhookToken }}
KS_WEBHOOK_URI: ${{ inputs.webhookUri }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-webhook/kontinuousVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/socialgouv/kontinuous:v1.180.1
ghcr.io/socialgouv/kontinuous:v1
2 changes: 1 addition & 1 deletion .github/actions/env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/socialgouv/kontinuous:v1.180.1
FROM ghcr.io/socialgouv/kontinuous:v1

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
runs:
using: docker
# image: Dockerfile
image: docker://ghcr.io/socialgouv/kontinuous/env:v1.180.1
image: docker://ghcr.io/socialgouv/kontinuous/env:v1
env:
KS_GIT_BRANCH: ${{ inputs.branch }}
KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }}
Expand Down
2 changes: 1 addition & 1 deletion .github/kontinuousVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/socialgouv/kontinuous:v1.180.1
ghcr.io/socialgouv/kontinuous:v1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kontinuous-webhook:
image: ghcr.io/socialgouv/kontinuous/webhook:v1.180.1
image: ghcr.io/socialgouv/kontinuous/webhook:v1
# image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1
host: "kontinuous.fabrique.social.gouv.fr"

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.180.1"}
KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.180.1"}
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}
Expand Down
4 changes: 2 additions & 2 deletions packages/argocd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN chown 1001:1001 /workspace
RUN git config --global --add safe.directory /workspace


COPY --from=ghcr.io/socialgouv/kontinuous:v1.180.1 /usr/local/bin /usr/local/bin/
COPY --from=ghcr.io/socialgouv/kontinuous:v1.180.1 --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
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -571,7 +571,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand All @@ -590,7 +590,7 @@ spec:
limits: {}
requests: {}
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
4 changes: 2 additions & 2 deletions packages/kontinuous/tests/__snapshots__/extends-ovh.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
4 changes: 2 additions & 2 deletions packages/kontinuous/tests/__snapshots__/extends-ovh.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -479,7 +479,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions packages/kontinuous/tests/__snapshots__/job-builds.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -413,7 +413,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -442,7 +442,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -722,7 +722,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
8 changes: 4 additions & 4 deletions packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -441,7 +441,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -720,7 +720,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -285,7 +285,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -285,7 +285,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -431,7 +431,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-repository
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
imagePullPolicy: IfNotPresent
command:
- sh
Expand All @@ -454,7 +454,7 @@ spec:
cpu: \\"0\\"
memory: \\"0\\"
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
restartPolicy: Never
initContainers:
- name: degit-action
image: ghcr.io/socialgouv/kontinuous/degit:v1.180.1
image: ghcr.io/socialgouv/kontinuous/degit:v1
command:
- sh
- -c
Expand Down
Loading

0 comments on commit 01b12f7

Please sign in to comment.