Skip to content

Commit

Permalink
Bump default version to edge-19.8.1 due to dependency on RSA support
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sim <ivan@buoyant.io>
  • Loading branch information
Ivan Sim committed Aug 2, 2019
1 parent c79c414 commit 681a921
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/linkerd2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: "v1"
appVersion: stable-2.4.0
appVersion: edge-19.8.1
description: Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
home: https://linkerd.io
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd2/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
{{.ControllerNamespaceLabel}}: {{.Namespace}}
{{- include "partials.proxy.labels" .Proxy | nindent 8}}
spec:
{{- if eq .EnablePodAntiAffinity true -}}
{{- if .EnablePodAntiAffinity -}}
{{- $local := dict "Component" "controller" "Label" .ControllerComponentLabel -}}
{{- include "linkerd.pod-affinity" $local | nindent 6 -}}
{{- end }}
Expand Down
3 changes: 2 additions & 1 deletion charts/linkerd2/templates/tap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ spec:
{{- include "partials.proxy.labels" .Proxy | nindent 8}}
spec:
{{- if .EnablePodAntiAffinity -}}
{{- include "linkerd.pod-affinity" . | nindent 6 -}}
{{- $local := dict "Component" "tap" "Label" .ControllerComponentLabel -}}
{{- include "linkerd.pod-affinity" $local | nindent 6 -}}
{{- end }}
containers:
- args:
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EnablePodAntiAffinity: false
ImagePullPolicy: &image_pull_policy IfNotPresent

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

Namespace: linkerd
OmitWebhookSideEffects: false
Expand Down

0 comments on commit 681a921

Please sign in to comment.