diff --git a/README.md b/README.md
index f44467222..f7b27acdd 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Best Practices for Kubernetes Workload Configuration
-
+
diff --git a/deploy/dashboard.yaml b/deploy/dashboard.yaml
index c51ab8c42..e67769b4d 100644
--- a/deploy/dashboard.yaml
+++ b/deploy/dashboard.yaml
@@ -49,7 +49,7 @@ subjects:
namespace: polaris
---
# Source: polaris/templates/rbac.yaml
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: polaris
@@ -109,7 +109,7 @@ spec:
- command:
- polaris
- dashboard
- image: 'quay.io/fairwinds/polaris:3.0'
+ image: 'quay.io/fairwinds/polaris:3.1'
imagePullPolicy: 'Always'
name: dashboard
ports:
diff --git a/deploy/webhook.yaml b/deploy/webhook.yaml
index 38b00b81a..ccef4ee08 100644
--- a/deploy/webhook.yaml
+++ b/deploy/webhook.yaml
@@ -49,7 +49,7 @@ subjects:
namespace: polaris
---
# Source: polaris/templates/rbac.yaml
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: polaris
@@ -109,7 +109,7 @@ spec:
command:
- polaris
- webhook
- image: 'quay.io/fairwinds/polaris:3.0'
+ image: 'quay.io/fairwinds/polaris:3.1'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
diff --git a/main.go b/main.go
index 67fde74e4..0941c39d8 100644
--- a/main.go
+++ b/main.go
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
- Version = "3.0.0"
+ Version = "3.1.0"
)
func main() {