Upgrade operator-sdk version from 1.22.2 to 1.23.0 (#1038)

Signed-off-by: Israel Blancas <iblancasa@gmail.com>
This commit is contained in:
Israel Blancas
2022-09-12 16:04:07 +02:00
committed by GitHub
parent d64c34f8a4
commit 271bce48bd
6 changed files with 15 additions and 13 deletions

View File

@@ -9,10 +9,12 @@ namespace: awx
namePrefix: awx-operator-
# Labels to add to all resources and selectors.
#commonLabels:
# someName: someValue
#labels:
#- includeSelectors: true
# pairs:
# someName: someValue
bases:
resources:
- ../crd
- ../rbac
- ../manager

View File

@@ -16,7 +16,7 @@ spec:
# capabilities:
# drop:
# - "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.11.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"