2 Commits

Author SHA1 Message Date
564e4f5a35 Update grafana/promtail Docker tag to v3 2025-07-29 03:04:01 +00:00
dc69e26a94 Update manifests/yay-or-nay/yay-or-nay.yaml 2025-07-28 17:21:20 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail serviceAccountName: promtail
containers: containers:
- name: promtail - name: promtail
image: "grafana/promtail:2.9.15" image: "grafana/promtail:3.5.3"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "-config.file=/etc/promtail/promtail.yaml" - "-config.file=/etc/promtail/promtail.yaml"

View File

@@ -215,7 +215,7 @@ spec:
serviceAccountName: promtail serviceAccountName: promtail
containers: containers:
- name: promtail - name: promtail
image: "grafana/promtail:2.9.15" image: "grafana/promtail:3.5.3"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "-config.file=/etc/promtail/promtail.yaml" - "-config.file=/etc/promtail/promtail.yaml"

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.0.0 image: ghcr.io/mocdaniel/yay-or-nay:db-fix
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000