Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Downgrade kiam to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Taylor committed Jun 11, 2018
1 parent 2b048e5 commit d715359
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/controlplane/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewDefaultCluster() *Cluster {
},
KIAMSupport: KIAMSupport{
Enabled: false,
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.8", RktPullDocker: false},
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.7", RktPullDocker: false},
ServerAddresses: KIAMServerAddresses{ServerAddress: "localhost:443", AgentAddress: "kiam-server:443"},
},
Kube2IamSupport: Kube2IamSupport{
Expand Down
2 changes: 1 addition & 1 deletion core/root/config/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ experimental:
enabled: false
image:
repo: quay.io/uswitch/kiam
tag: v2.8
tag: v2.7
rktPullDocker: false
serverAddresses:
serverAddress: localhost:443
Expand Down
6 changes: 3 additions & 3 deletions test/integration/maincluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestMainClusterConfig(t *testing.T) {
},
KIAMSupport: controlplane_config.KIAMSupport{
Enabled: false,
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.8", RktPullDocker: false},
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.7", RktPullDocker: false},
ServerAddresses: controlplane_config.KIAMServerAddresses{ServerAddress: "localhost:443", AgentAddress: "kiam-server:443"},
},
Kube2IamSupport: controlplane_config.Kube2IamSupport{
Expand Down Expand Up @@ -1377,7 +1377,7 @@ worker:
},
KIAMSupport: controlplane_config.KIAMSupport{
Enabled: false,
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.8", RktPullDocker: false},
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.7", RktPullDocker: false},
ServerAddresses: controlplane_config.KIAMServerAddresses{ServerAddress: "localhost:443", AgentAddress: "kiam-server:443"},
},
Kube2IamSupport: controlplane_config.Kube2IamSupport{
Expand Down Expand Up @@ -1617,7 +1617,7 @@ worker:
expected := controlplane_config.Experimental{
KIAMSupport: controlplane_config.KIAMSupport{
Enabled: true,
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.8", RktPullDocker: false},
Image: model.Image{Repo: "quay.io/uswitch/kiam", Tag: "v2.7", RktPullDocker: false},
ServerAddresses: controlplane_config.KIAMServerAddresses{ServerAddress: "localhost:443", AgentAddress: "kiam-server:443"},
},
}
Expand Down

0 comments on commit d715359

Please sign in to comment.