-
Notifications
You must be signed in to change notification settings - Fork 5k
Addon portainer: Update portainer from 2.15.1 to 2.27.7 #20956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhengtianbao The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
@zhengtianbao plz consider adding an auto-updater simmilar to other addons that update the addon automatically look at the example "make update-kube-vip-version" |
@medyagh updated. but not add CI scripts yet. |
@zhengtianbao here is an example workfdlow you can copy from https://github.com/kubernetes/minikube/blob/master/.github/workflows/update-kube-vip-version.yml |
@medyagh I've added the workflow scripts that I was not sure I should do before. |
@zhengtianbao plz fix the merge conflict and we can merge this |
Makefile
Outdated
@@ -1239,6 +1239,10 @@ update-headlamp-version: | |||
update-kube-vip-version: | |||
go run hack/update/kube_vip_version/update_kube_vip_version.go | |||
|
|||
.PHONY: update-portainer-version | |||
update-portainer-version: | |||
go run hack/update/portainer_version/update_portainer_version.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhengtianbao please rebase PR and fix the path, we change the go run to cd ... check other updaters (since we made a go mod inside hack folder) needs to update path
Upgrade portainer, consistent with :https://raw.githubusercontent.com/portainer/k8s/master/deploy/manifests/portainer/portainer.yaml