chore: update alpine/k8s docker tag to v1.26.4 [skip ci]
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2023-05-01 06:51:56 +02:00
parent ccecf0e203
commit 3fc6683059
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.6
image: alpine/k8s:1.26.4
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -175,6 +175,6 @@ depends_on:
- manifest
---
kind: signature
hmac: dceaef70033823decbc7a917dd8db120386c14b00fc6ae7d32d150e13cc5cc61
hmac: 46eb2709a86cc459ce77d710d3880c63ba0c2faeaee4614b30e1765b95ca36ae
...