Skip to content

Commit 3e7c92f

Browse files
Update package location
1 parent 0f29356 commit 3e7c92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/cloud-init/ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Add OKE repo & install the package
4-
add-apt-repository -y 'deb [trusted=yes] https://objectstorage.us-ashburn-1.oraclecloud.com/p/1_NbjfnPPmyyklGibGM-qEpujw9jEpWSLa9mXEIUFCFYqqHdUh5cFAWbj870h-g0/n/hpc_limited_availability/b/oke_node_packages/o/1.29.1/ubuntu stable main'
4+
add-apt-repository -y 'deb [trusted=yes] https://odx-oke.objectstorage.us-sanjose-1.oci.customer-oci.com/n/odx-oke/b/okn-repositories/o/prod/ubuntu-jammy/kubernetes-1.29 stable main'
55

66
apt install -y oci-oke-node-all=1.29.1*
77

0 commit comments

Comments
 (0)