Skip to content

Commit

Permalink
chore: fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiery committed Jan 9, 2025
1 parent 6382544 commit 99242cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Auto-merge dependency PRs
runs-on: ubuntu-latest
needs: [ build ]
if: github.repository == 'zeebe-io/benchmark-helm' && (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')
if: github.repository == 'camunda/zeebe-benchmark-helm' && (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]')
permissions:
checks: read
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ release.generate-notes-and-commit: .release.generate-notes
release.generate-pr-url:
@echo "\n\n###################################\n"
@echo "Open the release PR using this URL:"
@echo "https://github.com/zeebe-io/benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
xdg-open "https://github.com/zeebe-io/benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
@echo "https://github.com/camunda/zeebe-benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
xdg-open "https://github.com/camunda/zeebe-benchmark-helm/compare/release?expand=1&template=release_template.md&title=Release%20Zeebe%20Benchmark%20Helm%20Chart%20v$(chartVersion)"
@echo "\n###################################\n\n"

.PHONY: release.chores
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Zeebe Benchmark Helm

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Test - Unit](https://github.com/zeebe-io/benchmark-helm/actions/workflows/build.yaml/badge.svg)](https://github.com/zeebe-io/benchmark-helm/actions/workflows/build.yaml)
[![Test - Unit](https://github.com/camunda/zeebe-benchmark-helm/actions/workflows/build.yaml/badge.svg)](https://github.com/camunda/zeebe-benchmark-helm/actions/workflows/build.yaml)

- [Overview](#overview)
- [Installation](#installation)
Expand All @@ -15,7 +15,7 @@
Zeebe benchmark Helm charts repo. The Zeebe Benchmark Helm chart is an chart which allows the Zeebe Team
to run perfromance and stability tests also called benchmarks against Zeebe.

It makes use of the public available [Camunda Platform 8 Helm chart](https://github.com/zeebe-io/benchmark-helm/actions/workflows/build.yaml), and adds addition features to it.
It makes use of the public available [Camunda Platform 8 Helm chart](https://github.com/camunda/zeebe-benchmark-helm/actions/workflows/build.yaml), and adds addition features to it.

## Installation

Expand All @@ -26,7 +26,7 @@ on the [Zeebe Benchmark Helm chart README](./charts/zeebe-benchmark/README.md).

We value all feedback and contributions. To start contributing to this project, please:

- **Don't create a PR without opening [an issue](https://github.com/zeebe-io/benchmark-helm/issues/new/choose)
- **Don't create a PR without opening [an issue](https://github.com/camunda/zeebe-benchmark-helm/issues/new/choose)
and/or discussing it first.**
- Familiarize yourself with the
[contribution guide](./CONTRIBUTING.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
version: 0.3.8
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
- https://github.com/camunda/zeebe-benchmark-helm
- https://github.com/camunda/camunda
dependencies:
- name: camunda-platform
Expand Down
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
version: 0.3.8
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
- https://github.com/camunda/zeebe-benchmark-helm
- https://github.com/camunda/camunda
dependencies:
- name: camunda-platform
Expand Down

0 comments on commit 99242cb

Please sign in to comment.