Skip to content

Commit

Permalink
chore: change path for plugin reg readines probe
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
svor committed Sep 6, 2024
1 parent 456d441 commit b9be28f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/v2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che.v7.91.0-880.next
name: eclipse-che.v7.92.0-883.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1035,7 +1035,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.91.0-880.next
version: 7.92.0-883.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/pluginregistry/pluginregistry_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (p *PluginRegistryReconciler) getPluginRegistryDeploymentSpec(ctx *chetypes
registryType := "plugin"
registryImage := defaults.GetPluginRegistryImage(ctx.CheCluster)
registryImagePullPolicy := corev1.PullPolicy(utils.GetPullPolicyFromDockerImage(registryImage))
probePath := "/v3/plugins/"
probePath := "/openvsx/api/version"
pluginImagesEnv := utils.GetGetArchitectureDependentEnvsByRegExp("^.*plugin_registry_image.*$")

resources := corev1.ResourceRequirements{
Expand Down

0 comments on commit b9be28f

Please sign in to comment.