From f3b28a1b9df5659372dd0d22a44670b0dadd2481 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Wed, 13 May 2026 15:04:01 -0700 Subject: [PATCH] chore(deploy): bump image to 597aba20 [skip ci] --- deploy/kustomization.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/kustomization.yaml b/deploy/kustomization.yaml index 6aa2358..0d0b21b 100644 --- a/deploy/kustomization.yaml +++ b/deploy/kustomization.yaml @@ -2,15 +2,15 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - namespace.yaml - - pvc.yaml - - deployment.yaml - - service.yaml - - ingress.yaml +- namespace.yaml +- pvc.yaml +- deployment.yaml +- service.yaml +- ingress.yaml # CI updates this block automatically via `kustomize edit set image`. # The image name here matches the `image: solitaire-server` stub in deployment.yaml. images: - - name: solitaire-server - newName: git.aleshym.co/funman300/solitaire-server - newTag: latest +- name: solitaire-server + newName: git.aleshym.co/funman300/solitaire-server + newTag: 597aba20