We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed1749 commit c31ff4cCopy full SHA for c31ff4c
main.go
@@ -142,7 +142,7 @@ func main() {
142
RayDashboardOAuthEnabled: ptr.To(true),
143
IngressDomain: "",
144
MTLSEnabled: ptr.To(true),
145
- CertGeneratorImage: "registry.access.redhat.com/ubi9@sha256:770cf07083e1c85ae69c25181a205b7cdef63c11b794c89b3b487d4670b4c328",
+ CertGeneratorImage: "registry.redhat.io/ubi9@sha256:770cf07083e1c85ae69c25181a205b7cdef63c11b794c89b3b487d4670b4c328",
146
},
147
AppWrapper: &config.AppWrapperConfiguration{
148
Enabled: ptr.To(false),
0 commit comments