Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_istio_addons (0.15 sec)

  1. tools/gen_istio_image_list.sh

        do
          if [[ $tag != name: ]]
          then
             if [[ $tag > $latest_tag ]]
             then
                latest_tag=$tag
             fi
          fi
        done
        echo "$latest_tag"
    }
    
    function get_istio_addons() {
        branches=$(curl --silent "${ISTIO_HELM_CHART}?ref=${1}" | grep '"name": *' | tr -d '", ')
        for branch in ${branches}; do
            REPO=${branch##name:}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 04:04:35 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top