Skip to content

Commit dd98e5c

Browse files
committed
Adding blank issue template so that all issues start with label
1 parent 4880581 commit dd98e5c

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Blank Issue
3+
about: ''
4+
title: ''
5+
labels: needs-triage
6+
assignees: ''
7+
8+
---

config/charts/body-based-routing/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ bbr:
33
replicas: 1
44
image:
55
name: bbr
6-
hub: registry.k8s.io/gateway-api-inference-extension
7-
tag: v0.3.0
6+
hub: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
7+
tag: main
88
pullPolicy: Always
99
port: 9004
1010
healthCheckPort: 9005

config/charts/inferencepool/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ inferenceExtension:
22
replicas: 1
33
image:
44
name: epp
5-
hub: registry.k8s.io/gateway-api-inference-extension
6-
tag: v0.3.0
7-
pullPolicy: IfNotPresent
5+
hub: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
6+
tag: main
7+
pullPolicy: Always
88
extProcPort: 9002
99

1010
inferencePool:

config/manifests/inferencepool-resources.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
terminationGracePeriodSeconds: 130
4949
containers:
5050
- name: epp
51-
image: registry.k8s.io/gateway-api-inference-extension/epp:v0.3.0
52-
imagePullPolicy: IfNotPresent
51+
image: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/epp:main
52+
imagePullPolicy: Always
5353
args:
5454
- -poolName
5555
- "vllm-llama3-8b-instruct"

config/manifests/vllm/gpu-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
spec:
1515
containers:
1616
- name: vllm
17-
image: "vllm/vllm-openai:v0.8.2"
18-
imagePullPolicy: IfNotPresent
17+
image: "vllm/vllm-openai:latest"
18+
imagePullPolicy: Always
1919
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
2020
args:
2121
- "--model"

0 commit comments

Comments
 (0)