Compare commits
2 Commits
9cca1c878d
...
61154fc740
Author | SHA1 | Date |
---|---|---|
|
61154fc740 | |
|
e16987d66e |
|
@ -5,7 +5,9 @@ pipeline {
|
||||||
kubernetes {
|
kubernetes {
|
||||||
yamlFile 'ci/podTemplate.yaml'
|
yamlFile 'ci/podTemplate.yaml'
|
||||||
defaultContainer 'buildroot'
|
defaultContainer 'buildroot'
|
||||||
workspaceVolume dynamicPVC()
|
workspaceVolume dynamicPVC(
|
||||||
|
requestsSize: '20Gi',
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ spec:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: buildroot
|
- name: buildroot
|
||||||
image: registry.pyrocufflink.blue/buildroot
|
image: git.pyrocufflink.net/containerimages/buildroot
|
||||||
command:
|
command:
|
||||||
- sleep
|
- sleep
|
||||||
- infinity
|
- infinity
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
sha256 256e1081e6dc9831af8a586cb33e46c3c7b9b9987ec6c1a0b5182b235520b285 victoriametrics-1.78.0.tar.gz
|
sha256 256e1081e6dc9831af8a586cb33e46c3c7b9b9987ec6c1a0b5182b235520b285 victoriametrics-1.78.0.tar.gz
|
||||||
sha256 03a8ad761d6cac052a0b3e62f1642f5419aaa7fba131b002286beb745108bf9c victoriametrics-1.85.3.tar.gz
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VICTORIAMETRICS_VERSION = 1.85.3
|
VICTORIAMETRICS_VERSION = 1.78.0
|
||||||
VICTORIAMETRICS_SITE = $(call github,VictoriaMetrics,VictoriaMetrics,v$(VICTORIAMETRICS_VERSION))
|
VICTORIAMETRICS_SITE = $(call github,VictoriaMetrics,VictoriaMetrics,v$(VICTORIAMETRICS_VERSION))
|
||||||
VICTORIAMETRICS_LICENSE = Apache-2.0
|
VICTORIAMETRICS_LICENSE = Apache-2.0
|
||||||
VICTORIAMETRICS_LICENSE_FILES = LICENSE
|
VICTORIAMETRICS_LICENSE_FILES = LICENSE
|
||||||
|
|
Loading…
Reference in New Issue