Downgrade werf
This commit is contained in:
parent
834095e10a
commit
33caa62205
2 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ d-i preseed/late_command string in-target /bin/sh -c " \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
docker-ce docker-ce-cli containerd.io helm ; \
|
docker-ce docker-ce-cli containerd.io helm ; \
|
||||||
apt-get clean ; \
|
apt-get clean ; \
|
||||||
curl -L https://dl.bintray.com/flant/werf/v1.1.19+fix10/werf-linux-amd64-v1.1.19+fix10 -o /usr/bin/werf ; \
|
curl -L https://dl.bintray.com/flant/werf/v1.1.8+fix17/werf-linux-amd64-v1.1.8+fix17 -o /usr/bin/werf ; \
|
||||||
chmod +x /usr/bin/werf ; \
|
chmod +x /usr/bin/werf ; \
|
||||||
git clone https://git.ix.gs/public/coins-demo.git /opt/coins-demo ; \
|
git clone https://git.ix.gs/public/coins-demo.git /opt/coins-demo ; \
|
||||||
cp /opt/coins-demo/contrib/mfg.service /etc/systemd/system/ ; \
|
cp /opt/coins-demo/contrib/mfg.service /etc/systemd/system/ ; \
|
||||||
|
|
|
@ -43,9 +43,9 @@ configData:
|
||||||
interval: 10s
|
interval: 10s
|
||||||
threshold: 3
|
threshold: 3
|
||||||
|
|
||||||
secrets:
|
#secrets:
|
||||||
# k8s:demo
|
# # k8s:demo
|
||||||
htpasswd: 'k8s:$apr1$hcf24ujz$gntDCChSr1hgqyOr0EgIi1'
|
# htpasswd: 'k8s:$apr1$hcf24ujz$gntDCChSr1hgqyOr0EgIi1'
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue