Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for operator sdk v1.28 #45

Merged
merged 31 commits into from
Aug 31, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bfb4d73
required changes to update operator sdk
michael-valdron Jul 28, 2023
643b58b
ginkgo v2 migration changes.
michael-valdron Jul 31, 2023
bb8bc77
remove extra ENVTEST definition
michael-valdron Jul 31, 2023
50cd96b
dependencies updated to match operator sdk v1.28 requirements
michael-valdron Aug 1, 2023
218322a
refactoring controllers package to internal/controller package as par…
michael-valdron Aug 1, 2023
6eb7007
bump gcr.io/kubebuilder/kube-rbac-proxy from v0.13.0 to v0.13.1 as pa…
michael-valdron Aug 1, 2023
238a584
refactoring main.go to cmd/main.go as part of go/v4 prep changes in o…
michael-valdron Aug 1, 2023
8609321
update header under integration test source
michael-valdron Aug 1, 2023
b5d3a1e
update go version from 1.18 to 1.19 under ci workflows
michael-valdron Aug 1, 2023
af47e6d
import admissionv1beta1 changed to admissionv1 as part of operator sd…
michael-valdron Aug 1, 2023
900037d
update license header and boilerplate files
michael-valdron Aug 2, 2023
fce2a27
rbac service account role bindings fixed with labels added
michael-valdron Aug 3, 2023
faa4416
security context for manager container updated.
michael-valdron Aug 3, 2023
8c1549e
recent changes applied to bundle manifests
michael-valdron Aug 3, 2023
accac00
service account renamed to fix name prefix issue.
michael-valdron Aug 26, 2023
c3102e5
fixed envtest binary name
michael-valdron Aug 27, 2023
dde89f5
fixed relative path to 'config/crd/bases' under controller test suite
michael-valdron Aug 27, 2023
438187f
controller-gen deepcopy source update to header
michael-valdron Aug 27, 2023
7ddba8b
fixup docker-buildx rule
michael-valdron Aug 27, 2023
f59074a
CHANGELOG added
michael-valdron Aug 28, 2023
a036e9d
included change log documenting as part of PR acceptance criteria
michael-valdron Aug 28, 2023
082b5c4
target os is always linux
michael-valdron Aug 28, 2023
23016bb
sa changed to service-account
michael-valdron Aug 28, 2023
d95d935
bundle csv update
michael-valdron Aug 28, 2023
df5e1e6
go v4 project structure changes reverted.
michael-valdron Aug 28, 2023
d2dcfc5
restore unset GOFLAGS
michael-valdron Aug 30, 2023
69c5f99
use operator namespace when waiting for operator pod to run for integ…
michael-valdron Aug 30, 2023
2c763a2
add registry operator deploy command to openshift integration test sc…
michael-valdron Aug 30, 2023
e1f6c87
add touch command in Makefile to create junit report if does not exist
michael-valdron Aug 30, 2023
604db86
add docker-buildx optional step to build and run the operator instruc…
michael-valdron Aug 30, 2023
ff9e578
make /tmp/artifacts directory if does not exist before running integr…
michael-valdron Aug 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump gcr.io/kubebuilder/kube-rbac-proxy from v0.13.0 to v0.13.1 as pa…
…rt of operator sdk v1.28 changes

Signed-off-by: Michael Valdron <[email protected]>
michael-valdron committed Aug 30, 2023
commit 6eb70079ed6dd79cd1c07d81fdc91efcfdcf3b7d
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
name: kube-rbac-proxy
ports:
- containerPort: 8443
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
drop: ["ALL"]
seccompProfile:
type: "RuntimeDefault"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"