Skip to content

Commit 1bbb45d

Browse files
committed
Added mtls initContainer patch
Added env & volume patches
1 parent 45bc0a0 commit 1bbb45d

File tree

6 files changed

+504
-50
lines changed

6 files changed

+504
-50
lines changed

raycluster_webhook/config/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
runAsUser: 1234
2424
containers:
2525
- name: server
26-
image: quay.io/rh_ee_egallina/altwebhook:v89
26+
image: quay.io/mcampbel/webhook:v6
2727
imagePullPolicy: Always
2828
ports:
2929
- containerPort: 8443

raycluster_webhook/src/go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module Webhook
22

3-
go 1.20
3+
go 1.21
44

55
require (
6+
github.com/openshift/api v0.0.0-20211209135129-c58d9f695577
67
github.com/ray-project/kuberay/ray-operator v1.1.0
78
k8s.io/api v0.29.3
89
k8s.io/apimachinery v0.29.3
910
k8s.io/client-go v0.29.3
1011
sigs.k8s.io/controller-runtime v0.17.3
11-
sigs.k8s.io/yaml v1.4.0
1212
)
1313

1414
require (
@@ -63,4 +63,5 @@ require (
6363
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
6464
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
6565
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
66+
sigs.k8s.io/yaml v1.4.0 // indirect
6667
)

0 commit comments

Comments
 (0)