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:48:34 +02:00
parent 0664c7065e
commit f80dc01e61
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: 8d283ee6624cb9d2db8786fb70bb8345594e9c104ad15ce14ffc08b182bd8dff
hmac: 1116c45b2bd27a494ce42c26fbbdec48573e9f847ebae77067710c2639a12792
...