Skip to content

Commit

Permalink
chore: update kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmanko authored Jun 27, 2024
1 parent 582499f commit b3e1cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ apt:
source: 'deb [signed-by=$KEY_FILE] https://download.docker.com/linux/ubuntu mantic stable'
kubernetes:
keyid: 'DE15B14486CD377B9E876E1A234654DA9A296436'
keyserver: 'https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.28/deb/Release.key'
source: 'deb [signed-by=$KEY_FILE] https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /'
keyserver: 'https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.30/deb/Release.key'
source: 'deb [signed-by=$KEY_FILE] https://pkgs.k8s.io/core:/stable:/v1.30/deb/ /'

package_update: true
package_upgrade: false
Expand Down

0 comments on commit b3e1cba

Please sign in to comment.