From 6536bb57f5b6d6c6ca257ddd815c29339fd275bb Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 27 Jun 2024 16:27:22 +0700 Subject: [PATCH] Update version numbers for latest deployment --- docker/deployment/prod/kustomization.yaml | 8 ++++---- docker/deployment/staging/kustomization.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/deployment/prod/kustomization.yaml b/docker/deployment/prod/kustomization.yaml index 1cb87c21c9..2a5d9ed9df 100644 --- a/docker/deployment/prod/kustomization.yaml +++ b/docker/deployment/prod/kustomization.yaml @@ -10,15 +10,15 @@ resources: # because of that we have to do a bit of a workaround to allow setting the image tag for the correct container images: - name: sillsdev/web-languageforge - newTag: 2023-09-21 + newTag: 2024-06-27 - name: sillsdev/web-languageforge-next-proxy newName: sillsdev/web-languageforge - newTag: next-proxy-2023-09-21 + newTag: next-proxy-2024-06-27 - name: sillsdev/web-languageforge-next-app newName: sillsdev/web-languageforge - newTag: next-app-2023-09-21 + newTag: next-app-2024-06-27 - name: ghcr.io/sillsdev/lfmerge - newTag: 2.0.135 + newTag: 2.0.139 patches: - path: app-config-patch.yaml diff --git a/docker/deployment/staging/kustomization.yaml b/docker/deployment/staging/kustomization.yaml index 094f6f726b..45abdee43d 100644 --- a/docker/deployment/staging/kustomization.yaml +++ b/docker/deployment/staging/kustomization.yaml @@ -10,15 +10,15 @@ resources: # because of that we have to do a bit of a workaround to allow setting the image tag for the correct container images: - name: sillsdev/web-languageforge - newTag: develop-20231108-7256a1d48b45b6ea05afc954344911e786e4f61d + newTag: develop-20240627-1654c1a7664cca5e694aed94bfd8aea593821859 - name: sillsdev/web-languageforge-next-proxy newName: sillsdev/web-languageforge - newTag: develop-next-proxy-20231108-7256a1d48b45b6ea05afc954344911e786e4f61d + newTag: develop-next-proxy-20240627-1654c1a7664cca5e694aed94bfd8aea593821859 - name: sillsdev/web-languageforge-next-app newName: sillsdev/web-languageforge - newTag: develop-next-app-20231108-7256a1d48b45b6ea05afc954344911e786e4f61d + newTag: develop-next-app-20240627-1654c1a7664cca5e694aed94bfd8aea593821859 - name: ghcr.io/sillsdev/lfmerge - newTag: 2.0.135 + newTag: 2.0.139 patches: - path: app-config-patch.yaml