Skip to content

Commit 5c8efbd

Browse files
committed
chore: link major version branch to v1
1 parent d452b30 commit 5c8efbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+161
-161
lines changed

.github/actions/deploy-via-github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.185.2
1+
FROM ghcr.io/socialgouv/kontinuous:v1
22

33
COPY entrypoint.sh /entrypoint.sh
44

.github/actions/deploy-via-github/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ outputs:
4949
runs:
5050
using: docker
5151
# image: Dockerfile
52-
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1.185.2
52+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-github:v1
5353
env:
5454
KS_ENVIRONMENT: ${{ inputs.environment }}
5555
KS_CHART: ${{ inputs.chart }}

.github/actions/deploy-via-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.185.2 as base
1+
FROM ghcr.io/socialgouv/kontinuous:v1 as base
22

33
USER 0
44

.github/actions/deploy-via-webhook/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
runs:
3030
using: docker
3131
# image: Dockerfile
32-
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1.185.2
32+
image: docker://ghcr.io/socialgouv/kontinuous/deploy-via-webhook:v1
3333
env:
3434
KS_WEBHOOK_TOKEN: ${{ inputs.webhookToken }}
3535
KS_WEBHOOK_URI: ${{ inputs.webhookUri }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/socialgouv/kontinuous:v1.185.2
1+
ghcr.io/socialgouv/kontinuous:v1

.github/actions/env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/socialgouv/kontinuous:v1.185.2
1+
FROM ghcr.io/socialgouv/kontinuous:v1
22

33
COPY entrypoint.sh /entrypoint.sh
44

.github/actions/env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
runs:
1212
using: docker
1313
# image: Dockerfile
14-
image: docker://ghcr.io/socialgouv/kontinuous/env:v1.185.2
14+
image: docker://ghcr.io/socialgouv/kontinuous/env:v1
1515
env:
1616
KS_GIT_BRANCH: ${{ inputs.branch }}
1717
KSENV_REPOSITORY_NAME: ${{ inputs.repositoryName }}

.github/kontinuousVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/socialgouv/kontinuous:v1.185.2
1+
ghcr.io/socialgouv/kontinuous:v1

boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kontinuous-webhook:
2-
image: ghcr.io/socialgouv/kontinuous/webhook:v1.185.2
2+
image: ghcr.io/socialgouv/kontinuous/webhook:v1
33
# image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1
44
host: "kontinuous.fabrique.social.gouv.fr"
55

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ services:
1717
KUBEWEBHOOK_CONFIG_PATH: config.sample.yaml
1818
KUBEWEBHOOK_SUPERTOKEN: ${KUBEWEBHOOK_SUPERTOKEN:-1234}
1919
KUBEWEBHOOK_EXPOSED_PORT: ${KUBEWEBHOOK_EXPOSED_PORT:-7530}
20-
KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.185.2"}
21-
KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.185.2"}
20+
KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1"}
21+
KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1"}
2222
KUBEWEBHOOK_CI_NAMESPACE_ALLOW_ALL: ${KUBEWEBHOOK_CI_NAMESPACE_ALLOW_ALL:-"true"}
2323
KUBEWEBHOOK_HTTPLOGGER_IGNOREUSERAGENTS: backbox-robot
2424
KUBEWEBHOOK_SENTRY_DSN: ${KUBEWEBHOOK_SENTRY_DSN}

0 commit comments

Comments
 (0)