Skip to content

Commit

Permalink
Replace quarkus.jib.labels with quarkus.container-image.labels
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Mar 17, 2023
1 parent 7bd7875 commit ddef1fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion recipes/src/main/resources/quarkus-updates/core/3alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,10 @@ recipeList:
oldPropertyKey: quarkus.openshift.group
newPropertyKey: quarkus.openshift.part-of
fileMatcher: "**/application*.properties"
- org.openrewrite.properties.ChangePropertyKey:
oldPropertyKey: quarkus.jib.labels
newPropertyKey: quarkus.container-image.labels
fileMatcher: "**/application*.properties"

#####
# Adjust properties in application.yml
Expand Down Expand Up @@ -1229,6 +1233,10 @@ recipeList:
oldPropertyKey: quarkus.openshift.group
newPropertyKey: quarkus.openshift.part-of
fileMatcher: "**/application*.yml"
- org.openrewrite.properties.ChangePropertyKey:
oldPropertyKey: quarkus.jib.labels
newPropertyKey: quarkus.container-image.labels
fileMatcher: "**/application*.yml"

#####
# Adjust properties in application.yaml
Expand Down Expand Up @@ -4004,4 +4012,4 @@ recipeList:
- org.openrewrite.text.FindAndReplace:
find: javax.validation.
replace: jakarta.validation.
fileMatcher: '**/*.kt'
fileMatcher: '**/*.kt'

0 comments on commit ddef1fb

Please sign in to comment.