3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ spec:
spec: spec:
containers: containers:
- name: web - name: web
image: x1unix/go-playground:2.5.7 image: x1unix/go-playground:2.5.8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

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