Update Helm release traefik to v40.3.0#295
Merged
Merged
Conversation
Argo CD Diff PreviewSummary: Modified (1):
± sandbox-oci-traefik (+73|-8)sandbox-oci-traefik (applications/appset-ops-tools.yaml)Deployment: traefik/sandbox-oci-traefik fieldPath: metadata.namespace
- name: USER
value: traefik
- image: docker.io/traefik:v3.7.1
+ image: docker.io/traefik:v3.7.4
imagePullPolicy: IfNotPresent
lifecycle: null
livenessProbe:CustomResourceDefinition: accesscontrolpolicies.hub.traefik.io type: object
maxRetries:
default: 3
- description: MaxRetries defines the number of retries for
- introspection requests.
+ description: MaxRetries defines the maximum number of retry
+ attempts for failed requests.
type: integer
timeoutSeconds:
default: 5
description: TimeoutSeconds configures the maximum amount
of seconds to wait before giving up on requests.
type: integer
tls:
- description: TLS configures TLS communication with the Authorization
- Server.
+ description: TLS configures TLS for the HTTP client.
properties:
ca:
- description: CA sets the CA bundle used to sign the Authorization
- Server certificate.
+ description: CA sets the CA bundle used to verify the
+ server certificate.
type: string
insecureSkipVerify:
description: |-
- InsecureSkipVerify skips the Authorization Server certificate validation.
+ InsecureSkipVerify skips the server certificate validation.
For testing purposes only, do not use in production.
type: boolean
type: objectCustomResourceDefinition: apiauths.hub.traefik.io AppIDClaim is the name of the claim holding the identifier of the application.
This field is sometimes named `client_id`.
type: string
+ clientConfig:
+ description: ClientConfig configures the HTTP client used to fetch
+ the JWKS from the JWKS URL or the trusted issuers.
+ properties:
+ maxRetries:
+ default: 3
+ description: MaxRetries defines the maximum number of retry
+ attempts for failed requests.
+ type: integer
+ timeoutSeconds:
+ default: 5
+ description: TimeoutSeconds configures the maximum amount
+ of seconds to wait before giving up on requests.
+ type: integer
+ tls:
+ description: TLS configures TLS for the HTTP client.
+ properties:
+ ca:
+ description: CA sets the CA bundle used to verify the
+ server certificate.
+ type: string
+ insecureSkipVerify:
+ description: |-
+ InsecureSkipVerify skips the server certificate validation.
+ For testing purposes only, do not use in production.
+ type: boolean
+ type: object
+ type: object
forwardHeaders:
additionalProperties:
type: stringCustomResourceDefinition: apiportalauths.hub.traefik.io required:
- groups
type: object
+ clientConfig:
+ description: ClientConfig configures the HTTP client used to communicate
+ with the OIDC provider.
+ properties:
+ maxRetries:
+ default: 3
+ description: MaxRetries defines the maximum number of retry
+ attempts for failed requests.
+ type: integer
+ timeoutSeconds:
+ default: 5
+ description: TimeoutSeconds configures the maximum amount
+ of seconds to wait before giving up on requests.
+ type: integer
+ tls:
+ description: TLS configures TLS for the HTTP client.
+ properties:
+ ca:
+ description: CA sets the CA bundle used to verify the
+ server certificate.
+ type: string
+ insecureSkipVerify:
+ description: |-
+ InsecureSkipVerify skips the server certificate validation.
+ For testing purposes only, do not use in production.
+ type: boolean
+ type: object
+ type: object
issuerUrl:
description: IssuerURL is the OIDC provider issuer URL.
type: stringCustomResourceDefinition: apis.hub.traefik.io rule: self.startsWith('/')
- message: cannot contains '../'
rule: '!self.matches(r"""(\/\.\.\/)|(\/\.\.$)""")'
+ refreshInterval:
+ description: RefreshInterval defines the rate at which the OpenAPI
+ specification is refreshed.
+ format: duration
+ type: string
url:
description: |-
URL is a Traefik Hub agent accessible URL for obtaining the OpenAPI specification.CustomResourceDefinition: apiversions.hub.traefik.io rule: self.startsWith('/')
- message: cannot contains '../'
rule: '!self.matches(r"""(\/\.\.\/)|(\/\.\.$)""")'
+ refreshInterval:
+ description: RefreshInterval defines the rate at which the OpenAPI
+ specification is refreshed.
+ format: duration
+ type: string
url:
description: |-
URL is a Traefik Hub agent accessible URL for obtaining the OpenAPI specification.Stats: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
40.2.0→40.3.0Release Notes
traefik/traefik-helm-chart (traefik)
v40.3.0Compare Source
🚀 Features
🐛 Bug fixes
📦 Others
👌 Traefik version support
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.