File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717ARG base_image=rayproject/ray:1.4.1-py38
1818FROM ${base_image}
1919
20- COPY --from=docker.io/apache/camel-k:1.5.0 /usr/local/bin/kamel /usr/local/bin/
20+ COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
2121
2222RUN sudo apt-get update \
2323 && sudo apt-get install -y --no-install-recommends openjdk-11-jdk maven \
Original file line number Diff line number Diff line change 1717ARG base_image=rayproject/ray:1.4.1-py38
1818FROM ${base_image}
1919
20- COPY --from=docker.io/apache/camel-k:1.5.0 /usr/local/bin/kamel /usr/local/bin/
20+ COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
2121
2222RUN sudo apt-get update \
2323 && sudo apt-get install -y --no-install-recommends openjdk-11-jdk maven \
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ installation or image. The Rayvens image is based on a Ray image onto which we
228228add the necessary dependencies to enable the running of Camel-K sources and
229229sinks in local mode inside the container.
230230The all-in-one Rayvens container image distributed on
231- [ quay.io] ( https://quay.io/repository/ibm/rayvens ) adds Camel-K 1.5 to a base
231+ [ quay.io] ( https://quay.io/repository/ibm/rayvens ) adds Camel-K 1.5.1 to a base
232232` rayproject/ray:1.4.1-py38 ` image. See [ Dockerfile.release] ( Dockerfile.release )
233233for specifics.
234234
Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ if [ -n "$kamel" ]; then
706706 echo " --- installing Kamel operator"
707707 kubectl create serviceaccount kamel -n " $namespace "
708708 kubectl create clusterrolebinding kamel --clusterrole=cluster-admin --serviceaccount=" $namespace " :kamel
709- kubectl run --rm -i -t kamel --image=apache/camel-k:1.5.0 --restart=Never --serviceaccount=kamel -n " $namespace " -- \
709+ kubectl run --rm -i -t kamel --image=apache/camel-k:1.5.1 --restart=Never --serviceaccount=kamel -n " $namespace " -- \
710710 kamel install --force $( echo " $options " )
711711 kubectl delete clusterrolebinding kamel
712712 kubectl delete serviceaccount kamel -n " $namespace "
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ kubectl apply -n ray -f kafka.yaml
3737echo " --- installing kamel operator"
3838kubectl create serviceaccount kamel -n ray
3939kubectl create clusterrolebinding kamel --clusterrole=cluster-admin --serviceaccount=ray:kamel
40- kubectl run --rm -i -t kamel --image=apache/camel-k:1.5.0 --restart=Never --serviceaccount=kamel -n ray -- \
40+ kubectl run --rm -i -t kamel --image=apache/camel-k:1.5.1 --restart=Never --serviceaccount=kamel -n ray -- \
4141 kamel install --registry-insecure --namespace ray --registry registry:5000
4242kubectl delete clusterrolebinding kamel
4343kubectl delete serviceaccount kamel -n ray
Original file line number Diff line number Diff line change 1616
1717set -eu
1818
19- KAMEL_VERSION=v1.5.0
19+ KAMEL_VERSION=v1.5.1
2020KIND_VERSION=v0.11.1
2121KUBECTL_VERSION=v1.18.8
2222
You can’t perform that action at this time.
0 commit comments