Skip to content

Commit

Permalink
add keycloak chart
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Jul 30, 2024
1 parent 3095ae8 commit cc06060
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion offline/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ wire_build_chart_release () {
'
}

add_external_helm_charts () {
# Add external helm charts here
echo "keycloak https://codecentric.github.io/helm-charts/keycloakx 2.3.0"
}

# pull_charts() accepts charts in format
# <chart-name> <repo-url> <chart-version>
# on stdin
Expand Down Expand Up @@ -202,7 +207,7 @@ pull_charts() {
}

wire_build="https://raw.githubusercontent.com/wireapp/wire-builds/ae13f32434611c09cc074227a9da55a6fcc61a94/build.json"
wire_build_chart_release "$wire_build" | pull_charts
wire_build_chart_release "$wire_build"; add_external_helm_charts | pull_charts

# Uncomment if you want to create non-wire-build release
# and uncomment the other pull_charts call from aboe
Expand Down

0 comments on commit cc06060

Please sign in to comment.