chore: update alpine/k8s docker tag to v1.26.4 [skip ci]

This commit is contained in:
Dawid Wysokiński 2023-05-01 06:54:04 +02:00
parent f2dd3d10a8
commit c29f987caa
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.25.6
image: alpine/k8s:1.26.4
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -106,6 +106,6 @@ depends_on:
---
kind: signature
hmac: 41f8c71c00cee8f0932228f9fcb449b50b36d93899bbc2decdf1fcced338caae
hmac: 2e408e7bc36b04797167260fc851e66d055d65f4891ec328686731cbceafe0ef
...