Skip to content
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

fix(container): update docker.io/rancher/kubectl ( v1.30.0 β†’ v1.30.2 ) #2510

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.1/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json

Check failure on line 2 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

2:81 [line-length] line too long (173 > 80 characters)
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
Expand All @@ -23,8 +23,8 @@
pod:
securityContext:
runAsNonRoot: true
runAsUser: 65534 # nobody

Check warning on line 26 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

26:30 [comments] too few spaces before comment
runAsGroup: 65534 # nobody

Check warning on line 27 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

27:31 [comments] too few spaces before comment
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -33,16 +33,16 @@
- key: node-role.kubernetes.io/control-plane
operator: Exists
tolerations:
- { key: CriticalAddonsOnly, operator: Exists }

Check failure on line 36 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

36:16 [braces] too many spaces inside braces

Check failure on line 36 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

36:58 [braces] too many spaces inside braces
- {
key: node-role.kubernetes.io/master,

Check failure on line 38 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

38:17 [indentation] wrong indentation: expected 14 but found 16
operator: Exists,

Check failure on line 39 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

39:17 [indentation] wrong indentation: expected 14 but found 16
effect: NoSchedule,

Check failure on line 40 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

40:17 [indentation] wrong indentation: expected 14 but found 16
}

Check failure on line 41 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

41:15 [indentation] wrong indentation: expected 12 but found 14
- {
key: node-role.kubernetes.io/controlplane,

Check failure on line 43 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

43:17 [indentation] wrong indentation: expected 14 but found 16
operator: Exists,

Check failure on line 44 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

44:17 [indentation] wrong indentation: expected 14 but found 16
effect: NoSchedule,

Check failure on line 45 in kubernetes/darkstar/apps/system-upgrade/system-upgrade-controller/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

45:17 [indentation] wrong indentation: expected 14 but found 16
}
- {
key: node-role.kubernetes.io/control-plane,
Expand All @@ -65,7 +65,7 @@
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: 900
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: 99
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: IfNotPresent
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: docker.io/rancher/kubectl:v1.30.0
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: docker.io/rancher/kubectl:v1.30.2
SYSTEM_UPGRADE_JOB_PRIVILEGED: true
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: 900
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: 15m
Expand Down
Loading