From 4c94657158745b43765cb59ffc9e13f658333c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Mon, 5 Jan 2026 16:02:30 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- yaml/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 767b9f7..fbc5eab 100644 --- a/app.py +++ b/app.py @@ -202,7 +202,7 @@ def apply_yaml(job_id, kind): if kind == "yaml": cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"] - title = "Apply Converted YAML" + title = "Replace Converted YAML" else: cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"] title = "Rollback from Backup" diff --git a/yaml/deploy.yaml b/yaml/deploy.yaml index 14d43d0..a9ea12c 100644 --- a/yaml/deploy.yaml +++ b/yaml/deploy.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: ingress-migrator containers: - name: web - image: sa8001/ngtoha:v3.1.5 + image: sa8001/ngtoha:v3.1.6 ports: - containerPort: 8080 volumeMounts: