9 Commits

5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: frontend - name: frontend
image: ghcr.io/mealie-recipes/mealie:v3.6.1 image: ghcr.io/mealie-recipes/mealie:v3.7.0
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- secretRef: - secretRef:

View File

@@ -217,7 +217,7 @@ spec:
serviceAccountName: prometheus-server serviceAccountName: prometheus-server
containers: containers:
- name: vmagent - name: vmagent
image: "victoriametrics/vmagent:v1.131.0" image: "victoriametrics/vmagent:v1.132.0"
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
args: args:
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https - --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 imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3

View File

@@ -52,7 +52,7 @@ spec:
spec: spec:
containers: containers:
- name: url-to-grist - name: url-to-grist
image: ghcr.io/namelessplanet/url-to-grist:v1.5.3 image: ghcr.io/namelessplanet/url-to-grist:v1.6.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PORT - name: PORT

View File

@@ -31,7 +31,7 @@ spec:
spec: spec:
containers: containers:
- name: yay-or-nay - name: yay-or-nay
image: ghcr.io/mocdaniel/yay-or-nay:1.2.0 image: ghcr.io/mocdaniel/yay-or-nay:1.2.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000