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

This commit is contained in:
Dawid Wysokiński 2023-01-06 09:01:59 +01:00
parent bd25ee0fed
commit e2302b457d
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ name: deploy
steps:
- name: deploy-k8s
image: alpine/k8s:1.25.3
image: alpine/k8s:1.25.5
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -175,6 +175,6 @@ depends_on:
- manifest
---
kind: signature
hmac: 7262c4a4ae8fd7dfd0f31bd3d1177a42d0b116fc4c9737573c1207072135c14b
hmac: a91c4d377027890d9386c201a161c65f386b942b775c55e0d3c0b6f223bf1a01
...