Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[chore] Upgrade knative serving 0.18.3 (#16)
Browse files Browse the repository at this point in the history
* Upgrading Knative Serving to 0.18.3
* updating chartReference
* adding public.ecr.aws to registriesSkippingTagResolving
  • Loading branch information
akirillov authored May 26, 2021
1 parent d0a9d05 commit ea30a0c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions addons/knative/0.18.x/knative-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: kubeaddons.mesosphere.io/v1beta1
kind: ClusterAddon
metadata:
annotations:
appversion.kubeaddons.mesosphere.io/knative: 0.18.3
catalog.kubeaddons.mesosphere.io/addon-revision: 0.18.3-1
values.chart.helm.kubeaddons.mesosphere.io/knative: "https://raw.githubusercontent.com/mesosphere/charts/master/staging/knative/values.yaml"
labels:
kubeaddons.mesosphere.io/name: knative
name: knative
namespace: kubeaddons
spec:
kubernetes:
minSupportedVersion: v1.17.0
cloudProvider:
- name: aws
enabled: false
- name: azure
enabled: false
- name: docker
enabled: false
- name: none
enabled: false
chartReference:
chart: knative
repo: https://mesosphere.github.io/charts/staging
version: 0.3.5
values: |
eventing:
enabled: false
eventing-sources:
enabled: false
serving:
enabled: true
customMetricsApiservice:
enabled: false
namespaceKnativeServing:
additionalLabels:
ca.istio.io/override: "true"
configDeployment:
registriesSkippingTagResolving: "gcr.io,k8s.gcr.io,docker.io,index.docker.io,registry-1.docker.io,registry.hub.docker.com,quay.io,mcr.microsoft.com,nvcr.io,public.ecr.aws"

0 comments on commit ea30a0c

Please sign in to comment.