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
&& echo "deb https://baltocdn.com/helm/stable/debian/ all main"| tee /etc/apt/sources.list.d/helm-stable-debian.list \
93
+
&& curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey|gpg --dearmor| tee /usr/share/keyrings/helm.gpg > /dev/null\
94
+
&& echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main"| tee /etc/apt/sources.list.d/helm-stable-debian.list \
0 commit comments