Skip to content

Commit

Permalink
chore: change path for plugin reg readiness probe (#1894)
Browse files Browse the repository at this point in the history
* chore: change path for plugin reg readines probe

Signed-off-by: Valeriy Svydenko <[email protected]>

---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Sep 10, 2024
1 parent 48d071f commit f3f8883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 f3f8883

Please sign in to comment.