Skip to content

Commit

Permalink
Merge pull request #3 from matzew/updates_to_latest
Browse files Browse the repository at this point in the history
Update all parts to latest version
  • Loading branch information
matzew authored Apr 22, 2024
2 parents 6f35165 + 927bf2f commit c607fa8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion system/00-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
reset=''
fi

kube_version="v1.28.4"
kube_version="v1.29.2"

if [ -z "$MEMORY" ]; then
MEMORY="$(minikube config view | awk '/memory/ { print $3 }')"
Expand Down
8 changes: 0 additions & 8 deletions system/01-camel-k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,3 @@ helm install \
sleep 5; while echo && kubectl get pods -n default | grep -v -E "(Running|Completed|STATUS)"; do sleep 5; done

kubectl get pods -n default

header_text "Applying some tweaks"

kubectl patch integrationplatforms.camel.apache.org camel-k --type=merge -p '{"spec":{"build":{"runtimeVersion":"3.6.0"}}}'
kubectl patch integrationplatforms.camel.apache.org camel-k --type=merge -p '{"spec":{"build":{"maven":{"properties":{"quarkus.camel.service.discovery.include-patterns": "META-INF/services/org/apache/camel/transformer/*"}}}}}'

curl -s https://raw.githubusercontent.com/apache/camel-kamelets/v4.2.0/kamelets/aws-s3-source.kamelet.yaml | kubectl apply -f -
curl -s https://raw.githubusercontent.com/apache/camel-kamelets/v4.2.0/kamelets/data-type-action.kamelet.yaml | kubectl apply -f -
6 changes: 1 addition & 5 deletions system/02-kn-eventing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
reset=''
fi

eventing_version="v1.12.1"
eventing_version="v1.13.3"
eventing_url=https://github.com/knative/eventing/releases/download/knative-${eventing_version}

while [[ $# -ne 0 ]]; do
Expand Down Expand Up @@ -43,7 +43,3 @@ kubectl apply --filename $eventing_url/eventing.yaml

header_text "Waiting for Knative Eventing to become ready"
kubectl wait deployment --all --timeout=-1s --for=condition=Available -n knative-eventing

## This is a bug, and should not be needed, but Camel-K checks only for serving
# For more details see: https://github.com/apache/camel-k/issues/4962
kubectl apply -f https://raw.githubusercontent.com/knative/serving/main/config/core/300-resources/service.yaml

0 comments on commit c607fa8

Please sign in to comment.