diff --git a/chart/inlets-operator/values.yaml b/chart/inlets-operator/values.yaml index bd37d648..77b253a0 100644 --- a/chart/inlets-operator/values.yaml +++ b/chart/inlets-operator/values.yaml @@ -15,11 +15,11 @@ annotatedOnly: false # These two versions should match for the client and server # For the client which will run as a Deployment in Kubernetes inletsClient: - image: "ghcr.io/inlets/inlets-pro:0.11.8" + image: "ghcr.io/inlets/inlets-pro:0.11.14" # Note: This needs to be updated manually to match inletsClient.image # For the server which will run a binary via systemd -inletsRelease: "0.11.8" +inletsRelease: "0.11.14" #plan: diff --git a/image_test.go b/image_test.go index a51318e2..5d5daabe 100644 --- a/image_test.go +++ b/image_test.go @@ -13,7 +13,7 @@ func Test_GetInletsReleaseDefault(t *testing.T) { got := c.GetInletsRelease() - want := "0.9.40" + want := "0.11.14" if got != want { t.Fatalf("want %s, but got %s", want, got) } @@ -48,7 +48,7 @@ func Test_InletsClientImageDefault(t *testing.T) { } got := c.GetInletsClientImage() - want := "ghcr.io/inlets/inlets-pro:0.9.40" + want := "ghcr.io/inlets/inlets-pro:0.11.14" if got != want { t.Fatalf("want %s, but got %s", want, got) } diff --git a/main.go b/main.go index e772d216..8c9c1e6d 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ func init() { flag.StringVar(&masterURL, "master", "", "The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.") } -const defaultRelease = "0.9.40" +const defaultRelease = "0.11.14" func main() { infra := &InfraConfig{