Skip to content

Commit

Permalink
Update container addons references for a new release
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed May 6, 2021
1 parent 0d45ef3 commit 25f292a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/pkg/skuba/kubernetes/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ var (
Tooling: &ContainerImageTag{Name: "skuba-tooling", Tag: "0.1.0"},
},
AddonsVersion: AddonsVersion{
Cilium: &AddonVersion{"1.7.6-rev5", 4530},
Kured: &AddonVersion{"1.4.3", 4520},
Dex: &AddonVersion{"2.23.0", 4520},
Gangway: &AddonVersion{"3.1.0-rev6", 4530},
MetricsServer: &AddonVersion{"0.3.6", 4520},
Kucero: &AddonVersion{"1.3.0", 4520},
PSP: &AddonVersion{"", 4520},
Cilium: &AddonVersion{"1.7.6-rev6", 4540},
Kured: &AddonVersion{"1.4.3-rev6", 4540},
Dex: &AddonVersion{"2.23.0-rev3", 4540},
Gangway: &AddonVersion{"3.1.0-rev7", 4540},
MetricsServer: &AddonVersion{"0.3.6-rev3", 4540},
Kucero: &AddonVersion{"1.3.0-rev6", 4540},
PSP: &AddonVersion{"", 4540},
},
},
"1.18.6": KubernetesVersion{
Expand Down

0 comments on commit 25f292a

Please sign in to comment.