Skip to content

Commit

Permalink
Patch release 0.2.1; rbac for netpol deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 21, 2024
1 parent ab11e2f commit 49f4354
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "restate-operator"
version = "0.2.0"
version = "0.2.1"
authors = ["restate.dev"]
edition = "2021"
rust-version = "1.75"
Expand Down
4 changes: 2 additions & 2 deletions charts/restate-operator-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: restate-operator-helm
description: An operator for Restate clusters
type: application
version: "0.2.0"
appVersion: "0.2.0"
version: "0.2.1"
appVersion: "0.2.1"
2 changes: 2 additions & 0 deletions charts/restate-operator-helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ rules:
- networking.k8s.io
- resources:
- statefulsets
- networkpolicies
verbs:
- delete
apiGroups:
- apps
- networking.k8s.io
{{- if .Values.awsPodIdentityAssociationCluster }}
- resources:
- podidentityassociations
Expand Down

0 comments on commit 49f4354

Please sign in to comment.