We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05bfbf commit 1a2b49aCopy full SHA for 1a2b49a
1 file changed
build_and_push.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
MY_IMAGE_NAME="caprover/netdata"
4
-NETDATA_VERSION="v1.8.0"
+NETDATA_VERSION="v1.34.1"
5
6
# ensure you're not running it on local machine
7
if [ -z "$CI" ] || [ -z "$GITHUB_REF" ]; then
0 commit comments