mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bumb ambassador to version 0.73.0 (#15497)
Signed-off-by: Noah Krause <krausenoah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3c67bc2ad4
commit
0d63185d39
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.72.0
|
||||
appVersion: 0.73.0
|
||||
description: A Helm chart for Datawire Ambassador
|
||||
name: ambassador
|
||||
version: 2.12.3
|
||||
version: 2.12.4
|
||||
icon: https://www.getambassador.io/images/logo.png
|
||||
home: https://www.getambassador.io/
|
||||
sources:
|
||||
|
||||
@@ -29,6 +29,9 @@ rules:
|
||||
- apiGroups: [ "apiextensions.k8s.io" ]
|
||||
resources: [ "customresourcedefinitions" ]
|
||||
verbs: ["get", "list", "watch"]
|
||||
- apiGroups: [ "networking.internal.knative.dev"]
|
||||
resources: [ "clusteringresses" ]
|
||||
verbs: ["get", "list", "watch"]
|
||||
{{- if .Values.pro.enabled }}
|
||||
- apiGroups: [""]
|
||||
resources: [ "secrets" ]
|
||||
|
||||
@@ -47,7 +47,7 @@ securityContext:
|
||||
|
||||
image:
|
||||
repository: quay.io/datawire/ambassador
|
||||
tag: 0.72.0
|
||||
tag: 0.73.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user