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

This commit is contained in:
Dawid Wysokiński 2023-01-28 08:02:06 +01:00
parent a6cb80ab75
commit ff82ab89a9
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -10,5 +10,8 @@
],
"postUpdateOptions": [
"gomodTidy"
],
"ignorePaths": [
".drone.yml"
]
}