mirror of https://git.rancher.io/charts
Merge pull request #559 from StrongMonkey/update-rio
Update rio to v0.8.0-rc2, add experimental labelpull/567/head
commit
150875dd45
|
@ -456,20 +456,4 @@ entries:
|
|||
urls:
|
||||
- assets/rancher-pushprox/rancher-pushprox-0.1.0.tgz
|
||||
version: 0.1.0
|
||||
rio:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/namespace: rio-system
|
||||
catalog.cattle.io/release-name: rio
|
||||
apiVersion: v1
|
||||
appVersion: 0.8.0-rc1
|
||||
created: "2020-08-18T18:39:04.252091401Z"
|
||||
description: The application deployment engine for Kubernetes
|
||||
digest: 75f7f5b61fec6028ebb06a60c48050412a24ba008eb0b9903c49b113d43e815e
|
||||
home: https://rio.io
|
||||
icon: https://charts.rancher.io/assets/logos/rio.svg
|
||||
name: rio
|
||||
urls:
|
||||
- assets/rio/rio-0.1.0.tgz
|
||||
version: 0.1.0
|
||||
generated: "2020-08-18T18:39:04.199784763Z"
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: rio
|
||||
version: 0.1.0
|
||||
appVersion: 0.8.0-rc1
|
||||
version: 0.8.000
|
||||
appVersion: 0.8.0-rc2
|
||||
description: The application deployment engine for Kubernetes
|
||||
home: https://rio.io
|
||||
icon: https://charts.rancher.io/assets/logos/rio.svg
|
||||
|
@ -9,3 +9,4 @@ annotations:
|
|||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/namespace: rio-system
|
||||
catalog.cattle.io/release-name: rio
|
||||
catalog.cattle.io/experimental: true
|
|
@ -1,5 +1,5 @@
|
|||
image: rancher/rio-controller
|
||||
tag: v0.8.0-rc1 # Rio version to install
|
||||
tag: v0.8.0-rc2 # Rio version to install
|
||||
letsEncryptEmail: "" # Provide an email for Let's Encrypt account registration
|
||||
ipAddress: "" # Manually specify IP addresses to generate rdns domain, supports comma separated values
|
||||
debug: false # Enable debug logging in controller
|
||||
|
|
Loading…
Reference in New Issue