-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tx-decompose
Signed-off-by: Tal Derei <[email protected]>
- Loading branch information
Showing
192 changed files
with
22,834 additions
and
2,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,17 +55,9 @@ jobs: | |
location: us-central1 | ||
|
||
- name: install helmfile | ||
run: | | ||
helmfile_version="0.157.0" | ||
helmfile_url="https://github.com/helmfile/helmfile/releases/download/v${helmfile_version}/helmfile_${helmfile_version}_linux_amd64.tar.gz" | ||
mkdir -p /tmp/helmfile-download | ||
cd /tmp/helmfile-download || exit 1 | ||
curl -SfL -O "$helmfile_url" | ||
tar -xzf helmfile*.tar.gz | ||
mkdir -p "$HOME/bin" | ||
cp helmfile "$HOME/bin/" | ||
export PATH="$HOME/bin:$PATH" | ||
which helmfile | ||
uses: mamezou-tech/[email protected] | ||
with: | ||
helmfile-version: "v0.157.0" | ||
|
||
- name: deploy | ||
run: |- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,17 +49,9 @@ jobs: | |
location: us-central1 | ||
|
||
- name: install helmfile | ||
run: | | ||
helmfile_version="0.157.0" | ||
helmfile_url="https://github.com/helmfile/helmfile/releases/download/v${helmfile_version}/helmfile_${helmfile_version}_linux_amd64.tar.gz" | ||
mkdir -p /tmp/helmfile-download | ||
cd /tmp/helmfile-download || exit 1 | ||
curl -SfL -O "$helmfile_url" | ||
tar -xzf helmfile*.tar.gz | ||
mkdir -p "$HOME/bin" | ||
cp helmfile "$HOME/bin/" | ||
export PATH="$HOME/bin:$PATH" | ||
which helmfile | ||
uses: mamezou-tech/[email protected] | ||
with: | ||
helmfile-version: "v0.157.0" | ||
|
||
- name: deploy | ||
run: |- | ||
|
@@ -75,6 +67,7 @@ jobs: | |
- name: bounce osiris | ||
shell: bash | ||
run: |- | ||
export PENUMBRA_VERSION='${{ github.event.inputs.image_tag || github.ref_name }}' | ||
# Set the exact version for the current testnet for Osiris, so deps match. | ||
kubectl set image deployments \ | ||
-l "app.kubernetes.io/instance=osiris-testnet" \ | ||
|
@@ -86,6 +79,7 @@ jobs: | |
- name: bounce galileo | ||
shell: bash | ||
run: |- | ||
export PENUMBRA_VERSION='${{ github.event.inputs.image_tag || github.ref_name }}' | ||
# Set the exact version for the current testnet for Galileo, so deps match. | ||
kubectl set image deployments \ | ||
-l "app.kubernetes.io/instance=galileo" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.