mirror of
https://github.com/truecharts/charts.git
synced 2026-07-24 19:54:24 -03:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
version=$(curl -L -s https://dl.k8s.io/release/stable.txt)
|
|
printf "%s" "${version}"
|