Skip to content

Commit e16e97f

Browse files
committedApr 27, 2023
feat: upd kubectl
1 parent cb632bf commit e16e97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
REGISTRY: ghcr.io
1010
IMAGE_TAG: ghcr.io/${{ github.repository }}
11-
KUBECTL_VERSION: v1.26.3
11+
KUBECTL_VERSION: v1.27.1
1212

1313
jobs:
1414
deploy:

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ check_generated: generate
1717
git diff --exit-code
1818

1919
forward_psql:
20-
kubectl -n faster port-forward svc/psql-postgresql 15432:5432
20+
kubectl -n faster port-forward svc/postgresql 15432:5432
2121

2222
.PHONY: check_generated coverage test generate build forward_psql

0 commit comments

Comments
 (0)
Please sign in to comment.