Skip to content

Commit

Permalink
crd-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 committed Apr 20, 2024
1 parent 15779bb commit d3aa4f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/crd-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

REPOSITORY ?=
PROD_REPO ?= us-docker.pkg.dev/agones-images/examples
version := 0.15
version := 0.17
ifeq ($(REPOSITORY),)
server_tag := crd-client:$(version)
else
Expand Down
2 changes: 1 addition & 1 deletion examples/crd-client/create-gs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
cpu: 500m
ephemeral-storage: 1Gi
memory: 2Gi
image: us-docker.pkg.dev/agones-images/examples/crd-client:0.15
image: us-docker.pkg.dev/agones-images/examples/crd-client:0.17
imagePullPolicy: Always
env:
- name: GAMESERVER_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion install/helm/agones/templates/tests/test-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: agones-controller
containers:
- name: create-gameserver
image: us-docker.pkg.dev/agones-images/examples/crd-client:0.15
image: us-docker.pkg.dev/agones-images/examples/crd-client:0.17
imagePullPolicy: Always
env:
- name: GAMESERVER_IMAGE
Expand Down

0 comments on commit d3aa4f7

Please sign in to comment.