diff --git a/drone/drone.yaml b/drone/drone.yaml index 48366ec..7e24f68 100644 --- a/drone/drone.yaml +++ b/drone/drone.yaml @@ -34,7 +34,7 @@ spec: envFrom: - secretRef: name: drone - image: docker.io/drone/drone:1.8.0 + image: docker.io/drone/drone:1.8.1 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 diff --git a/graphs/grafana.yaml b/graphs/grafana.yaml index ab3ab63..97c2d7c 100644 --- a/graphs/grafana.yaml +++ b/graphs/grafana.yaml @@ -333,7 +333,7 @@ spec: mountPath: "/var/lib/grafana" containers: - name: grafana - image: "grafana/grafana:7.0.3" + image: "grafana/grafana:7.0.4" imagePullPolicy: IfNotPresent volumeMounts: - name: config diff --git a/statping/deployment.yaml b/statping/deployment.yaml index 3b4c6bc..4d8112c 100644 --- a/statping/deployment.yaml +++ b/statping/deployment.yaml @@ -17,7 +17,7 @@ spec: app: statping spec: containers: - - image: docker.io/statping/statping:v0.90.55 + - image: docker.io/statping/statping:v0.90.56 imagePullPolicy: Always name: statping env: