Update catalog-info.yaml (#17577)

Fixes an error where this was being treated as a number rather than a string
This commit is contained in:
Greg Back 2025-04-21 17:09:55 -04:00 committed by GitHub
parent 443241b6d3
commit 7cae0acf85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -794,7 +794,7 @@ spec:
env:
PIPELINES_TO_TRIGGER: 'logstash-jdk-availability-check-pipeline'
Weekly JDK availability check (8.19):
branch: 8.19
branch: "8.19"
cronline: 0 2 * * 1 # every Monday@2AM UTC
message: Weekly trigger of JDK update availability pipeline per branch
env:
@ -802,4 +802,4 @@ spec:
# *******************************
# SECTION END: JDK check pipeline
# *******************************
# *******************************