Compare commits

..

2 Commits

Author SHA1 Message Date
Michael Francis 2eedcb2963 add crd manually
Tests / test (pull_request) Failing after 32m43s Details
2024-09-11 21:23:59 +01:00
Michael Francis 10a755d41b even older 2024-09-11 21:20:45 +01:00
2 changed files with 1 additions and 3 deletions

View File

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

View File

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