Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version to 0.4.1 on all install files #264

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions installfiles/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8481,6 +8481,9 @@ spec:
nodeAge:
description: NodeAge is the age in days of the Node (VM) hosting this game server
type: integer
nodeName:
description: NodeName is the name of the Node (VM) hosting this game server
type: string
ports:
description: Ports is a concatenated list of the ports this game server listens to
type: string
Expand Down Expand Up @@ -8635,7 +8638,9 @@ rules:
resources:
- gameserverdetails
verbs:
- create
- get
- list
- watch
- apiGroups:
- mps.playfab.com
resources:
Expand Down Expand Up @@ -8894,14 +8899,14 @@ spec:
- name: API_SERVICE_SECURITY
value: none
- name: THUNDERNETES_INIT_CONTAINER_IMAGE
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.1
- name: THUNDERNETES_INIT_CONTAINER_IMAGE_WIN
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.1
- name: TLS_SECRET_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/playfab/thundernetes-operator:0.4.0
image: ghcr.io/playfab/thundernetes-operator:0.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8974,7 +8979,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -9022,7 +9027,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
17 changes: 11 additions & 6 deletions installfiles/operator_with_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8481,6 +8481,9 @@ spec:
nodeAge:
description: NodeAge is the age in days of the Node (VM) hosting this game server
type: integer
nodeName:
description: NodeName is the name of the Node (VM) hosting this game server
type: string
ports:
description: Ports is a concatenated list of the ports this game server listens to
type: string
Expand Down Expand Up @@ -8635,7 +8638,9 @@ rules:
resources:
- gameserverdetails
verbs:
- create
- get
- list
- watch
- apiGroups:
- mps.playfab.com
resources:
Expand Down Expand Up @@ -8894,14 +8899,14 @@ spec:
- name: API_SERVICE_SECURITY
value: none
- name: THUNDERNETES_INIT_CONTAINER_IMAGE
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.1
- name: THUNDERNETES_INIT_CONTAINER_IMAGE_WIN
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.1
- name: TLS_SECRET_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/playfab/thundernetes-operator:0.4.0
image: ghcr.io/playfab/thundernetes-operator:0.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8974,7 +8979,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -9022,7 +9027,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
17 changes: 11 additions & 6 deletions installfiles/operator_with_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8481,6 +8481,9 @@ spec:
nodeAge:
description: NodeAge is the age in days of the Node (VM) hosting this game server
type: integer
nodeName:
description: NodeName is the name of the Node (VM) hosting this game server
type: string
ports:
description: Ports is a concatenated list of the ports this game server listens to
type: string
Expand Down Expand Up @@ -8635,7 +8638,9 @@ rules:
resources:
- gameserverdetails
verbs:
- create
- get
- list
- watch
- apiGroups:
- mps.playfab.com
resources:
Expand Down Expand Up @@ -8894,14 +8899,14 @@ spec:
- name: API_SERVICE_SECURITY
value: usetls
- name: THUNDERNETES_INIT_CONTAINER_IMAGE
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.1
- name: THUNDERNETES_INIT_CONTAINER_IMAGE_WIN
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.1
- name: TLS_SECRET_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/playfab/thundernetes-operator:0.4.0
image: ghcr.io/playfab/thundernetes-operator:0.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8974,7 +8979,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -9022,7 +9027,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
17 changes: 11 additions & 6 deletions installfiles/operator_with_security_and_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8481,6 +8481,9 @@ spec:
nodeAge:
description: NodeAge is the age in days of the Node (VM) hosting this game server
type: integer
nodeName:
description: NodeName is the name of the Node (VM) hosting this game server
type: string
ports:
description: Ports is a concatenated list of the ports this game server listens to
type: string
Expand Down Expand Up @@ -8635,7 +8638,9 @@ rules:
resources:
- gameserverdetails
verbs:
- create
- get
- list
- watch
- apiGroups:
- mps.playfab.com
resources:
Expand Down Expand Up @@ -8894,14 +8899,14 @@ spec:
- name: API_SERVICE_SECURITY
value: usetls
- name: THUNDERNETES_INIT_CONTAINER_IMAGE
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer:0.4.1
- name: THUNDERNETES_INIT_CONTAINER_IMAGE_WIN
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.0
value: ghcr.io/playfab/thundernetes-initcontainer-win:0.4.1
- name: TLS_SECRET_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/playfab/thundernetes-operator:0.4.0
image: ghcr.io/playfab/thundernetes-operator:0.4.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8974,7 +8979,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -9022,7 +9027,7 @@ spec:
fieldPath: status.hostIP
- name: LOG_LEVEL
value: info
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.0
image: ghcr.io/playfab/thundernetes-nodeagent-win:0.4.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/playfab/thundernetes-operator
newTag: 0.4.0
newTag: 0.4.1
2 changes: 1 addition & 1 deletion samples/netcore/sample-hostnetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
hostNetwork: true # this sample uses host networking
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore:0.4.1
name: thundernetes-sample-netcore
ports:
- protocol: TCP # your game server port protocol
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-nodeaffinity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore:0.4.1
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-requestslimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore:0.4.1
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-secondnodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore:0.4.1
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
nodeSelector:
kubernetes.io/os: windows
containers:
- image: ghcr.io/playfab/thundernetes-netcore-win:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore-win:0.4.1
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.4.0
- image: ghcr.io/playfab/thundernetes-netcore:0.4.1
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/openarena/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-openarena:0.4.0
- image: ghcr.io/playfab/thundernetes-openarena:0.4.1
name: thundernetes-sample-openarena
ports:
- containerPort: 27960 # your game server port
Expand Down