7 Commits

3 changed files with 3 additions and 3 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

@@ -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