diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0c1433d..2d46b6b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
## [Unreleased]
+
+## [v2.33.0] - 2026-05-21
+### Features
+
+- replace self-signed cert generation with cert-manager
+
+### Routine
+
+- bump k8s.io and other dependencies
+- Update current development version
+
+
## [v2.32.0] - 2026-04-13
### Routine
@@ -628,7 +640,8 @@ removed required fields from the GitServer status. CRD should be updated.
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit
-[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...HEAD
+[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.33.0...HEAD
+[v2.33.0]: https://github.com/epam/edp-codebase-operator/compare/v2.32.0...v2.33.0
[v2.32.0]: https://github.com/epam/edp-codebase-operator/compare/v2.31.0...v2.32.0
[v2.31.0]: https://github.com/epam/edp-codebase-operator/compare/v2.30.0...v2.31.0
[v2.30.0]: https://github.com/epam/edp-codebase-operator/compare/v2.29.1...v2.30.0
diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml
index 39611f7a..7ec6e48d 100644
--- a/deploy-templates/Chart.yaml
+++ b/deploy-templates/Chart.yaml
@@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Codebase Operator
home: https://docs.kuberocketci.io/
name: codebase-operator
type: application
-version: 2.33.0-SNAPSHOT
-appVersion: 2.33.0-SNAPSHOT
+version: 2.34.0-SNAPSHOT
+appVersion: 2.34.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
@@ -33,8 +33,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- - name: codebase-operator:2.32.0
- image: epamedp/codebase-operator:2.32.0
+ - name: codebase-operator:2.33.0
+ image: epamedp/codebase-operator:2.33.0
- name: alpine:3.18.12
image: alpine:3.18.12
artifacthub.io/operatorCapabilities: Full Lifecycle
diff --git a/deploy-templates/README.md b/deploy-templates/README.md
index bbf0f15d..4accbb7a 100644
--- a/deploy-templates/README.md
+++ b/deploy-templates/README.md
@@ -1,6 +1,6 @@
# codebase-operator
-  
+  
A Helm chart for KubeRocketCI Codebase Operator