We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb632bf commit e16e97fCopy full SHA for e16e97f
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
REGISTRY: ghcr.io
10
IMAGE_TAG: ghcr.io/${{ github.repository }}
11
- KUBECTL_VERSION: v1.26.3
+ KUBECTL_VERSION: v1.27.1
12
13
jobs:
14
deploy:
Makefile
@@ -17,6 +17,6 @@ check_generated: generate
17
git diff --exit-code
18
19
forward_psql:
20
- kubectl -n faster port-forward svc/psql-postgresql 15432:5432
+ kubectl -n faster port-forward svc/postgresql 15432:5432
21
22
.PHONY: check_generated coverage test generate build forward_psql
0 commit comments