Skip to content

Commit

Permalink
Update version numbers for latest deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jun 27, 2024
1 parent 1654c1a commit 6536bb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/deployment/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docker/deployment/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6536bb5

Please sign in to comment.