Compare commits
2 commits
22b01e4dec
...
e18157c781
Author | SHA1 | Date | |
---|---|---|---|
e18157c781 | |||
01106d50c1 |
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ spec:
|
||||||
# nodeName: nenya
|
# nodeName: nenya
|
||||||
containers:
|
containers:
|
||||||
- name: fstrim
|
- name: fstrim
|
||||||
image: ghcr.io/onedr0p/kubanetics:2024.9.2
|
image: ghcr.io/onedr0p/kubanetics:2024.9.3
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
||||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/kubanetics
|
repository: ghcr.io/onedr0p/kubanetics
|
||||||
tag: 2024.9.2@sha256:4235f4ac14d7f4d26216d552c0b2fdc0c51a85ecdb976600fd22760f97ba07a7
|
tag: 2024.9.3@sha256:c07f6fdbb9678ffad97c0417d5cfae0a79f9627c10984512a798b18fceb8560c
|
||||||
env:
|
env:
|
||||||
SCRIPT_NAME: fstrim.sh
|
SCRIPT_NAME: fstrim.sh
|
||||||
probes:
|
probes:
|
||||||
|
|
Loading…
Reference in a new issue