-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update kind node images * fix: update dependencies * update pipeline dependencies * go mod tidy * remove deprecated set-output * revert to ubuntu 20.04 * Revert "remove deprecated set-output" This reverts commit b51f49d. * remove deprecated set-output * retry ubuntu jammy jellyfish * jammy jellyfish obviously doesnt work
- Loading branch information
1 parent
75e401e
commit cc392e2
Showing
6 changed files
with
26 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
run: 'helm repo add cockroachdb https://charts.cockroachdb.com/' | ||
|
||
- id: 'release' | ||
uses: 'helm/[email protected].0' | ||
uses: 'helm/[email protected].1' | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: cockroachdb | ||
repository: https://charts.cockroachdb.com/ | ||
version: 8.0.0 | ||
digest: sha256:9d4fe9efe0f747edaa2312cbba30c5c04a2bb6ecdc1631f21a5a79b671f297a4 | ||
generated: "2022-06-01T21:36:39.682389368+02:00" | ||
version: 8.1.7 | ||
digest: sha256:029f534dc34a839b4d4e45bfcdf3d1d0868e85c7acc8ddda7a77b68085c3f7a1 | ||
generated: "2022-10-18T10:19:40.057964275+02:00" |
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