Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 14, 2024
1 parent 81066f0 commit 60cf19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions refresh-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SCRIPT_ROOT=$(realpath $(dirname "${BASH_SOURCE[0]}"))
SCRIPT_NAME=$(basename "${BASH_SOURCE[0]}")

GITHUB_USER=${GITHUB_USER:-1gtm}
PR_BRANCH=go-123 #generic-repo-refresher # -$(date +%s)
COMMIT_MSG="Use Go 1.23"
PR_BRANCH=kind-24 #generic-repo-refresher # -$(date +%s)
COMMIT_MSG="Use KIND v0.24.0"

REPO_ROOT=/tmp/g1271

Expand Down Expand Up @@ -104,8 +104,8 @@ refresh() {
# sed -i 's|cert-manager/cert-manager/releases/download/v1.9.1/|cert-manager/cert-manager/releases/download/v1.11.0/|g' *

# # sed -i 's|engineerd/[email protected]|engineerd/[email protected]|g' *
# # KIND
# sed -i 's|version: v0.16.0|version: v0.17.0|g' *
# KIND
sed -i 's|version: v0.17.0|version: v0.24.0|g' *

# sed -i 's|\[v1.18.20, v1.19.16, v1.20.15, v1.21.14, v1.22.15, v1.23.12, v1.24.6, v1.25.2\]|\[v1.20.15, v1.21.14, v1.22.15, v1.23.13, v1.24.7, v1.25.3, v1.26.0\]|g' *
# sed -i 's|\[v1.18.20, v1.20.15, v1.22.15, v1.24.6, v1.25.2\]|\[v1.20.15, v1.22.15, v1.24.7, v1.26.0\]|g' *
Expand Down

0 comments on commit 60cf19d

Please sign in to comment.