Skip to content

Commit

Permalink
created separate tag for agones-sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaravindh committed Nov 26, 2024
1 parent dd7b0e7 commit 099c2b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/helm/agones/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
value: {{ .Values.gameservers.additionalPortRanges | toJson | quote }}
{{- end }}
- name: SIDECAR_IMAGE # overwrite the GameServer sidecar image that is used
value: "{{ .Values.agones.image.registry }}/{{ .Values.agones.image.sdk.name}}:{{ .Values.agones.image.sdk.tag }}"
value: {{ .Values.agones.image.sdk.agonesSdkImage | quote }}
- name: ALWAYS_PULL_SIDECAR # set the sidecar imagePullPolicy to Always
value: {{ .Values.agones.image.sdk.alwaysPull | quote }}
- name: SIDECAR_CPU_REQUEST
Expand Down
3 changes: 2 additions & 1 deletion install/helm/agones/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ agones:
pullPolicy: IfNotPresent
sdk:
name: agones-sdk
tag: 1.45.0-dev
tag: 1.46.0-dev
agonesSdkImage: us-docker.pkg.dev/agones-images/release/agones-sdk:1.46.0-dev
cpuRequest: 30m
cpuLimit: 0
memoryRequest: 0
Expand Down
1 change: 1 addition & 0 deletions site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.image.controller.pullSecret` | Image pull secret for the controller, allocator, sdk and ping image. Should be created both in `agones-system` and `default` namespaces | \`\` |
| `agones.image.sdk.name` | Image name for the sdk | `agones-sdk` |
| `agones.image.sdk.tag` | Image tag for the sdk | value of `agones.image.tag` |
| `agones.image.sdk.agonesSdkImage` | Image tag for the agones-sdk | `{{< agones-sdk-registry url >}}` |
| `agones.image.sdk.cpuRequest` | The [cpu request][cpu-constraints] for sdk server container | `30m` |
| `agones.image.sdk.cpuLimit` | The [cpu limit][cpu-constraints] for the sdk server container | `0` (none) |
| `agones.image.sdk.memoryRequest` | The [memory request][memory-constraints] for sdk server container | `0` (none) |
Expand Down

0 comments on commit 099c2b8

Please sign in to comment.