diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index cd989e2..f2f73fc 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time we # make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number # should be incremented each time we make changes to the application. Versions are diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml index 7d2583f..60b6005 100644 --- a/charts/orchestrator/values.yaml +++ b/charts/orchestrator/values.yaml @@ -118,6 +118,20 @@ extraSecretMounts: [] # subPath: "" extraVolumeMounts: [] +# - name: orchestrator-assets +# # mountPath defines the path on the volume. +# mountPath: /assets +# # subPath defines a sub-path inside the referenced volume. +# subPath: /certs +# # readOnly is a property to make the volume mount read only. +# readOnly: true +# # existingClaim is the name of the Persistent Volume Claim. +# existingClaim: orchestrator-assets +# # hostPath is the path to the assets on the host. +# hostPath: /assets +# # csi defines the configuration to expose arbitrary storage systems to their +# # container workloads. +# csi: {} cloud: enabled: false