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

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

View File

@ -88,7 +88,7 @@ name: deploy
steps:
- name: deploy-k8s
image: alpine/k8s:1.26.4
image: alpine/k8s:1.26.5
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -106,6 +106,6 @@ depends_on:
---
kind: signature
hmac: 2e408e7bc36b04797167260fc851e66d055d65f4891ec328686731cbceafe0ef
hmac: f14e13d1782246c39f20905e9caa2b73ebf7f9bc2f53335ad3659801fffc1675
...