diff --git a/charts/reana/Chart.yaml b/charts/reana/Chart.yaml index a6a77b6..f90ec9f 100644 --- a/charts/reana/Chart.yaml +++ b/charts/reana/Chart.yaml @@ -34,5 +34,5 @@ sources: - https://github.com/reanahub/pytest-reana - https://github.com/reanahub/www.reana.io type: application -version: 0.9.1 +version: 0.9.2 appVersion: 0.9.1 diff --git a/charts/reana/values.yaml b/charts/reana/values.yaml index a5c94ac..9b66443 100644 --- a/charts/reana/values.yaml +++ b/charts/reana/values.yaml @@ -6,6 +6,10 @@ # `reana_hostname` should be set for third party integrations to work and for # production deployments to be secure. +# The label to apply to this deployment, +# used to manage multiple instances of the same application +Instance: default + debug: enabled: false eos: @@ -165,3 +169,11 @@ quota: # backward compatibility disk_update: "0 3 * * *" # everyday at 3am termination_update_policy: "" + +### SLATE-START ### +SLATE: + Cluster: + DNSName: "some-cluster.slateci.net" + Instance: + ID: "untagged" +### SLATE-END ###