Skip to content

Commit

Permalink
chore: Update to Knative Serving 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 23, 2024
1 parent b8d2b6b commit 2051688
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 1.15.2
version: 1.16.0
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
12 changes: 6 additions & 6 deletions package/config/upstream/net-contour/net-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "1.15.1"
app.kubernetes.io/version: "1.16.0"
serving.knative.dev/controller: "true"
rules:
- apiGroups: ["projectcontour.io"]
Expand Down Expand Up @@ -38,7 +38,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "1.15.1"
app.kubernetes.io/version: "1.16.0"
data:
_example: |
################################
Expand Down Expand Up @@ -111,7 +111,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "1.15.1"
app.kubernetes.io/version: "1.16.0"
spec:
replicas: 1
selector:
Expand All @@ -123,14 +123,14 @@ spec:
app: net-contour-controller
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "1.15.1"
app.kubernetes.io/version: "1.16.0"
spec:
serviceAccountName: controller
containers:
- name: controller
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-releases/knative.dev/net-contour/cmd/controller@sha256:7b19bdf9f6b4bf3e67af0dd8776674aebcf4c35ba3254f9725da5353eb0d009e
image: gcr.io/knative-releases/knative.dev/net-contour/cmd/controller@sha256:f2e1d1947f2244afb8367fd867be92e92fb04010674e6c1639961bf5b87c60de
resources:
requests:
cpu: 40m
Expand Down Expand Up @@ -174,7 +174,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "1.15.1"
app.kubernetes.io/version: "1.16.0"
spec:
delegations:
- secretName: routing-serving-certs
Expand Down
Loading

0 comments on commit 2051688

Please sign in to comment.