diff --git a/helm/hookshot/Chart.yaml b/helm/hookshot/Chart.yaml index 3128e5b2..f7d3c420 100644 --- a/helm/hookshot/Chart.yaml +++ b/helm/hookshot/Chart.yaml @@ -14,7 +14,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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/helm/hookshot/values.yaml b/helm/hookshot/values.yaml index 01cb0eff..7765c680 100644 --- a/helm/hookshot/values.yaml +++ b/helm/hookshot/values.yaml @@ -233,9 +233,10 @@ hookshot: # (Optional) Message queue / cache configuration options for large scale deployments. # For encryption to work, must be set to monolithic mode and have a host & port specified. # + enabled: false monolithic: true - port: 6379 - host: localhost + # port: 6379 + # host: redis logging: # (Optional) Logging settings. You can have a severity debug,info,warn,error #