Skip to content

Commit

Permalink
Resolved conflicts (#504)
Browse files Browse the repository at this point in the history
Signed-off-by: bnallapeta <[email protected]>
  • Loading branch information
Bharath Nallapeta authored Nov 8, 2023
1 parent 0117c09 commit 6332e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ objects:
value: '${KEYCLOAK_ADMIN_PASSWORD}'
- name: KC_PROXY
value: 'edge'
image: quay.io/keycloak/keycloak:21.1.1
image: quay.io/keycloak/keycloak:$$VERSION$$
livenessProbe:
failureThreshold: 100
httpGet:
Expand Down
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 6332e88

Please sign in to comment.