Skip to content

Commit

Permalink
chore: add config params in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala committed Nov 21, 2024
1 parent e652f20 commit 58d71bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions staging/knative/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiVersion: v2
name: knative
version: 1.15.4
version: 1.15.5
description: "Kubernetes-based platform to build, deploy, and manage modern serverless workloads"
home: https://knative.dev/
maintainers:
- name: adityajariwala
- name: mhrabovcin
- name: takirala
icon: https://raw.githubusercontent.com/knative/docs/master/docs/images/logo/rgb/knative-logo-rgb.jpg
appVersion: "v1.15.2"
dependencies:
Expand Down
6 changes: 6 additions & 0 deletions staging/knative/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ global:

eventing:
enabled: false
configMaps:
configFeatures:
additionalData: {}

serving:
enabled: true
configMaps:
configAutoscaler:
additionalData: {}
knativeIngressGateway:
spec:
selector:
Expand Down

0 comments on commit 58d71bd

Please sign in to comment.