Compare commits
9 Commits
7fe78e3293
...
de6e618bd3
| Author | SHA1 | Date | |
|---|---|---|---|
| de6e618bd3 | |||
| be073df80e | |||
| bfbcaefb3e | |||
| 6e1e234666 | |||
| 512f970bca | |||
| 10a98260cf | |||
| c70f9fc458 | |||
| d129ddb9bc | |||
| 903669b69e |
@@ -43,7 +43,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: git
|
||||
image: gitea/gitea:1.25.2
|
||||
image: gitea/gitea:1.25.3
|
||||
env:
|
||||
- name: APP_NAME
|
||||
value: "Git"
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.7.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.8.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
operator: "Exists"
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- image: ghcr.io/google/cadvisor:0.54.1
|
||||
- image: ghcr.io/google/cadvisor:0.55.0
|
||||
name: cadvisor
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -78,7 +78,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: metrics
|
||||
image: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics:1.18.2
|
||||
image: ghcr.io/jmcgrath207/k8s-ephemeral-storage-metrics:1.19.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: metrics
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
- --entrypoints.websecure.http.tls=true
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||
image: rancher/mirrored-library-traefik:2.11.32
|
||||
image: rancher/mirrored-library-traefik:3.6.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
||||
Reference in New Issue
Block a user