Charts CI
``` Updated: linkerd/linkerd-control-plane: - 2024.4.3 linkerd/linkerd-crds: - 2024.4.3 ```pull/1012/head
parent
3a1cf414af
commit
e8b9c88f20
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@ annotations:
|
||||||
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
||||||
catalog.cattle.io/release-name: linkerd-control-plane
|
catalog.cattle.io/release-name: linkerd-control-plane
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: edge-24.4.2
|
appVersion: edge-24.4.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: partials
|
- name: partials
|
||||||
repository: file://./charts/partials
|
repository: file://./charts/partials
|
||||||
|
@ -26,4 +26,4 @@ name: linkerd-control-plane
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/linkerd/linkerd2/
|
- https://github.com/linkerd/linkerd2/
|
||||||
type: application
|
type: application
|
||||||
version: 2024.4.2
|
version: 2024.4.3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Linkerd gives you observability, reliability, and security
|
Linkerd gives you observability, reliability, and security
|
||||||
for your microservices — with no code change required.
|
for your microservices — with no code change required.
|
||||||
|
|
||||||
![Version: 2024.4.2](https://img.shields.io/badge/Version-2024.4.2-informational?style=flat-square)
|
![Version: 2024.4.3](https://img.shields.io/badge/Version-2024.4.3-informational?style=flat-square)
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||||
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
|
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ controlPlaneTracing: false
|
||||||
# -- namespace to send control plane traces to
|
# -- namespace to send control plane traces to
|
||||||
controlPlaneTracingNamespace: linkerd-jaeger
|
controlPlaneTracingNamespace: linkerd-jaeger
|
||||||
# -- control plane version. See Proxy section for proxy version
|
# -- control plane version. See Proxy section for proxy version
|
||||||
linkerdVersion: edge-24.4.2
|
linkerdVersion: edge-24.4.3
|
||||||
# -- default kubernetes deployment strategy
|
# -- default kubernetes deployment strategy
|
||||||
deploymentStrategy:
|
deploymentStrategy:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
|
|
|
@ -23,4 +23,4 @@ name: linkerd-crds
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/linkerd/linkerd2/
|
- https://github.com/linkerd/linkerd2/
|
||||||
type: application
|
type: application
|
||||||
version: 2024.4.2
|
version: 2024.4.3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Linkerd gives you observability, reliability, and security
|
Linkerd gives you observability, reliability, and security
|
||||||
for your microservices — with no code change required.
|
for your microservices — with no code change required.
|
||||||
|
|
||||||
![Version: 2024.4.2](https://img.shields.io/badge/Version-2024.4.2-informational?style=flat-square)
|
![Version: 2024.4.3](https://img.shields.io/badge/Version-2024.4.3-informational?style=flat-square)
|
||||||
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||||
|
|
||||||
**Homepage:** <https://linkerd.io>
|
**Homepage:** <https://linkerd.io>
|
||||||
|
|
|
@ -1222,6 +1222,34 @@ spec:
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
||||||
type: string
|
type: string
|
||||||
|
port:
|
||||||
|
description: "Port is the network port this Route targets.
|
||||||
|
It can be interpreted differently based on the type of
|
||||||
|
parent resource. \n When the parent resource is a Gateway,
|
||||||
|
this targets all listeners listening on the specified
|
||||||
|
port that also support this kind of Route(and select this
|
||||||
|
Route). It's not recommended to set `Port` unless the
|
||||||
|
networking behaviors specified in a Route must apply to
|
||||||
|
a specific port as opposed to a listener(s) whose port(s)
|
||||||
|
may be changed. When both Port and SectionName are specified,
|
||||||
|
the name and port of the selected listener must match
|
||||||
|
both specified values. \n Implementations MAY choose to
|
||||||
|
support other parent resources. Implementations supporting
|
||||||
|
other types of parent resources MUST clearly document
|
||||||
|
how/if Port is interpreted. \n For the purpose of status,
|
||||||
|
an attachment is considered successful as long as the
|
||||||
|
parent resource accepts it partially. For example, Gateway
|
||||||
|
listeners can restrict which Routes can attach to them
|
||||||
|
by Route kind, namespace, or hostname. If 1 of 2 Gateway
|
||||||
|
listeners accept attachment from the referencing Route,
|
||||||
|
the Route MUST be considered successfully attached. If
|
||||||
|
no Gateway listeners accept attachment from this Route,
|
||||||
|
the Route MUST be considered detached from the Gateway.
|
||||||
|
\n Support: Extended \n <gateway:experimental>"
|
||||||
|
format: int32
|
||||||
|
maximum: 65535
|
||||||
|
minimum: 1
|
||||||
|
type: integer
|
||||||
sectionName:
|
sectionName:
|
||||||
description: "SectionName is the name of a section within
|
description: "SectionName is the name of a section within
|
||||||
the target resource. In the following resources, SectionName
|
the target resource. In the following resources, SectionName
|
||||||
|
@ -2469,6 +2497,34 @@ spec:
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
||||||
type: string
|
type: string
|
||||||
|
port:
|
||||||
|
description: "Port is the network port this Route targets.
|
||||||
|
It can be interpreted differently based on the type of
|
||||||
|
parent resource. \n When the parent resource is a Gateway,
|
||||||
|
this targets all listeners listening on the specified
|
||||||
|
port that also support this kind of Route(and select this
|
||||||
|
Route). It's not recommended to set `Port` unless the
|
||||||
|
networking behaviors specified in a Route must apply to
|
||||||
|
a specific port as opposed to a listener(s) whose port(s)
|
||||||
|
may be changed. When both Port and SectionName are specified,
|
||||||
|
the name and port of the selected listener must match
|
||||||
|
both specified values. \n Implementations MAY choose to
|
||||||
|
support other parent resources. Implementations supporting
|
||||||
|
other types of parent resources MUST clearly document
|
||||||
|
how/if Port is interpreted. \n For the purpose of status,
|
||||||
|
an attachment is considered successful as long as the
|
||||||
|
parent resource accepts it partially. For example, Gateway
|
||||||
|
listeners can restrict which Routes can attach to them
|
||||||
|
by Route kind, namespace, or hostname. If 1 of 2 Gateway
|
||||||
|
listeners accept attachment from the referencing Route,
|
||||||
|
the Route MUST be considered successfully attached. If
|
||||||
|
no Gateway listeners accept attachment from this Route,
|
||||||
|
the Route MUST be considered detached from the Gateway.
|
||||||
|
\n Support: Extended \n <gateway:experimental>"
|
||||||
|
format: int32
|
||||||
|
maximum: 65535
|
||||||
|
minimum: 1
|
||||||
|
type: integer
|
||||||
sectionName:
|
sectionName:
|
||||||
description: "SectionName is the name of a section within
|
description: "SectionName is the name of a section within
|
||||||
the target resource. In the following resources, SectionName
|
the target resource. In the following resources, SectionName
|
||||||
|
@ -3806,6 +3862,34 @@ spec:
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
||||||
type: string
|
type: string
|
||||||
|
port:
|
||||||
|
description: "Port is the network port this Route targets.
|
||||||
|
It can be interpreted differently based on the type of
|
||||||
|
parent resource. \n When the parent resource is a Gateway,
|
||||||
|
this targets all listeners listening on the specified
|
||||||
|
port that also support this kind of Route(and select this
|
||||||
|
Route). It's not recommended to set `Port` unless the
|
||||||
|
networking behaviors specified in a Route must apply to
|
||||||
|
a specific port as opposed to a listener(s) whose port(s)
|
||||||
|
may be changed. When both Port and SectionName are specified,
|
||||||
|
the name and port of the selected listener must match
|
||||||
|
both specified values. \n Implementations MAY choose to
|
||||||
|
support other parent resources. Implementations supporting
|
||||||
|
other types of parent resources MUST clearly document
|
||||||
|
how/if Port is interpreted. \n For the purpose of status,
|
||||||
|
an attachment is considered successful as long as the
|
||||||
|
parent resource accepts it partially. For example, Gateway
|
||||||
|
listeners can restrict which Routes can attach to them
|
||||||
|
by Route kind, namespace, or hostname. If 1 of 2 Gateway
|
||||||
|
listeners accept attachment from the referencing Route,
|
||||||
|
the Route MUST be considered successfully attached. If
|
||||||
|
no Gateway listeners accept attachment from this Route,
|
||||||
|
the Route MUST be considered detached from the Gateway.
|
||||||
|
\n Support: Extended \n <gateway:experimental>"
|
||||||
|
format: int32
|
||||||
|
maximum: 65535
|
||||||
|
minimum: 1
|
||||||
|
type: integer
|
||||||
sectionName:
|
sectionName:
|
||||||
description: "SectionName is the name of a section within
|
description: "SectionName is the name of a section within
|
||||||
the target resource. In the following resources, SectionName
|
the target resource. In the following resources, SectionName
|
||||||
|
@ -5165,6 +5249,34 @@ spec:
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
|
||||||
type: string
|
type: string
|
||||||
|
port:
|
||||||
|
description: "Port is the network port this Route targets.
|
||||||
|
It can be interpreted differently based on the type of
|
||||||
|
parent resource. \n When the parent resource is a Gateway,
|
||||||
|
this targets all listeners listening on the specified
|
||||||
|
port that also support this kind of Route(and select this
|
||||||
|
Route). It's not recommended to set `Port` unless the
|
||||||
|
networking behaviors specified in a Route must apply to
|
||||||
|
a specific port as opposed to a listener(s) whose port(s)
|
||||||
|
may be changed. When both Port and SectionName are specified,
|
||||||
|
the name and port of the selected listener must match
|
||||||
|
both specified values. \n Implementations MAY choose to
|
||||||
|
support other parent resources. Implementations supporting
|
||||||
|
other types of parent resources MUST clearly document
|
||||||
|
how/if Port is interpreted. \n For the purpose of status,
|
||||||
|
an attachment is considered successful as long as the
|
||||||
|
parent resource accepts it partially. For example, Gateway
|
||||||
|
listeners can restrict which Routes can attach to them
|
||||||
|
by Route kind, namespace, or hostname. If 1 of 2 Gateway
|
||||||
|
listeners accept attachment from the referencing Route,
|
||||||
|
the Route MUST be considered successfully attached. If
|
||||||
|
no Gateway listeners accept attachment from this Route,
|
||||||
|
the Route MUST be considered detached from the Gateway.
|
||||||
|
\n Support: Extended \n <gateway:experimental>"
|
||||||
|
format: int32
|
||||||
|
maximum: 65535
|
||||||
|
minimum: 1
|
||||||
|
type: integer
|
||||||
sectionName:
|
sectionName:
|
||||||
description: "SectionName is the name of a section within
|
description: "SectionName is the name of a section within
|
||||||
the target resource. In the following resources, SectionName
|
the target resource. In the following resources, SectionName
|
||||||
|
|
68
index.yaml
68
index.yaml
|
@ -37823,15 +37823,47 @@ entries:
|
||||||
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
||||||
catalog.cattle.io/release-name: linkerd-control-plane
|
catalog.cattle.io/release-name: linkerd-control-plane
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: edge-24.4.2
|
appVersion: edge-24.4.3
|
||||||
created: "2024-04-16T10:50:25.031154778-06:00"
|
created: "2024-04-18T21:32:38.314728469Z"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: partials
|
- name: partials
|
||||||
repository: file://./charts/partials
|
repository: file://./charts/partials
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
description: 'Linkerd gives you observability, reliability, and security for your
|
description: 'Linkerd gives you observability, reliability, and security for your
|
||||||
microservices — with no code change required. '
|
microservices — with no code change required. '
|
||||||
digest: 5ac2c5c50a32bd671726f63c3cec6a47d89bd4dddb1a155ece7529b059f0207e
|
digest: d0939685e75c33909e728a5e0fed1143213772a5cd5f606b4c58f729b38864f2
|
||||||
|
home: https://linkerd.io
|
||||||
|
icon: https://linkerd.io/images/logo-only-200h.png
|
||||||
|
keywords:
|
||||||
|
- service-mesh
|
||||||
|
kubeVersion: '>=1.22.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: cncf-linkerd-dev@lists.cncf.io
|
||||||
|
name: Linkerd authors
|
||||||
|
url: https://linkerd.io/
|
||||||
|
name: linkerd-control-plane
|
||||||
|
sources:
|
||||||
|
- https://github.com/linkerd/linkerd2/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/linkerd/linkerd-control-plane-2024.4.3.tgz
|
||||||
|
version: 2024.4.3
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/auto-install: linkerd-crds
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Linkerd Control Plane
|
||||||
|
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
||||||
|
catalog.cattle.io/release-name: linkerd-control-plane
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: edge-24.4.2
|
||||||
|
created: "2024-04-18T21:32:29.385098355Z"
|
||||||
|
dependencies:
|
||||||
|
- name: partials
|
||||||
|
repository: file://./charts/partials
|
||||||
|
version: 0.1.0
|
||||||
|
description: 'Linkerd gives you observability, reliability, and security for your
|
||||||
|
microservices — with no code change required. '
|
||||||
|
digest: 7c8b6de412a4ab23c550eeec8098df8094b1e342836b60ba8d13e67a214a5e82
|
||||||
home: https://linkerd.io
|
home: https://linkerd.io
|
||||||
icon: https://linkerd.io/images/logo-only-200h.png
|
icon: https://linkerd.io/images/logo-only-200h.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -38318,6 +38350,36 @@ entries:
|
||||||
- assets/linkerd/linkerd-control-plane-1.12.5.tgz
|
- assets/linkerd/linkerd-control-plane-1.12.5.tgz
|
||||||
version: 1.12.5
|
version: 1.12.5
|
||||||
linkerd-crds:
|
linkerd-crds:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Linkerd CRDs
|
||||||
|
catalog.cattle.io/kube-version: '>=1.22.0-0'
|
||||||
|
catalog.cattle.io/release-name: linkerd-crds
|
||||||
|
apiVersion: v2
|
||||||
|
created: "2024-04-18T21:32:38.334897897Z"
|
||||||
|
dependencies:
|
||||||
|
- name: partials
|
||||||
|
repository: file://./charts/partials
|
||||||
|
version: 0.1.0
|
||||||
|
description: 'Linkerd gives you observability, reliability, and security for your
|
||||||
|
microservices — with no code change required. '
|
||||||
|
digest: 0f9806e4c67cff256207601542043b6c108d837b7ac60169797402e9e57aef5e
|
||||||
|
home: https://linkerd.io
|
||||||
|
icon: https://linkerd.io/images/logo-only-200h.png
|
||||||
|
keywords:
|
||||||
|
- service-mesh
|
||||||
|
kubeVersion: '>=1.22.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: cncf-linkerd-dev@lists.cncf.io
|
||||||
|
name: Linkerd authors
|
||||||
|
url: https://linkerd.io/
|
||||||
|
name: linkerd-crds
|
||||||
|
sources:
|
||||||
|
- https://github.com/linkerd/linkerd2/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/linkerd/linkerd-crds-2024.4.3.tgz
|
||||||
|
version: 2024.4.3
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Linkerd CRDs
|
catalog.cattle.io/display-name: Linkerd CRDs
|
||||||
|
|
Loading…
Reference in New Issue