diff --git a/Chart.yaml b/Chart.yaml index fc189d5..f12a4bc 100644 --- a/Chart.yaml +++ b/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. -version: 2.1.1 +version: 2.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/django-helm-chart b/django-helm-chart index 7144d26..0e92508 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit 7144d269544fe4a5d1de368de2f0a16df803a17a +Subproject commit 0e92508ac3878dfdad2ed36c8ca8018455246f18 diff --git a/values.yaml b/values.yaml index 27c75b0..37cb444 100644 --- a/values.yaml +++ b/values.yaml @@ -114,6 +114,22 @@ beat: tolerations: [] affinity: {} +flower: + enabled: false + resources: + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 50m + memory: 256Mi + nodeSelector: {} + tolerations: [] + affinity: {} + service: + type: ClusterIP + port: 80 + serviceAccount: # Specifies whether a service account should be created create: false