diff --git a/CHANGELOG.md b/CHANGELOG.md
index 240877dddeb47023a16ab996d3a98474c270f258..848e1be1e7b67c30ffccbc30ba4b70156fd0aa4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ---
+## [2.21.58]
+
+### Updated
+
+- update bb-ci image to version 2.21.1
+
 ## [2.21.57]
 
 ### Updated
diff --git a/library/templates.yaml b/library/templates.yaml
index bdae0b78c83a8d6a2a19f2bbf60faa302fdebdd0..5edb0ad8d5cd72aa36c37b9179a5158d1b785781 100644
--- a/library/templates.yaml
+++ b/library/templates.yaml
@@ -7,7 +7,7 @@ include:
 
 # Single place to update image used for pipelines
 .util-image:
-  image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.0
+  image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.1
 
 .docs-util-image:
   image: registry1.dso.mil/bigbang-ci/bb-docs-ci:1.0.3
@@ -138,4 +138,4 @@ include:
   script:
     - test -z "$ALERT_MESSAGE" && export ALERT_MESSAGE="This job has failed. Please investigate."
     - alert_himinbjorg "$ALERT_MESSAGE"
-    - exit 1
\ No newline at end of file
+    - exit 1
diff --git a/pipelines/repo-sync.yaml b/pipelines/repo-sync.yaml
index 3c0cf28ad949d96fccd67271b8e7f678d1f98d00..4043bc9814ceab34d25484a4836764f52cf29448 100644
--- a/pipelines/repo-sync.yaml
+++ b/pipelines/repo-sync.yaml
@@ -40,7 +40,7 @@ stages:
 
 version-control:
   stage: 👥 version-check
-  image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.0
+  image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.1
   before_script: 
     - if [[ -z $PKGJSON_FILE ]]; then export PKGJSON_FILE="package.json"; fi
     - if [[ -z $CHART_FILE ]]; then export CHART_FILE="Chart.yaml"; fi