Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #3

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* @Haarolean
* @kafbat/maintainers

# HELM CHARTS
/charts/ @provectus/kafka-devops
/charts/ @kafbat/devops

# INFRA
.github/workflows @provectus/kafka-devops
.github/workflows @kafbat/devops
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Official documentation
url: https://docs.kafka-ui.provectus.io/
url: https://ui.docs.kafbat.io/
about: Before reaching out for support, please refer to our documentation. Read "FAQ" and "Common problems", also try using search there.
- name: Community Discord
url: https://discord.gg/4DWzD7pGE5
about: Chat with other users, get some support or ask questions.
- name: GitHub Discussions
url: https://github.com/provectus/kafka-ui/discussions
url: https://github.com/kafbat/kafka-ui/discussions
about: An alternative place to ask questions or to get some support.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ body:
label: Issue submitter TODO list
description: By you checking these checkboxes we can be sure you've done the essential things.
options:
- label: I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- label: I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems)
required: true
- label: I've searched for an already existing issues [here (legacy)](https://github.com/provectus/kafka-ui/issues) and [here](https://github.com/provectus/kafka-ui-charts/issues)
- label: I've searched for an already existing issues [here (legacy)](https://github.com/kafbat/kafka-ui/issues) and [here](https://github.com/kafbat/helm-charts/issues)
required: true
- label: I've tried installing latest charts and the issue still persists there
required: true
- label: I'm running a supported version of the application & chart which is listed [here](https://github.com/provectus/kafka-ui/blob/master/SECURITY.md)
- label: I'm running a supported version of the application & chart which is listed [here](https://github.com/kafbat/kafka-ui/blob/master/.github/SECURITY.md)
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash
run: |
helm_version_new=$(cat charts/kafka-ui/Chart.yaml | grep version | awk '{print $2}')
helm_version_old=$(curl -s https://raw.githubusercontent.com/provectus/kafka-ui-charts/main/charts/kafka-ui/Chart.yaml | grep version | awk '{print $2}' )
helm_version_old=$(curl -s https://raw.githubusercontent.com/kafbat/helm-charts/main/charts/kafka-ui/Chart.yaml | grep version | awk '{print $2}' )
echo $helm_version_old
echo $helm_version_new
if [[ "$helm_version_new" > "$helm_version_old" ]]; then exit 0 ; else exit 1 ; fi
Expand Down
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart for kafka-UI
type: application
version: 0.7.5
appVersion: v0.7.1
icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
icon: https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png
2 changes: 1 addition & 1 deletion charts/kafka-ui/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please refer to our [documentation](https://docs.kafka-ui.provectus.io/configuration/helm-charts) to get some info on our helm charts.
Please refer to our [documentation](https://ui.docs.kafbat.io/configuration/helm-charts) to get some info on our helm charts.
4 changes: 2 additions & 2 deletions charts/kafka-ui/artifacthub-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#
repositoryID: 243d43a8-9c5f-42b8-8173-c23350ed1e7a
owners:
- name: maintainers.kafka-ui
email: maintainers[email protected]
- name: maintainers.kafbat
email: maintainers@kafbat.io
4 changes: 2 additions & 2 deletions charts/kafka-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
replicaCount: 1

image:
registry: docker.io
repository: provectuslabs/kafka-ui
registry: ghcr.io
repository: kafbat/kafka-ui
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
Loading