Skip to content
Snippets Groups Projects
Commit 8ca8d1cd authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

chore(release): 1.3.3 [skip ci]

## [1.3.3](v1.3.2...v1.3.3) (2024-09-27)

### Bug Fixes

* **run2:** Delete ox-connector objects. ([fc876a6d](fc876a6d))
parent fc876a6d
No related branches found
Tags v1.3.3
No related merge requests found
Checking pipeline status
## [1.3.3](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/compare/v1.3.2...v1.3.3) (2024-09-27)
### Bug Fixes
* **run2:** Delete ox-connector objects. ([fc876a6](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/commit/fc876a6df365397daa58e1a7c357512347a81332))
## [1.3.2](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/compare/v1.3.1...v1.3.2) (2024-09-23)
......
......@@ -17,5 +17,5 @@ name: "opendesk-migrations"
sources:
- "https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations"
type: "application"
version: "1.3.2"
version: "1.3.3"
...
......@@ -13,13 +13,13 @@ To install the chart with the release name `my-release`, you have two options:
### Install via Repository
```console
helm repo add opendesk-migrations https://gitlab.opencode.de/api/v4/projects/3061/packages/helm/stable
helm install my-release --version 1.3.2 opendesk-migrations/opendesk-migrations
helm install my-release --version 1.3.3 opendesk-migrations/opendesk-migrations
```
### Install via OCI Registry
```console
helm repo add opendesk-migrations oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations
helm install my-release --version 1.3.2 opendesk-migrations/opendesk-migrations
helm install my-release --version 1.3.3 opendesk-migrations/opendesk-migrations
```
## Requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment