Skip to content

Commit

Permalink
Update for 3.15.Final branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Oct 16, 2024
1 parent a0d1ee0 commit 75f6735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-k8s-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ do_build() {
local version_tag=$2
local javaVersion=$3
local kind=$4
local container_tag="${version_tag}-latest"
local container_tag="${version_tag}-latest-3.15.Final"
local git_server_url="${GITHUB_SERVER_URL:=https://github.com}"
local git_repo="${GITHUB_REPOSITORY:=quarkusio/quarkus-super-heroes}"
local github_ref_name="${BRANCH:=${GITHUB_REF_NAME:=main}}"
local github_ref_name="${BRANCH:=${GITHUB_REF_NAME:=3.15.Final}}"

if [[ "$kind" == "native-" ]]; then
local mem_limit="128Mi"
Expand Down

0 comments on commit 75f6735

Please sign in to comment.