Compare commits

..

No commits in common. "2eedcb29633d50f5ad0086247a3ca73d889a3dc9" and "eb443e0f1b554adad2dcdee8c1d82f107fa4d8d5" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View File

@ -21,4 +21,6 @@ jobs:
uses: helm/kind-action@v1
- name: Run the tests
run: |
kubectl apply -f manifests/deployment.yaml
kubectl apply -f manifests/example.yaml --validate=false
tilt ci

View File

@ -4,5 +4,5 @@ metadata:
name: my-neon-database
spec:
compute_image_ref: "melenion/compute-node-v15"
neon_image_ref: "neondatabase/neon:release-5940"
neon_image_ref: "neondatabase/neon:release-6210"
postgres_version: "15"