diff --git a/examples/xonotic/Makefile b/examples/xonotic/Makefile index 3d549a2fb7..375989ab5b 100644 --- a/examples/xonotic/Makefile +++ b/examples/xonotic/Makefile @@ -28,7 +28,7 @@ REPOSITORY = gcr.io/agones-images mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) project_path := $(dir $(mkfile_path)) root_path := $(realpath $(project_path)/../..) -image_tag = $(REPOSITORY)/xonotic-example:0.5 +image_tag = $(REPOSITORY)/xonotic-example:0.6 # _____ _ # |_ _|_ _ _ __ __ _ ___| |_ ___ diff --git a/examples/xonotic/fleet.yaml b/examples/xonotic/fleet.yaml index 6b789c5521..998656678b 100644 --- a/examples/xonotic/fleet.yaml +++ b/examples/xonotic/fleet.yaml @@ -35,4 +35,4 @@ spec: spec: containers: - name: xonotic - image: gcr.io/agones-images/xonotic-example:0.5 + image: gcr.io/agones-images/xonotic-example:0.6 diff --git a/examples/xonotic/gameserver.yaml b/examples/xonotic/gameserver.yaml index a73d734c19..2a8cdd02f9 100644 --- a/examples/xonotic/gameserver.yaml +++ b/examples/xonotic/gameserver.yaml @@ -24,5 +24,5 @@ spec: spec: containers: - name: xonotic - image: gcr.io/agones-images/xonotic-example:0.5 + image: gcr.io/agones-images/xonotic-example:0.6 # imagePullPolicy: Always # add for development