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

This commit is contained in:
Dawid Wysokiński 2023-01-28 07:25:16 +01:00
parent df9410ee45
commit 15dc32d1fe
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: steps:
- name: deploy-k8s - name: deploy-k8s
image: alpine/k8s:1.25.5 image: alpine/k8s:1.25.6
environment: environment:
KUBECONFIG: KUBECONFIG:
from_secret: kubeconfig from_secret: kubeconfig
@ -175,6 +175,6 @@ depends_on:
- manifest - manifest
--- ---
kind: signature kind: signature
hmac: 0c34127dbf66f939abdbaf390b7815005ddb15fbacba271f595c485d1b59f51e hmac: 16b348ba0384d67771713e68c77d175521cd3265f6b3f318be9965820e22b135
... ...

View File

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