diff --git a/charts/jira-software/Chart.yaml b/charts/jira-software/Chart.yaml index f2b1fea..4322736 100644 --- a/charts/jira-software/Chart.yaml +++ b/charts/jira-software/Chart.yaml @@ -8,11 +8,11 @@ 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.0.2 +version: 2.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 8.14.0 +appVersion: 8.14.1 icon: https://mox.sh/assets/images/jira-logo.png diff --git a/charts/jira-software/README.md b/charts/jira-software/README.md index 4394105..bfd04e3 100644 --- a/charts/jira-software/README.md +++ b/charts/jira-software/README.md @@ -347,7 +347,7 @@ If `databaseDrop.enabled` is set to `true` and `databaseDrop.dropIt` is set to ` ## Difference between values and values-production -Chart Version 2.0.2 +Chart Version 2.0.3 ```diff --- jira-software/values.yaml +++ jira-software/values-production.yaml diff --git a/charts/jira-software/values-production.yaml b/charts/jira-software/values-production.yaml index b30c59b..723f9a6 100644 --- a/charts/jira-software/values-production.yaml +++ b/charts/jira-software/values-production.yaml @@ -12,7 +12,7 @@ image: # registry: hub.docker.com repository: atlassian/jira-software - tag: 8.14.0 + tag: 8.14.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/jira-software/values.yaml b/charts/jira-software/values.yaml index 6f17eeb..56c7b3c 100644 --- a/charts/jira-software/values.yaml +++ b/charts/jira-software/values.yaml @@ -12,7 +12,7 @@ image: # registry: hub.docker.com repository: atlassian/jira-software - tag: 8.14.0 + tag: 8.14.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images