feat: add helm and kubectl to kubernetes_common

This commit is contained in:
2026-06-30 23:40:52 +01:00
parent 8ae456bda7
commit 3699aac3ae
2 changed files with 12 additions and 1 deletions
@@ -6,3 +6,13 @@
suites: /
signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key
state: present
- name: Add Helm APT repository
ansible.builtin.deb822_repository:
name: helm
types: deb
uris: https://packages.buildkite.com/helm-linux/helm-debian/any/
suites: any
components: main
signed_by: https://packages.buildkite.com/helm-linux/helm-debian/gpgkey
state: present