diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9f8589c388a7438069fcee4530fce72ffba722f..7205701f60977a2e59e76aee4142b657c09e656a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [1.21.3-bb.0] - 2024-09-12
+
+### Changed
+
+- Update Ironbank from 1.21.1 to 1.21.3
+
 ## [1.21.1-bb.4] - 2024-09-12
 
 ### Changed
diff --git a/README.md b/README.md
index 664c880c2916837d63c35cbf83378db3fbc49b05..a1895dad214079903ec057bb6178d5b236e6bb90 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
 # jira
 
-![Version: 1.21.1-bb.4](https://img.shields.io/badge/Version-1.21.1--bb.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.12](https://img.shields.io/badge/AppVersion-9.12.12-informational?style=flat-square)
+![Version: 1.21.3-bb.0](https://img.shields.io/badge/Version-1.21.3--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.12](https://img.shields.io/badge/AppVersion-9.12.12-informational?style=flat-square)
 
 A chart for installing Jira Data Center on Kubernetes
 
@@ -51,7 +51,7 @@ helm install jira chart/
 | image.repository | string | `"registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts"` | The Jira Docker image to use https://hub.docker.com/r/atlassian/jira-software  |
 | image.imagePullSecrets | list | `[{"name":"private-registry"}]` | Optional image repository pull secret |
 | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy  |
-| image.tag | string | `"9.12.12"` | The docker image tag to be used - defaults to the Chart appVersion  |
+| image.tag | string | `"9.12.13"` | The docker image tag to be used - defaults to the Chart appVersion  |
 | serviceAccount.create | bool | `true` | Set to 'true' if a ServiceAccount should be created, or 'false' if it already exists.  |
 | serviceAccount.name | string | `nil` | The name of the ServiceAccount to be used by the pods. If not specified, but the "serviceAccount.create" flag is set to 'true', then the ServiceAccount name will be auto-generated, otherwise the 'default' ServiceAccount will be used. https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#use-the-default-service-account-to-access-the-api-server  |
 | serviceAccount.imagePullSecrets | list | `[]` | For Docker images hosted in private registries, define the list of image pull secrets that should be utilized by the created ServiceAccount https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod  |
diff --git a/chart/Changelog.md b/chart/Changelog.md
index a2e60ad545d89db72b5e43541ead62626194d64e..166fcb6fa0a21f179890ee0444dd49a6d510bde7 100644
--- a/chart/Changelog.md
+++ b/chart/Changelog.md
@@ -15,6 +15,16 @@
 * Relabel instance name on jmx service monitor (#757)
 * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)
 
+## 1.21.3
+
+**Release date:** 2024-9-10
+
+![AppVersion: 9.12.13](https://img.shields.io/static/v1?label=AppVersion&message=9.12.13&color=success&logo=)
+![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes)
+![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
+
+* Update common dependency version (#878)
+
 ## 1.21.1
 
 **Release date:** 2024-8-22
diff --git a/chart/Chart.lock b/chart/Chart.lock
index abd0460a2d91089e090f5aad5bc32787381fbcaa..6b898691111720f8e2e14acc7c1706c75590b3da 100644
--- a/chart/Chart.lock
+++ b/chart/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
   version: 1.2.7
 - name: gluon
   repository: oci://registry1.dso.mil/bigbang
-  version: 0.5.3
-digest: sha256:4a29dbc62dc224089456033a4bcfa6bd2dad4dab3c3b3df056bc4183f5a5dee0
-generated: "2024-09-12T06:26:37.369892555Z"
+  version: 0.5.4
+digest: sha256:4ad24db10a6978994a724ef2d97625969b2a01a60625326dca98126f142bb0c3
+generated: "2024-09-12T06:26:46.072811371Z"
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 8a15e9f81eb863af25237a58afd285b671b8806d..6534444b2c9f621f72e64f1e957fc5192fafdd55 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: jira
 description: A chart for installing Jira Data Center on Kubernetes
 type: application
-version: '1.21.1-bb.4'
+version: '1.21.3-bb.0'
 appVersion: 9.12.12
 kubeVersion: ">=1.21.x-0"
 keywords:
@@ -60,7 +60,7 @@ annotations:
     The [upstream Jira helm chart changelog](https://github.com/atlassian/data-center-helm-charts/blob/main/src/main/charts/jira/Changelog.md) may help when reviewing this package.
   helm.sh/images: |
     - name: jira-node-lts
-      image: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts:9.12.12
+      image: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts:9.12.13
     - name: nfs-permission-fixer
       image: registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10
     - name: fluentd-kubernetes-daemonset
@@ -72,4 +72,4 @@ dependencies:
     repository: https://atlassian.github.io/data-center-helm-charts
   - name: gluon
     repository: oci://registry1.dso.mil/bigbang
-    version: 0.5.3
+    version: 0.5.4
diff --git a/chart/Kptfile b/chart/Kptfile
index 758815e95f6163f8632ef43ac3b8696f03c50ca9..daa4eda92b19055f78ee2bd158c87768d2d656df 100644
--- a/chart/Kptfile
+++ b/chart/Kptfile
@@ -5,7 +5,7 @@ metadata:
 upstream:
   type: git
   git:
-    commit: e55aa1f0dc753e83f3b36f58b66da2b92bab5f64
+    commit: 09f62b090c16505f924cc98c0cc618085a594b1b
     repo: https://github.com/atlassian/data-center-helm-charts
     directory: /src/main/charts/jira
-    ref: jira-1.21.1
+    ref: jira-1.21.3
diff --git a/chart/README.md b/chart/README.md
index 37d7dded18b57e63961c7a2bafdc82b362a627a3..04635239759382356187a520185ce39f3ba736ee 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -1,6 +1,6 @@
 # jira
 
-![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.12](https://img.shields.io/badge/AppVersion-9.12.12-informational?style=flat-square)
+![Version: 1.21.3](https://img.shields.io/badge/Version-1.21.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.13](https://img.shields.io/badge/AppVersion-9.12.13-informational?style=flat-square)
 
 A chart for installing Jira Data Center on Kubernetes
 
@@ -17,7 +17,7 @@ Kubernetes: `>=1.21.x-0`
 
 | Repository | Name | Version |
 |------------|------|---------|
-| https://atlassian.github.io/data-center-helm-charts | common | 1.2.6 |
+| https://atlassian.github.io/data-center-helm-charts | common | 1.2.7 |
 
 ## Values
 
diff --git a/chart/values.yaml b/chart/values.yaml
index 6b2f0bcff8492d5d9750c5c483ebe1fdd40fb897..06c9fdd3ba5587c845cba7a3ec2486fa209aa382 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -67,7 +67,7 @@ image:
 
   # -- The docker image tag to be used - defaults to the Chart appVersion
   #
-  tag: "9.12.12"
+  tag: "9.12.13"
 
 # K8s ServiceAccount configuration. Give fine-grained identity and authorization
 # to Pods