From aa34e16d966bba304ecb80a209e26d1a674a0781 Mon Sep 17 00:00:00 2001 From: Massimiliano Date: Tue, 14 Apr 2020 18:22:26 +0200 Subject: [PATCH] improvement(deployment): remove 1.16 deprecated deployment api group version replace extension/v1beta1 with 1.16-supported apps/v1 version as for release announcement BREAKING CHANGE: spec.rollbackTo is removed, spec.selector is now required and immutable after creation, spec.progressDeadlineSeconds now defaults to 600 seconds, spec.revisionHistoryLimit now defaults to 10, maxSurge and maxUnavailable now default to 25% issue #1043 Signed-off-by: maxgio92 --- .../k8s-using-deployment/falco-event-generator-deployment.yaml | 2 +- .../k8s-with-rbac/falco-k8s-audit-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml b/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml index 00789e8c..ef3530cb 100644 --- a/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml +++ b/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: falco-event-generator-deployment diff --git a/integrations/k8s-using-deployment/k8s-with-rbac/falco-k8s-audit-deployment.yaml b/integrations/k8s-using-deployment/k8s-with-rbac/falco-k8s-audit-deployment.yaml index fbb74bb2..7fa20351 100644 --- a/integrations/k8s-using-deployment/k8s-with-rbac/falco-k8s-audit-deployment.yaml +++ b/integrations/k8s-using-deployment/k8s-with-rbac/falco-k8s-audit-deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: falco-k8s-audit