chore(kargo): update image tag store to latest on staging

This commit is contained in:
Kargo
2026-04-30 09:30:12 +00:00
parent 4bc88c1575
commit 3f5efa509c
@@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: nowchess-staging namespace: nowchess-staging
resources: resources:
- ../base - ../base
- ingress.yaml - ingress.yaml
patches: patches:
- patch: |- - patch: |-
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
@@ -19,25 +19,25 @@ patches:
kind: ConfigMap kind: ConfigMap
name: nowchess-env-config name: nowchess-env-config
images: images:
- name: ghcr.io/now-chess/now-chess-systems/account - name: ghcr.io/now-chess/now-chess-systems/account
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/bot-platform - name: ghcr.io/now-chess/now-chess-systems/bot-platform
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/coordinator - name: ghcr.io/now-chess/now-chess-systems/coordinator
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/core - name: ghcr.io/now-chess/now-chess-systems/core
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/io - name: ghcr.io/now-chess/now-chess-systems/io
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/official-bots - name: ghcr.io/now-chess/now-chess-systems/official-bots
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/rule - name: ghcr.io/now-chess/now-chess-systems/rule
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/store - name: ghcr.io/now-chess/now-chess-systems/store
newTag: latest newTag: latest
- name: ghcr.io/now-chess/now-chess-systems/ws - name: ghcr.io/now-chess/now-chess-systems/ws
newTag: latest newTag: latest
configurations: configurations:
- rollout-transform.yaml - rollout-transform.yaml
openapi: openapi:
path: argo_all_k8s_kustomize_schema.json path: argo_all_k8s_kustomize_schema.json