Skip to content

Commit 25d9cef

Browse files
akurinnoyibuziuk
andauthored
Update stacks/java-websphereliberty-gradle/devfile.yaml (#344)
* chore: protocol http -> http*s*; bump schema version. Signed-off-by: Oleksii Kurinnyi <[email protected]> * fixup! chore: protocol http -> http*s*; bump schema version. Signed-off-by: Oleksii Kurinnyi <[email protected]> * Update stacks/java-websphereliberty-gradle/devfile.yaml Co-authored-by: Ilya Buziuk <[email protected]> Signed-off-by: Oleksii Kurinnyi <[email protected]> --------- Signed-off-by: Oleksii Kurinnyi <[email protected]> Co-authored-by: Ilya Buziuk <[email protected]>
1 parent 0c8ac5e commit 25d9cef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stacks/java-websphereliberty-gradle/devfile.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
schemaVersion: 2.1.0
18+
schemaVersion: 2.2.2
1919
metadata:
2020
name: java-websphereliberty-gradle
2121
displayName: WebSphere Liberty Gradle
@@ -31,7 +31,7 @@ metadata:
3131
- s390x
3232
projectType: WebSphere Liberty
3333
language: Java
34-
version: 0.4.0
34+
version: 0.5.0
3535
alpha.build-dockerfile: https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/Dockerfile
3636
alpha.deployment-manifest: https://github.com/OpenLiberty/devfile-stack/releases/download/websphere-liberty-gradle-0.3.1/app-deploy.yaml
3737
starterProjects:
@@ -53,9 +53,9 @@ components:
5353
endpoints:
5454
- exposure: public
5555
path: /
56-
name: http-webgradle
56+
name: https-webgradle
5757
targetPort: 9080
58-
protocol: http
58+
protocol: https
5959
- exposure: none
6060
name: debug
6161
targetPort: 5858

0 commit comments

Comments
 (0)