Skip to content

Commit

Permalink
Update default Cilium version to 1.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and michi-covalent committed Sep 3, 2021
1 parent c5c7121 commit f518bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (
ConnectivityCheckJSONMockImage = "quay.io/cilium/json-mock:v1.3.0@sha256:2729064827fa9dbfface8d3df424feb6c792a0ba07117b844349635c93c06d2b"

ConfigMapName = "cilium-config"
Version = "v1.10.3"
Version = "v1.10.4"

TunnelType = "vxlan"

Expand Down
2 changes: 1 addition & 1 deletion internal/cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Examples:
cilium upgrade
# Upgrade Cilium to a specific version
cilium upgrade --version v1.10.2
cilium upgrade --version v1.10.4
`,
RunE: func(cmd *cobra.Command, args []string) error {
installer, err := install.NewK8sInstaller(k8sClient, params)
Expand Down

0 comments on commit f518bb9

Please sign in to comment.