Skip to content

Commit

Permalink
Update Traefik to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Zapf authored and traefiker committed Dec 17, 2019
1 parent be7664c commit 935aa53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/chart/maesh/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Define the templated image with tag
Define the templated mesh image with tag
*/}}
{{- define "maesh.meshImage" -}}
{{- printf "%s:%s" .Values.mesh.image.name ( .Values.mesh.image.tag | default "v2.0" ) -}}
{{- printf "%s:%s" .Values.mesh.image.name ( .Values.mesh.image.tag | default "v2.1" ) -}}
{{- end -}}

{{/*
Expand Down
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Test(t *testing.T) {
images = append(images, image{"gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.7", true})
images = append(images, image{"gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.7", true})
images = append(images, image{"gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.7", true})
images = append(images, image{"traefik:v2.0.2", true})
images = append(images, image{"traefik:v2.1.1", true})

for _, image := range images {
if image.pull {
Expand Down

0 comments on commit 935aa53

Please sign in to comment.