You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo echo"deb [signed-by=/etc/apt/keyrings/helm-apt-keyring.gpg] https://baltocdn.com/helm/stable/debian/ all main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
echo"deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list >/dev/null
246
248
247
249
# If this errors you can remove Kubernetes with `sudo rm /etc/apt/sources.list.d/kubernetes.list` or remove Helm with `sudo rm /etc/apt/sources.list.d/helm-stable-debian.list`
248
250
sudo apt-get update
@@ -332,8 +334,8 @@ if [[ $(cat /opt/config/stack_name.txt) == *aux* ]]; then
sudo echo"deb [signed-by=/etc/apt/keyrings/helm-apt-keyring.gpg] https://baltocdn.com/helm/stable/debian/ all main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
echo"deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main"| sudo tee /etc/apt/sources.list.d/helm-stable-debian.list >/dev/null
246
248
247
249
# If this errors you can remove Kubernetes with `sudo rm /etc/apt/sources.list.d/kubernetes.list` or remove Helm with `sudo rm /etc/apt/sources.list.d/helm-stable-debian.list`
248
250
sudo apt-get update
@@ -332,8 +334,8 @@ if [[ $(cat /opt/config/stack_name.txt) == *aux* ]]; then
0 commit comments