Skip to content

Commit

Permalink
add permissions to pr and bump k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 3, 2023
1 parent 47c94d5 commit 7059f32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
test-integration:
name: "Pytest Integration"
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: "Checkout Infrastructure"
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/_nebari/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 04-kubernetes-ingress
DEFAULT_TRAEFIK_IMAGE_TAG = "2.9.1"

HIGHEST_SUPPORTED_K8S_VERSION = "1.24.16"
HIGHEST_SUPPORTED_K8S_VERSION = "1.25.12"
DEFAULT_GKE_RELEASE_CHANNEL = "UNSPECIFIED"

DEFAULT_NEBARI_DASK_VERSION = CURRENT_RELEASE
Expand Down

0 comments on commit 7059f32

Please sign in to comment.