File tree Expand file tree Collapse file tree
defaults/upgrade-controller/upgrade-controller
node-groups/upgrade-controller/upgrade-controller
release-upgrade/upgrade-controller/upgrade-controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3- "commit" : " 98d16f99766e6c6d97322dbe42e058f0e2bf73d0 " ,
3+ "commit" : " 7e46facc758385bc32eeecab92b4639c66fd4e4f " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
2424 "github_owner" : " tegridy-io" ,
2525 "github_name" : " component-upgrade-controller" ,
2626 "github_url" : " https://github.com/tegridy-io/component-upgrade-controller" ,
27- "_template" : " https://github.com/projectsyn/commodore-component-template.git"
27+ "_template" : " https://github.com/projectsyn/commodore-component-template.git" ,
28+ "_commit" : " 7e46facc758385bc32eeecab92b4639c66fd4e4f"
2829 }
2930 },
3031 "directory" : null
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : " 0"
1515 - name : Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - lint_yaml
1818 - lint_adoc
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Run ${{ matrix.command }}
2222 run : make ${{ matrix.command }}
2323 editorconfig :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : snow-actions/eclint@v1.0.1
2828 with :
2929 args : ' check'
3939 run :
4040 working-directory : ${{ env.COMPONENT_NAME }}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 with :
4444 path : ${{ env.COMPONENT_NAME }}
4545 - name : Compile component
5656 run :
5757 working-directory : ${{ env.COMPONENT_NAME }}
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 with :
6161 path : ${{ env.COMPONENT_NAME }}
6262 - name : Golden diff
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DOCKER_ARGS ?= run --rm -u "$$(id -u):$$(id -g)" --userns=$(DOCKER_USERNS) -w /$
2626
2727JSONNET_FILES ?= $(shell find . -type f -not -path './vendor/* ' \( -name '* .* jsonnet' -or -name '* .libsonnet' \) )
2828JSONNETFMT_ARGS ?= --in-place --pad-arrays
29- JSONNET_IMAGE ?= docker .io/bitnami /jsonnet:latest
29+ JSONNET_IMAGE ?= ghcr .io/projectsyn /jsonnet:latest
3030JSONNET_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --entrypoint=jsonnetfmt $(JSONNET_IMAGE )
3131
3232YAMLLINT_ARGS ?= --no-warnings
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ parameters:
1616 kubectl :
1717 registry : docker.io
1818 repository : rancher/kubectl
19- tag : v1.34.1
19+ tag : v1.35.2
2020
2121 replicaCount : 1
2222
Original file line number Diff line number Diff line change 55 SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS : ' 900'
66 SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT : ' 99'
77 SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY : Always
8- SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.34.1
8+ SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.35.2
99 SYSTEM_UPGRADE_JOB_PRIVILEGED : ' true'
1010 SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH : ' 900'
1111 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL : 15m
Original file line number Diff line number Diff line change 55 SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS : ' 900'
66 SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT : ' 99'
77 SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY : Always
8- SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.34.1
8+ SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.35.2
99 SYSTEM_UPGRADE_JOB_PRIVILEGED : ' true'
1010 SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH : ' 900'
1111 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL : 15m
Original file line number Diff line number Diff line change 55 SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS : ' 900'
66 SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT : ' 99'
77 SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY : Always
8- SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.34.1
8+ SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE : docker.io/rancher/kubectl:v1.35.2
99 SYSTEM_UPGRADE_JOB_PRIVILEGED : ' true'
1010 SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH : ' 900'
1111 SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL : 15m
You can’t perform that action at this time.
0 commit comments