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: