From dd7eb5274437be41670a69d641c4f171ac959263 Mon Sep 17 00:00:00 2001 From: Nacho Fuertes Date: Fri, 13 Sep 2024 09:41:17 +0200 Subject: [PATCH 1/3] Remove devs section as it is not supported anymore in the manifest Signed-off-by: Nacho Fuertes --- okteto-pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index 0647b1ce..0a9d3f3c 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -3,6 +3,3 @@ deploy: - okteto build -t okteto.dev/api:${OKTETO_GIT_COMMIT} api - okteto build -t okteto.dev/frontend:${OKTETO_GIT_COMMIT} frontend - helm upgrade --install movies chart --set tag=${OKTETO_GIT_COMMIT} -devs: - - api/okteto.yml - - frontend/okteto.yml From 54db63579e513b9cea921efa2272701613671966 Mon Sep 17 00:00:00 2001 From: Nacho Fuertes Date: Fri, 13 Sep 2024 10:24:48 +0200 Subject: [PATCH 2/3] Renamed okteto-pipeline.yml to okteto.ylm Signed-off-by: Nacho Fuertes --- okteto-pipeline.yml => okteto.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename okteto-pipeline.yml => okteto.yml (100%) diff --git a/okteto-pipeline.yml b/okteto.yml similarity index 100% rename from okteto-pipeline.yml rename to okteto.yml From b563169991b18e5505248a4654f06ec95d1f73ed Mon Sep 17 00:00:00 2001 From: Nacho Fuertes Date: Fri, 13 Sep 2024 10:27:44 +0200 Subject: [PATCH 3/3] Renamed again to okteto-pipeline.yml Signed-off-by: Nacho Fuertes --- okteto.yml => okteto-pipeline.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename okteto.yml => okteto-pipeline.yml (100%) diff --git a/okteto.yml b/okteto-pipeline.yml similarity index 100% rename from okteto.yml rename to okteto-pipeline.yml