Skip to content

Commit 6c102d2

Browse files
Merge pull request #25 from tegridy-io/renovate/docker.io-rancher-kubectl-1.x
Update docker.io/rancher/kubectl Docker tag to v1.35.2
2 parents d0a5a5e + 6c0b093 commit 6c102d2

8 files changed

Lines changed: 13 additions & 12 deletions

File tree

.cruft.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0",
3+
"commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -24,7 +24,8 @@
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -39,7 +39,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

Makefile.vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DOCKER_ARGS ?= run --rm -u "$$(id -u):$$(id -g)" --userns=$(DOCKER_USERNS) -w /$
2626

2727
JSONNET_FILES ?= $(shell find . -type f -not -path './vendor/*' \( -name '*.*jsonnet' -or -name '*.libsonnet' \))
2828
JSONNETFMT_ARGS ?= --in-place --pad-arrays
29-
JSONNET_IMAGE ?= docker.io/bitnami/jsonnet:latest
29+
JSONNET_IMAGE ?= ghcr.io/projectsyn/jsonnet:latest
3030
JSONNET_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=jsonnetfmt $(JSONNET_IMAGE)
3131

3232
YAMLLINT_ARGS ?= --no-warnings

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/golden/defaults/upgrade-controller/upgrade-controller/10_configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
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

tests/golden/node-groups/upgrade-controller/upgrade-controller/10_configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
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

tests/golden/release-upgrade/upgrade-controller/upgrade-controller/10_configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
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

0 commit comments

Comments
 (0)