diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index 0c3f4a1..dd9438d 100644 --- a/charts/conduit/Chart.yaml +++ b/charts/conduit/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you 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.13 +version: 0.1.14 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index 5bdef4e..2bd4626 100644 --- a/charts/conduit/values.yaml +++ b/charts/conduit/values.yaml @@ -63,6 +63,18 @@ install: name: email metrics: enabled: true + authorization: + enabled: false + image: + name: authorization + metrics: + enabled: true + functions: + enabled: false + image: + name: functions + metrics: + enabled: true forms: enabled: true image: