Skip to content

Commit

Permalink
updated to 1.30.4 and added helmchart config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Oct 19, 2024
1 parent 0a686fa commit c196603
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@ tasks:
else
echo "no changes"
fi
git push origin -u {{ .BRANCH }}
git push origin -u {{ .BRANCH }}
pr:
desc: Create pull request into main
cmds:
- task: commit
- gh pr create -t "{{ .BRANCH }}" -b "{{ .BRANCH }} branch into main"
- sleep 20s
# - gh pr checks $(gh pr list | grep "^[^#;]" | awk '{print $1}') --watch
- gh pr merge $(gh pr list | grep "^[^#;]" | awk '{print $1}') --auto --rebase --delete-branch
- git checkout main && git pull
4 changes: 2 additions & 2 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kubeconfig_mode_644: true
rke2_type: server
rke2_imagelist: rke2-images-all.linux-amd64.txt
rke2_imagelist_url: "https://github.com/rancher/rke2/releases/download/v{{ rke2_k8s_version }}%2B{{ rke2_release_kind }}/{{ rke2_imagelist }}"
rke2_k8s_version: 1.23.6
rke2_k8s_version: 1.30.4
rke2_version: "v{{ rke2_k8s_version }}+{{ rke2_release_kind }}"
rke2_channel: stable
rke2_channel_url: https://update.rke2.io/v1-release/channels
Expand All @@ -38,7 +38,7 @@ rke2_uninstall_script: /usr/local/bin/rke2-uninstall.sh
rke2_fetched_kubeconfig_path: ./kubeconfig
rke2_path_to_generated_token: "{{ rke_dir }}/server/node-token"
rke2_additional_manifests_path: "{{ rke_dir }}/server/manifests"
rke2_release_kind: rke2r2
rke2_release_kind: rke2r1 #rke2r2
rke2_airgapped_image_url: "https://github.com/rancher/rke2/releases/download/v{{ rke2_k8s_version }}%2B{{ rke2_release_kind }}/{{ rke2_airgapped_archive }}"
rke2_airgapped_installation: false
rke2_airgapped_install_dir: "{{ rke_dir }}/agent/images/"
Expand Down

0 comments on commit c196603

Please sign in to comment.