From 5f33961c316946f362521ed4738170f077a8728d Mon Sep 17 00:00:00 2001 From: Stanislav Lutsenko Date: Thu, 8 Oct 2020 15:55:46 +0300 Subject: [PATCH] deployment tpl changed apiversion --- .helm/slack-duty-bot/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/slack-duty-bot/templates/deployment.yaml b/.helm/slack-duty-bot/templates/deployment.yaml index 3f992d1..8bb2fe4 100644 --- a/.helm/slack-duty-bot/templates/deployment.yaml +++ b/.helm/slack-duty-bot/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "slack-duty-bot.fullname" . }}