Skip to content

Commit

Permalink
Fix set-version script for kubernetes and openshift templates (#485)
Browse files Browse the repository at this point in the history
Closes #473
  • Loading branch information
stianst committed Sep 15, 2023
1 parent c7961be commit 78d31cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ NEW_VERSION=$1

mvn versions:set -Dversion.keycloak=$NEW_VERSION -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -DgroupId=org.keycloak* -DartifactId=*

sed -i "s|$$VERSION$$|$NEW_VERSION|g" kubernetes/keycloak.yaml
sed -i "s|$$VERSION$$|$NEW_VERSION|g" openshift/keycloak.yaml
sed -i 's|\$\$VERSION\$\$|'$NEW_VERSION'|g' kubernetes/keycloak.yaml
sed -i 's|\$\$VERSION\$\$|'$NEW_VERSION'|g' openshift/keycloak.yaml

0 comments on commit 78d31cb

Please sign in to comment.