diff --git a/Chart.yaml b/Chart.yaml index c9afbee..929ae54 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -10,7 +10,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: 1.0.0 +version: 1.0.1 # 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/templates/NOTES.txt b/templates/NOTES.txt index d7458f4..f66c83c 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -14,4 +14,18 @@ The application will be available at: The default user is "admin@itential". +Some of the key configurations: + Ansible enabled: {{ .Values.applicationSettings.ansibleEnabled }} + Git enabled: {{ .Values.applicationSettings.gitEnabled }} + GRPC enabled: {{ .Values.applicationSettings.grpcEnabled }} + Hashicorp Vault enabled: {{ .Values.applicationSettings.hvEnabled }} + HTTP requests enabled: {{ .Values.applicationSettings.httpRequestsEnabled }} + LDAP enabled: {{ .Values.applicationSettings.ldapEnabled }} + Netconf enabled: {{ .Values.applicationSettings.netconfEnabled }} + Netmiko enabled: {{ .Values.applicationSettings.netmikoEnabled }} + Nornir enabled: {{ .Values.applicationSettings.nornirEnabled }} + Python virtual environments enabled: {{ .Values.applicationSettings.pythonVenvEnabled }} + Scripts enabled: {{ .Values.applicationSettings.scriptsEnabled }} + TLS enabled: {{ .Values.useTLS }} + For more information consult the Itential documentation https://docs.itential.com/docs/iag-release-versions