Skip to content

Commit

Permalink
fix: upgrade test (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 6, 2024
1 parent c409932 commit 0553195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -40,6 +41,8 @@ jobs:
set -euo pipefail
echo "Deploying the tagged release to the cluster"
cd deployment && just deploy-version ${{ env.LATEST_VERSION }} && cd ..
- name: Build Language Plugins
run: just build-language-plugins
- name: Smoke test the tagged release images
run: |
set -euo pipefail
Expand All @@ -52,6 +55,8 @@ jobs:
fetch-depth: 1
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Build Language Plugins
run: just build-language-plugins
- name: Smoke test HEAD with a full deploy to test upgrade path
run: |
set -euo pipefail
Expand Down
4 changes: 1 addition & 3 deletions deployment/values-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ controller:
port: 8891
provisioner:
enabled: true
image:
repository: "ftl:5000/ftl-provisioner"
tag: "latest"
service:
ports:
- name: "http-8893"
port: 8893

istio:
enabled: true

0 comments on commit 0553195

Please sign in to comment.