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

chore(deps): update helm release traefik to 20.0.0 #1571

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
traefik (source) major 10.27.0 -> 20.0.0

Release Notes

traefik/traefik-helm-chart

v19.0.4

Compare Source

v19.0.3

Compare Source

v19.0.2

Compare Source

v19.0.1

Compare Source

v19.0.0

Compare Source

v18.3.0

Compare Source

v18.2.0

Compare Source

v18.1.0

Compare Source

v18.0.0

Compare Source

v17.0.5

Compare Source

v17.0.4

Compare Source

v17.0.3

Compare Source

v17.0.2

Compare Source

v17.0.1

Compare Source

v17.0.0

Compare Source

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.0

Compare Source

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.2

Compare Source

v15.2.1

Compare Source

v15.2.0

Compare Source

v15.1.1

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

v14.0.2

Compare Source

v14.0.1

Compare Source

v14.0.0

Compare Source

v13.0.1

Compare Source

v13.0.0

Compare Source

v12.0.7

Compare Source

v12.0.6

Compare Source

v12.0.5

Compare Source

v12.0.4

Compare Source

v12.0.3

Compare Source

v12.0.2

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.0

Compare Source

v10.33.0

Compare Source

v10.32.0

Compare Source

v10.31.0

Compare Source

v10.30.1

Compare Source

v10.30.0

Compare Source

v10.29.0

Compare Source

v10.28.0

Compare Source


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

| datasource | package | from    | to     |
| ---------- | ------- | ------- | ------ |
| helm       | traefik | 10.27.0 | 20.0.0 |

Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
@jarvis-plus-bot
Copy link
Contributor Author

Helm Release Diff Report πŸ”§

Show Report "Path: `k8s/namespaces/base/traefik-ingress/helmrelease.yaml` Version: `10.27.0` -> `20.0.0`
@@ -6,19 +6,19 @@
 name: traefik
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 annotations:
 ---
 # Source: traefik/templates/rbac/clusterrole.yaml
 kind: ClusterRole
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
- name: traefik
+ name: traefik-default
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 rules:
 - apiGroups:
 - extensions
@@ -68,20 +68,45 @@
 kind: ClusterRoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
- name: traefik
+ name: traefik-default
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 roleRef:
 apiGroup: rbac.authorization.k8s.io
 kind: ClusterRole
- name: traefik
+ name: traefik-default
 subjects:
 - kind: ServiceAccount
 name: traefik
 namespace: default
 ---
+# Source: traefik/templates/service.yaml
+apiVersion: v1
+kind: Service
+metadata:
+ name: traefik
+ labels:
+ app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
+ app.kubernetes.io/managed-by: Helm
+ annotations:
+spec:
+ type: LoadBalancer
+ selector:
+ app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
+ ports:
+ - port: 80
+ name: "web"
+ targetPort: web
+ protocol: TCP
+ - port: 443
+ name: "websecure"
+ targetPort: websecure
+ protocol: TCP
+---
 # Source: traefik/templates/deployment.yaml
 apiVersion: apps/v1
 kind: Deployment
@@ -89,19 +114,19 @@
 name: traefik
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 annotations:
 spec:
 selector:
 matchLabels:
 app.kubernetes.io/name: traefik
- app.kubernetes.io/instance: traefik
+ app.kubernetes.io/instance: traefik-default
 strategy:
- type: RollingUpdate
 rollingUpdate:
 maxSurge: 1
- maxUnavailable: 1
+ maxUnavailable: 0
+ type: RollingUpdate
 minReadySeconds: 0
 template:
 metadata:
@@ -111,14 +136,14 @@
 prometheus.io/port: "9100"
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 spec:
 serviceAccountName: traefik
 terminationGracePeriodSeconds: 60
 hostNetwork: false
 containers:
- - image: "traefik:2.8.7"
+ - image: "traefik:2.9.4"
 imagePullPolicy: IfNotPresent
 name: traefik
 resources:
