From 4357cd81ee9eb28d16270440af598a1388edc422 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 15:33:44 +0800 Subject: [PATCH] Fixed deployment apiVersion --- factorio/Chart.yaml | 2 +- factorio/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/factorio/Chart.yaml b/factorio/Chart.yaml index f78c9bf..3468e44 100755 --- a/factorio/Chart.yaml +++ b/factorio/Chart.yaml @@ -12,4 +12,4 @@ maintainers: name: factorio sources: - https://git.ervine.org/jonny/x86_64-suse-factorio -version: 1.0.0 +version: 1.0.1 diff --git a/factorio/templates/deployment.yaml b/factorio/templates/deployment.yaml index 03b8ad6..7a8e74f 100755 --- a/factorio/templates/deployment.yaml +++ b/factorio/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "factorio.fullname" . }}