Skip to content

Commit

Permalink
Merge pull request #7689 from justinsb/upgrade_pod2daemon_only
Browse files Browse the repository at this point in the history
Calico: upgrade pod2daemon (only)
  • Loading branch information
k8s-ci-robot committed Sep 27, 2019
2 parents 4de90d2 + 70dd5c3 commit ac36e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ spec:
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
# to communicate with Felix over the Policy Sync API.
- name: flexvol-driver
image: calico/pod2daemon-flexvol:v3.8.2
# We bump this to v3.9.1 to pick up https://github.com/projectcalico/pod2daemon/pull/28
image: calico/pod2daemon-flexvol:v3.9.1
volumeMounts:
- name: flexvol-driver-host
mountPath: /host/driver
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
"k8s-1.6": "2.6.9-kops.1",
"k8s-1.7": "2.6.12-kops.1",
"k8s-1.7-v3": "3.8.0-kops.1",
"k8s-1.12": "3.8.2-kops.2",
"k8s-1.12": "3.8.2-kops.3",
}

{
Expand Down

0 comments on commit ac36e9c

Please sign in to comment.