From 05db67e5c574216f99e09bca997a896f9b76a1fb Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 19 Feb 2022 21:29:50 +0900 Subject: [PATCH] wip --- k8s/deployment.yaml | 2 +- okteto-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index cf55b6f4d..b178ca8b6 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: misskey - image: okteto.dev/misskey:${OKTETO_GIT_COMMIT} + image: okteto.dev/misskey:latest ports: - containerPort: 8080 diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index b4d2aca7d..a13ea370b 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,5 +1,5 @@ deploy: - cp .config/example.yml .config/default.yml - cp .config/docker_example.env .config/docker.env - - okteto build -t okteto.dev/misskey:${OKTETO_GIT_COMMIT} + - okteto build -t okteto.dev/misskey:latest - kubectl apply -f k8s