Compare commits

..
2 Commits
Author SHA1 Message Date
Automated ReleaseandSubmariner Bot 48e25395fa Update Submariner dependencies to v0.16.2
Signed-off-by: Automated Release <release@submariner.io>
2023-11-08 00:52:50 +02:00
Tom Pantelis fc9f576a27 Add lease RBAC perm to submariner-globalnet role
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
2023-11-07 08:35:06 -05:00
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ endif
export DEPLOYTOOL = helm
GH_URL=https://submariner-io.github.io/submariner-charts/charts
CHARTS_DIR=charts
CHARTS_VERSION=0.16.1
CHARTS_VERSION=0.16.2
HELM_DOCS_VERSION=0.15.0
REPO_URL=$(shell git config remote.origin.url)
+11
View File
@@ -370,6 +370,17 @@ rules:
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding