diff --git a/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml b/integrations/k8s-using-deployment/falco-event-generator-deployment.yaml index 00789e8c681..ef3530cbe84 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 fbb74bb28d9..7fa20351640 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