Bump some version in addons
This commit is contained in:
parent
f1eb9a3ed8
commit
fae2bf47fb
@ -12,11 +12,15 @@ spec:
|
|||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
scheduler.alpha.kubernetes.io/critical-pod: ""
|
||||||
labels:
|
labels:
|
||||||
name: neuron-device-plugin-ds
|
name: neuron-device-plugin-ds
|
||||||
spec:
|
spec:
|
||||||
serviceAccount: neuron-device-plugin
|
serviceAccount: neuron-device-plugin
|
||||||
tolerations:
|
tolerations:
|
||||||
|
- key: CriticalAddonsOnly
|
||||||
|
operator: Exists
|
||||||
- key: aws.amazon.com/neuron
|
- key: aws.amazon.com/neuron
|
||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
@ -40,6 +44,14 @@ spec:
|
|||||||
- inf1.2xlarge
|
- inf1.2xlarge
|
||||||
- inf1.6xlarge
|
- inf1.6xlarge
|
||||||
- inf1.24xlarge
|
- inf1.24xlarge
|
||||||
|
- inf2.xlarge
|
||||||
|
- inf2.4xlarge
|
||||||
|
- inf2.8xlarge
|
||||||
|
- inf2.24xlarge
|
||||||
|
- inf2.48xlarge
|
||||||
|
- trn1.2xlarge
|
||||||
|
- trn1.32xlarge
|
||||||
|
- trn1n.32xlarge
|
||||||
containers:
|
containers:
|
||||||
- image: "{{ .Values.awsNeuron.image.name }}:{{ .Values.awsNeuron.image.tag }}"
|
- image: "{{ .Values.awsNeuron.image.name }}:{{ .Values.awsNeuron.image.tag }}"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
@ -53,7 +53,7 @@ sealed-secrets:
|
|||||||
aws-eks-asg-rolling-update-handler:
|
aws-eks-asg-rolling-update-handler:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
tag: v1.7.0
|
tag: v1.8.1
|
||||||
|
|
||||||
environmentVars:
|
environmentVars:
|
||||||
- name: CLUSTER_NAME
|
- name: CLUSTER_NAME
|
||||||
@ -145,7 +145,7 @@ awsNeuron:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: public.ecr.aws/neuron/neuron-device-plugin
|
name: public.ecr.aws/neuron/neuron-device-plugin
|
||||||
tag: 1.9.3.0
|
tag: 2.12.5.0
|
||||||
|
|
||||||
nvidia-device-plugin:
|
nvidia-device-plugin:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -184,7 +184,7 @@ cluster-autoscaler:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: v1.25.1
|
tag: v1.26.4
|
||||||
|
|
||||||
autoDiscovery:
|
autoDiscovery:
|
||||||
clusterName: ""
|
clusterName: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user