diff --git a/install/helm/agones/values.schema.json b/install/helm/agones/values.schema.json index 9251667045..9e82b6e4ba 100644 --- a/install/helm/agones/values.schema.json +++ b/install/helm/agones/values.schema.json @@ -456,7 +456,7 @@ "type": "integer" }, "topologySpreadConstraints": { - "type": "object" + "type": "array" }, "apiServerQPS": { "type": "integer" @@ -736,7 +736,7 @@ ] }, "topologySpreadConstraints": { - "type": "object" + "type": "array" } }, "allOf": [ @@ -1093,7 +1093,7 @@ ] }, "topologySpreadConstraints": { - "type": "object" + "type": "array" }, "healthCheck": { "$ref": "#/definitions/healthCheck" @@ -1209,7 +1209,7 @@ "type": "boolean" }, "customCertSecretPath": { - "type": "object" + "type": "array" }, "allocationApiService": { "type": "object", @@ -1286,7 +1286,7 @@ ] }, "topologySpreadConstraints": { - "type": "object" + "type": "array" } }, "allOf": [ diff --git a/install/helm/agones/values.yaml b/install/helm/agones/values.yaml index c1c7b8fb16..b64eb21eff 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -98,7 +98,7 @@ agones: replicas: 2 pdb: minAvailable: 1 - topologySpreadConstraints: {} + topologySpreadConstraints: [] extensions: resources: {} # requests: @@ -134,7 +134,7 @@ agones: mutatingWebhook: annotations: {} disableCaBundle: false - customCertSecretPath: {} + customCertSecretPath: [] persistentLogs: true persistentLogsSizeLimitMB: 10000 logLevel: info @@ -158,7 +158,7 @@ agones: initialDelaySeconds: 3 periodSeconds: 3 failureThreshold: 3 - topologySpreadConstraints: {} + topologySpreadConstraints: [] ping: install: true pdb: @@ -202,7 +202,7 @@ agones: periodSeconds: 3 failureThreshold: 3 timeoutSeconds: 1 - topologySpreadConstraints: {} + topologySpreadConstraints: [] allocator: install: true pdb: @@ -273,7 +273,7 @@ agones: remoteAllocationTimeout: 10s totalRemoteAllocationTimeout: 30s allocationBatchWaitTime: 500ms - topologySpreadConstraints: {} + topologySpreadConstraints: [] image: registry: us-docker.pkg.dev/agones-images/release tag: 1.48.0-dev