chore: update alpine/k8s docker tag to v1.25.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dawid Wysokiński 2023-01-06 09:02:41 +01:00
parent e9c5e06407
commit 174c5cc0d6
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892

View File

@ -158,7 +158,7 @@ name: deploy
steps:
- name: deploy-k8s
image: alpine/k8s:1.25.3
image: alpine/k8s:1.25.5
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -176,6 +176,6 @@ depends_on:
- manifest
---
kind: signature
hmac: 58e7f70c5e0c9e9757a99d91000e7bba814417fd8e0ce25848b2ddb05c46cc20
hmac: 2faad3e498f0fedc92390b94c86ab554a8599a7638ec512eab254d43261c7fe7
...