mirror of https://git.rancher.io/charts
Merge pull request #1854 from doflamingo721/fix-istio1126
[2.6] Fix upgrade case scenario for istio 1.12.6pull/1859/head
commit
6e498bb86c
Binary file not shown.
|
@ -4,6 +4,12 @@ metadata:
|
|||
name: istio-installer
|
||||
rules:
|
||||
# istio groups
|
||||
- apiGroups:
|
||||
- extensions.istio.io
|
||||
resources:
|
||||
- '*'
|
||||
verbs:
|
||||
- '*'
|
||||
- apiGroups:
|
||||
- authentication.istio.io
|
||||
resources:
|
||||
|
|
|
@ -3459,7 +3459,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 1.12.6
|
||||
apiVersion: v1
|
||||
appVersion: 1.12.6
|
||||
created: "2022-04-07T22:29:18.263230967+05:30"
|
||||
created: "2022-04-14T17:42:18.045851896+05:30"
|
||||
dependencies:
|
||||
- condition: kiali.enabled
|
||||
name: kiali
|
||||
|
@ -3469,7 +3469,7 @@ entries:
|
|||
repository: file://./charts/tracing
|
||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||
for details.
|
||||
digest: 0bb736a0fdb0901b356f9222b9ebde3ffbebf07a26e7f649bf91afddb4d76a5b
|
||||
digest: 1e84f4c0424fb83abe174e4cfbea0ec3670ced177e7cd59647809a6eb1f51ed9
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
keywords:
|
||||
- networking
|
||||
|
|
|
@ -4,6 +4,12 @@ metadata:
|
|||
name: istio-installer
|
||||
rules:
|
||||
# istio groups
|
||||
- apiGroups:
|
||||
- extensions.istio.io
|
||||
resources:
|
||||
- '*'
|
||||
verbs:
|
||||
- '*'
|
||||
- apiGroups:
|
||||
- authentication.istio.io
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue