You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upgrade to spring boot 4
* fix import for jackson 3
* replace explicit spring-retry with builint spring boot features
* remove unnecessary workaround
* fix tests
* more fixes
* revert to keep RestTemplateBuilder
* fix deprecation
* fix tests
* fix tests
* fix integration test
* migrate from jakarta to jspecify annotations
* convert to jackson 3, jspecify
* add unit test for AuthTokenConverter
* replace ObjectMapper with JsonMapper
* fix import
* replace with jspecify
* bump es version
* silence missing thymeleaf template location
* update .devfile
* fix checks
---------
Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
Copy file name to clipboardExpand all lines: deploy/openshift/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can find the deployment YAML configuration in the `openvsx-deployment.yml` f
51
51
*`ROUTE_NAME`: The name of the route to access the OpenVSX server (default: internal)
52
52
*`NAMESPACE`: The namespace where OpenVSX will be deployed (default: openvsx)
53
53
*`POSTGRESQL_IMAGE`: The PostgreSQL image to use for the database (default: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:15-el8)
54
-
*`OPENVSX_ELASTICSEARCH_IMAGE`: The image for Elasticsearch (default: docker.elastic.co/elasticsearch/elasticsearch:8.7.1).
54
+
*`OPENVSX_ELASTICSEARCH_IMAGE`: The image for Elasticsearch (default: docker.elastic.co/elasticsearch/elasticsearch:9.2.8).
55
55
*`OPENVSX_SERVER_IMAGE`: The image for the OpenVSX Server.
56
56
*`OPENVSX_CLI_IMAGE`: The image for the OpenVSX CLI.
57
57
*`OVSX_PAT_BASE64`: Base64 encoded OVSX personal access token.
0 commit comments