mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Update version to 1.6.7
(partially cherry picked from commit b0a79ea343
)
pull/1680/head
parent
662552e078
commit
db4a2dd1e3
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
appVersion: 1.6.6
|
||||
appVersion: 1.6.7
|
||||
description: Helm chart for installing istio components with the istioctl
|
||||
name: rancher-istio-installer
|
||||
version: 1.6.600
|
||||
version: 1.6.700
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
revision: "" # leave blank for no canary deployment, or set to given revision, eg: "1-7-2"
|
||||
overlayFile: ""
|
||||
tag: 1.6.6
|
||||
installerVersion: 0.1.4
|
||||
tag: 1.6.7
|
||||
installerVersion: 0.1.5
|
||||
|
||||
istiocoredns:
|
||||
enabled: false
|
||||
|
@ -17,7 +17,7 @@ cni:
|
|||
enabled: false
|
||||
|
||||
egressGateways:
|
||||
enabled: true
|
||||
enabled: false
|
||||
type: NodePort
|
||||
|
||||
ingressGateways:
|
||||
|
|
|
@ -12,9 +12,9 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/Chart.
|
|||
+icon: https://charts.rancher.io/assets/logos/logging.svg
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: rancher
|
||||
+ catalog.cattle.io/namespace: cattle-logging-system
|
||||
+ catalog.cattle.io/namespace: logging-system
|
||||
+ catalog.cattle.io/release-name: rancher-logging
|
||||
+ catalog.cattle.io/ui-component: logging
|
||||
+ catalog.cattle.io/component: logging
|
||||
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/values.yaml packages/rancher-logging/charts/values.yaml
|
||||
--- packages/rancher-logging/charts-original/values.yaml
|
||||
+++ packages/rancher-logging/charts/values.yaml
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
url: https://kubernetes-charts.storage.googleapis.com/prometheus-operator-8.16.1.tgz
|
||||
packageVersion: 00
|
||||
generateCRDChart:
|
||||
enabled: true
|
||||
providesGVR: prometheuses.monitoring.coreos.com/v1
|
Loading…
Reference in New Issue