Compare commits
No commits in common. "27078dc58a82e45b382f74634514f690e1eec256" and "d6f3c9f906e60023237883c4adab13764e55a2c3" have entirely different histories.
27078dc58a
...
d6f3c9f906
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.4
|
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.4@sha256:b76aaf81a5f39642ce57c14414769bd6037f31fb72c933e9139e504c4db14b37
|
tag: 2024.9.3@sha256:c07f6fdbb9678ffad97c0417d5cfae0a79f9627c10984512a798b18fceb8560c
|
||||||
env:
|
env:
|
||||||
SCRIPT_NAME: fstrim.sh
|
SCRIPT_NAME: fstrim.sh
|
||||||
probes:
|
probes:
|
||||||
|
|
Loading…
Reference in a new issue