@@ -126,8 +151,9 @@
 httpGet:
 path: /ping
 port: 9000
+ scheme: HTTP
 failureThreshold: 1
- initialDelaySeconds: 10
+ initialDelaySeconds: 2
 periodSeconds: 10
 successThreshold: 1
 timeoutSeconds: 2
@@ -135,11 +161,13 @@
 httpGet:
 path: /ping
 port: 9000
+ scheme: HTTP
 failureThreshold: 3
- initialDelaySeconds: 10
+ initialDelaySeconds: 2
 periodSeconds: 10
 successThreshold: 1
 timeoutSeconds: 2
+ lifecycle:
 ports:
 - name: "metrics"
 containerPort: 9100
@@ -181,6 +209,7 @@
 - "--metrics.prometheus.entrypoint=metrics"
 - "--providers.kubernetescrd"
 - "--providers.kubernetesingress"
+ - "--entrypoints.websecure.http.tls=true"
 - "--log.format=json"
 - "--log.level=INFO"
 - "--accesslog=true"
@@ -210,14 +239,14 @@
 fsGroup: 65532
 ---
 # Source: traefik/templates/hpa.yaml
-apiVersion: autoscaling/v2beta1
+apiVersion: autoscaling/v2
 kind: HorizontalPodAutoscaler
 metadata:
 name: traefik
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 spec:
 scaleTargetRef:
 apiVersion: apps/v1
@@ -225,7 +254,6 @@
 name: traefik
 minReplicas: 2
 maxReplicas: 5
- metrics: null
 ---
 # Source: traefik/templates/ingressclass.yaml
 apiVersion: networking.k8s.io/v1
@@ -235,43 +263,12 @@
 ingressclass.kubernetes.io/is-default-class: "false"
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 name: traefik
 spec:
 controller: traefik.io/ingress-controller
 ---
-# Source: traefik/templates/service.yaml
-apiVersion: v1
-kind: List
-metadata:
- name: traefik
-items:
- - apiVersion: v1
- kind: Service
- metadata:
- name: traefik
- labels:
- app.kubernetes.io/name: traefik
- helm.sh/chart: traefik-10.27.0
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
- annotations:
- spec:
- type: LoadBalancer
- selector:
- app.kubernetes.io/name: traefik
- app.kubernetes.io/instance: traefik
- ports:
- - port: 80
- name: web
- targetPort: "web"
- protocol: TCP
- - port: 443
- name: websecure
- targetPort: "websecure"
- protocol: TCP
----
 # Source: traefik/templates/tlsoption.yaml
 apiVersion: traefik.containo.us/v1alpha1
 kind: TLSOption
@@ -279,8 +276,8 @@
 name: default
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 spec:
 maxVersion: VersionTLS13
 minVersion: VersionTLS12
@@ -293,10 +290,12 @@
 name: traefik-dashboard
 annotations:
 helm.sh/hook: "post-install,post-upgrade"
+ meta.helm.sh/release-name: traefik
+ meta.helm.sh/release-namespace: default
 labels:
 app.kubernetes.io/name: traefik
+ app.kubernetes.io/instance: traefik-default
 app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/instance: traefik
 spec:
 entryPoints:
 - traefik
```"

@jarvis-plus-bot
Copy link
Contributor Author

πŸ¦™ MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
βœ… KUBERNETES kubeconform 1 0 0.22s
⚠️ REPOSITORY checkov yes 334 18.87s
βœ… REPOSITORY dustilock yes no 0.08s
βœ… REPOSITORY git_diff yes no 0.07s
βœ… REPOSITORY secretlint yes no 2.18s
⚠️ REPOSITORY trivy yes 1 22.38s
βœ… SPELL misspell 1 0 0.06s
βœ… YAML prettier 1 0 0.5s
βœ… YAML yamllint 1 0 0.26s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@xunholy xunholy merged commit 738e1ae into main Nov 9, 2022
@xunholy xunholy deleted the renovate/traefik-20.x branch November 9, 2022 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant