From 190cd9df823c72ac697adf7c94bc7e4afa37740c Mon Sep 17 00:00:00 2001 From: "svc.kargo" Date: Thu, 30 Apr 2026 11:30:31 +0200 Subject: [PATCH] chore(kargo): update image tag store to latest on staging (#6) chore(kargo): update image tag store to latest on staging [View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/nowchess-kargo/stage/staging) Co-authored-by: Kargo Reviewed-on: https://git.janis-eccarius.de/NowChess/GitOps/pulls/6 Co-authored-by: svc.kargo Co-committed-by: svc.kargo --- .../eu-central-1-staging/kustomization.yaml | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/nowchess/eu-central-1-staging/kustomization.yaml b/nowchess/eu-central-1-staging/kustomization.yaml index 740e07c..f82d0ce 100644 --- a/nowchess/eu-central-1-staging/kustomization.yaml +++ b/nowchess/eu-central-1-staging/kustomization.yaml @@ -2,42 +2,42 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: nowchess-staging resources: - - ../base - - ingress.yaml +- ../base +- ingress.yaml patches: - - patch: |- - apiVersion: v1 - kind: ConfigMap - metadata: - name: nowchess-env-config - data: - QUARKUS_PROFILE: staging,deployed - CORS_ORIGINS: https://st.nowchess.janis-eccarius.de - NOWCHESS_COORDINATOR_ENABLED: "true" - REDIS_PREFIX: nowchess-staging - target: - kind: ConfigMap +- patch: |- + apiVersion: v1 + kind: ConfigMap + metadata: name: nowchess-env-config + data: + QUARKUS_PROFILE: staging,deployed + CORS_ORIGINS: https://st.nowchess.janis-eccarius.de + NOWCHESS_COORDINATOR_ENABLED: "true" + REDIS_PREFIX: nowchess-staging + target: + kind: ConfigMap + name: nowchess-env-config images: - - name: ghcr.io/now-chess/now-chess-systems/account - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/bot-platform - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/coordinator - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/core - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/io - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/official-bots - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/rule - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/store - newTag: latest - - name: ghcr.io/now-chess/now-chess-systems/ws - newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/account + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/bot-platform + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/coordinator + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/core + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/io + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/official-bots + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/rule + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/store + newTag: latest +- name: ghcr.io/now-chess/now-chess-systems/ws + newTag: latest configurations: - - rollout-transform.yaml +- rollout-transform.yaml openapi: path: argo_all_k8s_kustomize_schema.json