Skip to content

Commit 681a921

Browse files
author
Ivan Sim
committed
Bump default version to edge-19.8.1 due to dependency on RSA support
Signed-off-by: Ivan Sim <[email protected]>
1 parent c79c414 commit 681a921

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

charts/linkerd2/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: "v1"
2-
appVersion: stable-2.4.0
2+
appVersion: edge-19.8.1
33
description: Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
44
home: https://linkerd.io
55
keywords:

charts/linkerd2/templates/controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
{{.ControllerNamespaceLabel}}: {{.Namespace}}
7373
{{- include "partials.proxy.labels" .Proxy | nindent 8}}
7474
spec:
75-
{{- if eq .EnablePodAntiAffinity true -}}
75+
{{- if .EnablePodAntiAffinity -}}
7676
{{- $local := dict "Component" "controller" "Label" .ControllerComponentLabel -}}
7777
{{- include "linkerd.pod-affinity" $local | nindent 6 -}}
7878
{{- end }}

charts/linkerd2/templates/tap.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ spec:
5757
{{- include "partials.proxy.labels" .Proxy | nindent 8}}
5858
spec:
5959
{{- if .EnablePodAntiAffinity -}}
60-
{{- include "linkerd.pod-affinity" . | nindent 6 -}}
60+
{{- $local := dict "Component" "tap" "Label" .ControllerComponentLabel -}}
61+
{{- include "linkerd.pod-affinity" $local | nindent 6 -}}
6162
{{- end }}
6263
containers:
6364
- args:

charts/linkerd2/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EnablePodAntiAffinity: false
88
ImagePullPolicy: &image_pull_policy IfNotPresent
99

1010
# control plane version. See Proxy section for proxy version
11-
LinkerdVersion: &linkerd_version stable-2.4.0
11+
LinkerdVersion: &linkerd_version edge-19.8.1
1212

1313
Namespace: linkerd
1414
OmitWebhookSideEffects: false

0 commit comments

Comments
 (0)