Skip to content

Commit

Permalink
Update K8s version to 1.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Mar 20, 2024
1 parent 44d2929 commit 0f7d20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/oscar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ topology_template:
install_metrics: true
install_nfs_client: true
install_ingress: true
version: '1.23.17'
version: '1.28.8'
cert_manager: true
cert_user_email: { get_input: cert_user_email }
public_dns_name: { concat: [ get_input: cluster_name, '.', get_input: domain_name ] }
Expand Down Expand Up @@ -241,7 +241,7 @@ topology_template:
type: tosca.nodes.indigo.LRMS.WorkerNode.Kubernetes
properties:
front_end_ip: { get_attribute: [ front, private_address, 0 ] }
version: '1.23.17'
version: '1.28.8'
cri_runtime: containerd
nvidia_support: { get_input: kube_nvidia_support }
requirements:
Expand Down

0 comments on commit 0f7d20a

Please sign in to comment.