From 860fe052a2431ba2060ba720d7bd83566a060f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kolba?= Date: Tue, 4 Nov 2025 10:08:20 +0100 Subject: [PATCH] change SourceMation to Sourcemation --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/workflows/index-update.yml | 2 +- PREREQUISITES.md | 2 +- README.md | 8 ++++---- charts/cert-manager-add-ons/Chart.yaml | 2 +- charts/cert-manager-add-ons/README.md | 2 +- charts/cert-manager-operator/Chart.yaml | 2 +- charts/cert-manager-operator/README.md | 2 +- charts/cert-manager/Chart.yaml | 2 +- charts/cert-manager/README.md | 2 +- charts/cnpg-operator/Chart.yaml | 2 +- charts/elastic-agent/Chart.yaml | 2 +- charts/elastic-agent/DEVELOPER.md | 2 +- charts/elastic-agent/README.md | 2 +- charts/elastic-operator/Chart.yaml | 2 +- charts/elastic-operator/DEVELOPER.md | 2 +- charts/elastic-operator/README.md | 2 +- charts/elastic/Chart.yaml | 2 +- charts/elastic/DEVELOPER.md | 2 +- charts/elastic/README.md | 2 +- charts/example-chart/Chart.yaml | 2 +- charts/example-chart/DEVELOPER.md | 2 +- charts/example-chart/README.md | 6 +++--- charts/example-chart/templates/NOTES.txt | 2 +- charts/istio-operator/Chart.yaml | 2 +- charts/istio-operator/DEVELOPER.md | 2 +- charts/istio-operator/templates/NOTES.txt | 2 +- charts/jenkins/Chart.yaml | 2 +- charts/jenkins/DEVELOPER.md | 2 +- charts/jenkins/README.md | 6 +++--- charts/jenkins/templates/NOTES.txt | 2 +- charts/kyverno-operator/Chart.yaml | 2 +- charts/kyverno-operator/DEVELOPER.md | 2 +- charts/kyverno-operator/README.md | 4 ++-- charts/neuvector-security/Chart.yaml | 2 +- charts/neuvector-security/DEVELOPER.md | 2 +- charts/neuvector-security/README.md | 4 ++-- charts/neuvector/Chart.yaml | 2 +- charts/neuvector/DEVELOPER.md | 2 +- charts/neuvector/README.md | 2 +- charts/rabbitmq-operator/Chart.yaml | 2 +- charts/rabbitmq-operator/DEVELOPER.md | 2 +- charts/rabbitmq-operator/README.md | 2 +- charts/rabbitmq-operator/templates/NOTES.txt | 2 +- charts/redis-cluster/Chart.yaml | 2 +- charts/redis-cluster/DEVELOPER.md | 2 +- charts/redis-cluster/README.md | 2 +- charts/redis-cluster/templates/NOTES.txt | 2 +- charts/redis-operator/Chart.yaml | 2 +- charts/redis-operator/DEVELOPER.md | 2 +- charts/redis-operator/README.md | 2 +- charts/redis-operator/templates/NOTES.txt | 2 +- charts/redis-sentinel/Chart.yaml | 2 +- charts/redis-sentinel/DEVELOPER.md | 2 +- charts/redis-sentinel/README.md | 2 +- charts/sonarqube/Chart.yaml | 2 +- charts/sonarqube/DEVELOPER.md | 2 +- charts/sonarqube/README.md | 8 ++++---- charts/sonarqube/templates/NOTES.txt | 2 +- charts/strimzi-kafka-operator/Chart.yaml | 2 +- charts/strimzi-kafka-operator/DEVELOPER.md | 2 +- charts/strimzi-kafka-operator/README.md | 2 +- obsoletely/obs-stack-v1-crd/1.1.0/Chart.yaml | 2 +- obsoletely/obs-stack-v1-crd/1.2.0/Chart.yaml | 2 +- obsoletely/obs-stack-v1-crd/1.3.0/Chart.yaml | 2 +- 66 files changed, 78 insertions(+), 78 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 637f23ba..5729eb85 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: attributes: value: | Thank you for reporting an issue. Before you open the bug report, please check the README of the appropriate helm chart: - - [README](https://github.com/SourceMation/charts/blob/main/charts/README.md) + - [README](https://github.com/Sourcemation/charts/blob/main/charts/README.md) Please fill in as much information as you can. - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 93a41dfe..ed8d073b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thank you for taking the time to suggest a new feature for SourceMation Helm charts! + Thank you for taking the time to suggest a new feature for Sourcemation Helm charts! Please fill in as much information as you can. - type: checkboxes attributes: diff --git a/.github/workflows/index-update.yml b/.github/workflows/index-update.yml index 341f9b40..ee045fbd 100644 --- a/.github/workflows/index-update.yml +++ b/.github/workflows/index-update.yml @@ -21,7 +21,7 @@ on: jobs: update-index: - name: Update SourceMation Repo + name: Update Sourcemation Repo runs-on: ubuntu-latest permissions: contents: write diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 647647f2..c78f9de6 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -20,7 +20,7 @@ Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) Useful Helm Client Commands: -- Add SourceMation chart repo: `helm repo add sourcemation https://charts.sourcemation.com` +- Add Sourcemation chart repo: `helm repo add sourcemation https://charts.sourcemation.com` - Install a chart: `helm install my-release sourcemation/` - Upgrade your application: `helm upgrade my-release sourcemation/` diff --git a/README.md b/README.md index f31f7988..0be1fecc 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@

- - - + + +

-# The SourceMation Charts for Kubernetes +# The Sourcemation Charts for Kubernetes Our repository contains set of helm charts which allow you to install desired services on Kubernetes using [Helm](https://github.com/helm/helm). diff --git a/charts/cert-manager-add-ons/Chart.yaml b/charts/cert-manager-add-ons/Chart.yaml index 97b278c5..fc4d8e5d 100644 --- a/charts/cert-manager-add-ons/Chart.yaml +++ b/charts/cert-manager-add-ons/Chart.yaml @@ -40,6 +40,6 @@ maintainers: name: Linux Polska name: cert-manager-add-ons sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.2.0 diff --git a/charts/cert-manager-add-ons/README.md b/charts/cert-manager-add-ons/README.md index d6db9637..c89a1284 100644 --- a/charts/cert-manager-add-ons/README.md +++ b/charts/cert-manager-add-ons/README.md @@ -83,7 +83,7 @@ helm uninstall -n cert-manager cert-manager-addons # duplicated release name > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/cert-manager-operator/Chart.yaml b/charts/cert-manager-operator/Chart.yaml index 8683494f..4e5327a5 100644 --- a/charts/cert-manager-operator/Chart.yaml +++ b/charts/cert-manager-operator/Chart.yaml @@ -45,6 +45,6 @@ maintainers: name: Linux Polska name: cert-manager-operator sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.1.0 diff --git a/charts/cert-manager-operator/README.md b/charts/cert-manager-operator/README.md index 5ef6b67b..0e0867c1 100644 --- a/charts/cert-manager-operator/README.md +++ b/charts/cert-manager-operator/README.md @@ -4,7 +4,7 @@ 1. Based on: https://github.com/cert-manager/cert-manager.git 2. Documentation: https://cert-manager.io/docs/ -3. Chart Source: https://github.com/SourceMation/charts.git +3. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation diff --git a/charts/cert-manager/Chart.yaml b/charts/cert-manager/Chart.yaml index a982d5ad..3924fbb8 100644 --- a/charts/cert-manager/Chart.yaml +++ b/charts/cert-manager/Chart.yaml @@ -26,6 +26,6 @@ maintainers: name: Linux Polska name: cert-manager sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.1.0 diff --git a/charts/cert-manager/README.md b/charts/cert-manager/README.md index 76a7b716..23da2960 100644 --- a/charts/cert-manager/README.md +++ b/charts/cert-manager/README.md @@ -43,7 +43,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/cnpg-operator/Chart.yaml b/charts/cnpg-operator/Chart.yaml index 7934cbaa..666dcd49 100644 --- a/charts/cnpg-operator/Chart.yaml +++ b/charts/cnpg-operator/Chart.yaml @@ -31,6 +31,6 @@ maintainers: name: qwiatu-lp name: cnpg-operator sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.5.0 diff --git a/charts/elastic-agent/Chart.yaml b/charts/elastic-agent/Chart.yaml index b86f6c88..3c318c48 100644 --- a/charts/elastic-agent/Chart.yaml +++ b/charts/elastic-agent/Chart.yaml @@ -35,6 +35,6 @@ maintainers: name: Linux Polska name: elastic-agent sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.4.0 diff --git a/charts/elastic-agent/DEVELOPER.md b/charts/elastic-agent/DEVELOPER.md index 4819209a..d420b333 100644 --- a/charts/elastic-agent/DEVELOPER.md +++ b/charts/elastic-agent/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=elk-agent export CHART_NAME=elastic-agent export RELEASE_NAMESPACE=kube-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} kubectl create ns ${RELEASE_NAMESPACE} diff --git a/charts/elastic-agent/README.md b/charts/elastic-agent/README.md index 93003259..cc8908aa 100644 --- a/charts/elastic-agent/README.md +++ b/charts/elastic-agent/README.md @@ -2,7 +2,7 @@ Based on: https://github.com/elastic/cloud-on-k8s.git Doc: https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html -Source: https://github.com/SourceMation/charts.git +Source: https://github.com/Sourcemation/charts.git ## Requirements diff --git a/charts/elastic-operator/Chart.yaml b/charts/elastic-operator/Chart.yaml index 5c6d113e..4edfb8a2 100644 --- a/charts/elastic-operator/Chart.yaml +++ b/charts/elastic-operator/Chart.yaml @@ -38,6 +38,6 @@ maintainers: name: Linux Polska name: elastic-operator sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.5.1 diff --git a/charts/elastic-operator/DEVELOPER.md b/charts/elastic-operator/DEVELOPER.md index ce283af5..5fd7663a 100644 --- a/charts/elastic-operator/DEVELOPER.md +++ b/charts/elastic-operator/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=elk-operator export CHART_NAME=elastic-operator export RELEASE_NAMESPACE=lp-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install \ diff --git a/charts/elastic-operator/README.md b/charts/elastic-operator/README.md index 3cf5d528..c371ec56 100644 --- a/charts/elastic-operator/README.md +++ b/charts/elastic-operator/README.md @@ -2,7 +2,7 @@ Based on: https://github.com/elastic/cloud-on-k8s.git Doc: https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html -Source: https://github.com/SourceMation/charts.git +Source: https://github.com/Sourcemation/charts.git ## Requirements diff --git a/charts/elastic/Chart.yaml b/charts/elastic/Chart.yaml index d8e117bb..44798c0d 100644 --- a/charts/elastic/Chart.yaml +++ b/charts/elastic/Chart.yaml @@ -33,6 +33,6 @@ maintainers: name: Linux Polska name: elastic sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 0.2.0 diff --git a/charts/elastic/DEVELOPER.md b/charts/elastic/DEVELOPER.md index 0553db3a..5e494755 100644 --- a/charts/elastic/DEVELOPER.md +++ b/charts/elastic/DEVELOPER.md @@ -14,7 +14,7 @@ export APM_URL=apm-tst.apps.example.com export FLEET_URL=fleet-tst.apps.example.com export ENT_URL=esearch-tst.apps.example.com -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} kubectl create ns ${RELEASE_NAMESPACE} diff --git a/charts/elastic/README.md b/charts/elastic/README.md index 309f2377..ce3b88ee 100644 --- a/charts/elastic/README.md +++ b/charts/elastic/README.md @@ -2,7 +2,7 @@ Based on: https://github.com/elastic/cloud-on-k8s.git Doc: https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html -Source: https://github.com/SourceMation/charts.git +Source: https://github.com/Sourcemation/charts.git ## Requirements diff --git a/charts/example-chart/Chart.yaml b/charts/example-chart/Chart.yaml index b47b2933..f2fb7879 100644 --- a/charts/example-chart/Chart.yaml +++ b/charts/example-chart/Chart.yaml @@ -40,6 +40,6 @@ maintainers: name: Qwiatu name: example-chart sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 0.1.0 diff --git a/charts/example-chart/DEVELOPER.md b/charts/example-chart/DEVELOPER.md index 19720f30..9a2dc421 100644 --- a/charts/example-chart/DEVELOPER.md +++ b/charts/example-chart/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=example-app export CHART_NAME=example-chart export RELEASE_NAMESPACE=example-namespace -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME}/ diff --git a/charts/example-chart/README.md b/charts/example-chart/README.md index 00a9bdb1..7c29d80d 100644 --- a/charts/example-chart/README.md +++ b/charts/example-chart/README.md @@ -4,7 +4,7 @@ 1. Based on: https://github.com/example-chart/example-chart.git 2. Documentation: https://example-app.io/docs/ -3. Chart Source: https://github.com/SourceMation/charts.git +3. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation @@ -16,7 +16,7 @@ OR The installation of cert-manager is required according to the instructions provided in the README file of the latest version: -https://github.com/SourceMation/charts/tree/main/charts/cert-manager +https://github.com/Sourcemation/charts/tree/main/charts/cert-manager ## After Installation @@ -43,7 +43,7 @@ https://github.com/SourceMation/charts/tree/main/charts/cert-manager ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues OR diff --git a/charts/example-chart/templates/NOTES.txt b/charts/example-chart/templates/NOTES.txt index 578d312f..499caed1 100644 --- a/charts/example-chart/templates/NOTES.txt +++ b/charts/example-chart/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ███████╗██╗ ██╗ █████╗ ███╗ ███╗██████╗ ██╗ ███████╗ ██╔════╝╚██╗██╔╝██╔══██╗████╗ ████║██╔══██╗██║ ██╔════╝ diff --git a/charts/istio-operator/Chart.yaml b/charts/istio-operator/Chart.yaml index 6b9fb74b..d350e820 100644 --- a/charts/istio-operator/Chart.yaml +++ b/charts/istio-operator/Chart.yaml @@ -41,6 +41,6 @@ maintainers: name: radkolba-lp name: istio-operator sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.2.2 diff --git a/charts/istio-operator/DEVELOPER.md b/charts/istio-operator/DEVELOPER.md index 8d3ef2e2..20df1af8 100644 --- a/charts/istio-operator/DEVELOPER.md +++ b/charts/istio-operator/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=istio export CHART_NAME=istio-operator export RELEASE_NAMESPACE=istio-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} cat << EOF > /tmp/values.yaml diff --git a/charts/istio-operator/templates/NOTES.txt b/charts/istio-operator/templates/NOTES.txt index f6f8d2cb..9397e85e 100644 --- a/charts/istio-operator/templates/NOTES.txt +++ b/charts/istio-operator/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ██╗███████╗████████╗██╗ ██████╗ ██████╗ ██████╗ ███████╗ ██║██╔════╝╚══██╔══╝██║██╔═══██╗ ██╔═══██╗██╔══██╗██╔════╝ diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 186f7bf5..cca608ea 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -27,6 +27,6 @@ maintainers: name: jmmaro name: jenkins sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.2.80 diff --git a/charts/jenkins/DEVELOPER.md b/charts/jenkins/DEVELOPER.md index e8f60124..0bd83347 100644 --- a/charts/jenkins/DEVELOPER.md +++ b/charts/jenkins/DEVELOPER.md @@ -11,7 +11,7 @@ export CERT_ISSUER_NAME=default-selfsigned-ca export CERT_ISSUER_KIND=ClusterIssuer export CERT_SECRET_NAME=jenkins-tls-cert -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME}/ kubectl create ns ${RELEASE_NAMESPACE} diff --git a/charts/jenkins/README.md b/charts/jenkins/README.md index d9fe80b0..4f1a667c 100644 --- a/charts/jenkins/README.md +++ b/charts/jenkins/README.md @@ -3,13 +3,13 @@ ### Are you looking for more information? 1. Documentation: https://charts.jenkins.io -2. Chart Source: https://github.com/SourceMation/charts.git +2. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation The installation of cert-manager is required according to the instructions provided in the README file of the latest version: -https://github.com/SourceMation/charts/tree/main/charts/cert-manager +https://github.com/Sourcemation/charts/tree/main/charts/cert-manager ## After Installation @@ -34,7 +34,7 @@ https://github.com/SourceMation/charts/tree/main/charts/cert-manager ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/jenkins/templates/NOTES.txt b/charts/jenkins/templates/NOTES.txt index 915cc246..0a927e30 100644 --- a/charts/jenkins/templates/NOTES.txt +++ b/charts/jenkins/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ██╗███████╗███╗ ██╗██╗ ██╗██╗███╗ ██╗███████╗ ██║██╔════╝████╗ ██║██║ ██╔╝██║████╗ ██║██╔════╝ diff --git a/charts/kyverno-operator/Chart.yaml b/charts/kyverno-operator/Chart.yaml index 91766e63..817ff9f1 100644 --- a/charts/kyverno-operator/Chart.yaml +++ b/charts/kyverno-operator/Chart.yaml @@ -26,6 +26,6 @@ maintainers: name: radkolba-lp name: kyverno-operator sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.1.3 diff --git a/charts/kyverno-operator/DEVELOPER.md b/charts/kyverno-operator/DEVELOPER.md index 4bf8032b..ecbe9778 100644 --- a/charts/kyverno-operator/DEVELOPER.md +++ b/charts/kyverno-operator/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=kyverno export CHART_NAME=kyverno-operator export RELEASE_NAMESPACE=kyverno-operator -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install --create-namespace \ diff --git a/charts/kyverno-operator/README.md b/charts/kyverno-operator/README.md index ee715e42..b96e063b 100644 --- a/charts/kyverno-operator/README.md +++ b/charts/kyverno-operator/README.md @@ -4,7 +4,7 @@ 1. Based on: https://github.com/kyverno/kyverno.git 2. Documentation: https://kyverno.io/docs/ -3. Chart Source: https://github.com/SourceMation/charts.git +3. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation @@ -36,7 +36,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/neuvector-security/Chart.yaml b/charts/neuvector-security/Chart.yaml index d32c2223..c147ee60 100644 --- a/charts/neuvector-security/Chart.yaml +++ b/charts/neuvector-security/Chart.yaml @@ -30,6 +30,6 @@ maintainers: name: Qwiatu name: neuvector-security sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.0.0 diff --git a/charts/neuvector-security/DEVELOPER.md b/charts/neuvector-security/DEVELOPER.md index 01cf634a..0427cd61 100644 --- a/charts/neuvector-security/DEVELOPER.md +++ b/charts/neuvector-security/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=neuvector-sec export CHART_NAME=neuvector-security export RELEASE_NAMESPACE=lp-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install --create-namespace \ diff --git a/charts/neuvector-security/README.md b/charts/neuvector-security/README.md index d087965d..20da65f0 100644 --- a/charts/neuvector-security/README.md +++ b/charts/neuvector-security/README.md @@ -4,7 +4,7 @@ 1. Documentation: https://open-docs.neuvector.com/policy/groups -2. Chart Source: https://github.com/SourceMation/charts.git +2. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation @@ -45,7 +45,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/neuvector/Chart.yaml b/charts/neuvector/Chart.yaml index f67b47e2..f1de0b19 100644 --- a/charts/neuvector/Chart.yaml +++ b/charts/neuvector/Chart.yaml @@ -28,6 +28,6 @@ maintainers: name: rklewin name: neuvector sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.1.3 diff --git a/charts/neuvector/DEVELOPER.md b/charts/neuvector/DEVELOPER.md index 583bf340..4eb1e7c7 100644 --- a/charts/neuvector/DEVELOPER.md +++ b/charts/neuvector/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=neuvector export CHART_NAME=neuvector export RELEASE_NAMESPACE=neuvector -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install --create-namespace \ diff --git a/charts/neuvector/README.md b/charts/neuvector/README.md index 3919d2f0..4f1d2677 100644 --- a/charts/neuvector/README.md +++ b/charts/neuvector/README.md @@ -39,7 +39,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/rabbitmq-operator/Chart.yaml b/charts/rabbitmq-operator/Chart.yaml index eb9a9e5d..cd22b810 100644 --- a/charts/rabbitmq-operator/Chart.yaml +++ b/charts/rabbitmq-operator/Chart.yaml @@ -31,6 +31,6 @@ maintainers: name: jmmaro name: rabbitmq-operator sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.1.18 diff --git a/charts/rabbitmq-operator/DEVELOPER.md b/charts/rabbitmq-operator/DEVELOPER.md index 0ae5b615..ed756237 100644 --- a/charts/rabbitmq-operator/DEVELOPER.md +++ b/charts/rabbitmq-operator/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=rabbitmq-ope export CHART_NAME=rabbitmq-operator export RELEASE_NAMESPACE=lp-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install --create-namespace \ diff --git a/charts/rabbitmq-operator/README.md b/charts/rabbitmq-operator/README.md index 450beb18..f775416c 100644 --- a/charts/rabbitmq-operator/README.md +++ b/charts/rabbitmq-operator/README.md @@ -33,7 +33,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/rabbitmq-operator/templates/NOTES.txt b/charts/rabbitmq-operator/templates/NOTES.txt index b5a88b7a..50fec9aa 100644 --- a/charts/rabbitmq-operator/templates/NOTES.txt +++ b/charts/rabbitmq-operator/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ██████╗ █████╗ ██████╗ ██████╗ ██╗████████╗███╗ ███╗ ██████╗ ██████╗ ██████╗ ███████╗ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║╚══██╔══╝████╗ ████║██╔═══██╗ ██╔═══██╗██╔══██╗██╔════╝ diff --git a/charts/redis-cluster/Chart.yaml b/charts/redis-cluster/Chart.yaml index 7498e33f..91b9bc2f 100644 --- a/charts/redis-cluster/Chart.yaml +++ b/charts/redis-cluster/Chart.yaml @@ -27,6 +27,6 @@ maintainers: name: radkolba-lp name: redis-cluster sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.2.1 diff --git a/charts/redis-cluster/DEVELOPER.md b/charts/redis-cluster/DEVELOPER.md index 41faf551..202f9198 100644 --- a/charts/redis-cluster/DEVELOPER.md +++ b/charts/redis-cluster/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=redis-cluster export CHART_NAME=redis-cluster export RELEASE_NAMESPACE=redis -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm upgrade --install -n ${RELEASE_NAMESPACE} --create-namespace \ diff --git a/charts/redis-cluster/README.md b/charts/redis-cluster/README.md index 981d8a3e..7be2b028 100644 --- a/charts/redis-cluster/README.md +++ b/charts/redis-cluster/README.md @@ -38,7 +38,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/redis-cluster/templates/NOTES.txt b/charts/redis-cluster/templates/NOTES.txt index db4780e7..a322ae3f 100644 --- a/charts/redis-cluster/templates/NOTES.txt +++ b/charts/redis-cluster/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ██████╗ ███████╗██████╗ ██╗███████╗ ██╔══██╗██╔════╝██╔══██╗██║██╔════╝ diff --git a/charts/redis-operator/Chart.yaml b/charts/redis-operator/Chart.yaml index e5c1e257..99030ad2 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -29,6 +29,6 @@ maintainers: name: rklewin name: redis-operator sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.4.0 diff --git a/charts/redis-operator/DEVELOPER.md b/charts/redis-operator/DEVELOPER.md index 40e27932..d07601c1 100644 --- a/charts/redis-operator/DEVELOPER.md +++ b/charts/redis-operator/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=redis-ope export CHART_NAME=redis-operator export RELEASE_NAMESPACE=lp-system -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm upgrade --install -n ${RELEASE_NAMESPACE} --create-namespace \ diff --git a/charts/redis-operator/README.md b/charts/redis-operator/README.md index 8543eff5..6b49884c 100644 --- a/charts/redis-operator/README.md +++ b/charts/redis-operator/README.md @@ -39,7 +39,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/redis-operator/templates/NOTES.txt b/charts/redis-operator/templates/NOTES.txt index d9387542..ba75a007 100644 --- a/charts/redis-operator/templates/NOTES.txt +++ b/charts/redis-operator/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ██████╗ ███████╗██████╗ ██╗███████╗ ██████╗ ██████╗ ███████╗ ██╔══██╗██╔════╝██╔══██╗██║██╔════╝ ██╔═══██╗██╔══██╗██╔════╝ diff --git a/charts/redis-sentinel/Chart.yaml b/charts/redis-sentinel/Chart.yaml index 7f46488f..26649ce4 100644 --- a/charts/redis-sentinel/Chart.yaml +++ b/charts/redis-sentinel/Chart.yaml @@ -28,6 +28,6 @@ maintainers: name: radkolba-lp name: redis-sentinel sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.1.2 diff --git a/charts/redis-sentinel/DEVELOPER.md b/charts/redis-sentinel/DEVELOPER.md index b40bc1bb..eb7b8ffc 100644 --- a/charts/redis-sentinel/DEVELOPER.md +++ b/charts/redis-sentinel/DEVELOPER.md @@ -7,7 +7,7 @@ export RELEASE_NAME=redis-sentinel export CHART_NAME=redis-sentinel export RELEASE_NAMESPACE=redis -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm upgrade --install -n ${RELEASE_NAMESPACE} --create-namespace \ diff --git a/charts/redis-sentinel/README.md b/charts/redis-sentinel/README.md index bddc47b8..4f7f5f35 100644 --- a/charts/redis-sentinel/README.md +++ b/charts/redis-sentinel/README.md @@ -38,7 +38,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 70890e0e..626171ee 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -28,6 +28,6 @@ maintainers: name: jmmaro name: sonarqube sources: - - https://github.com/SourceMation/charts.git + - https://github.com/Sourcemation/charts.git type: application version: 0.5.0 diff --git a/charts/sonarqube/DEVELOPER.md b/charts/sonarqube/DEVELOPER.md index f392133d..23b8fa64 100644 --- a/charts/sonarqube/DEVELOPER.md +++ b/charts/sonarqube/DEVELOPER.md @@ -11,7 +11,7 @@ export CERT_SECRET_NAME=sonarqube-tls-cert export CERT_ISSUER_NAME=default-selfsigned-ca export CERT_ISSUER_KIND=ClusterIssuer -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} kubectl create ns ${RELEASE_NAMESPACE} diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 5e0dbe9a..84249ec7 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -4,14 +4,14 @@ 1. Based on: https://github.com/SonarSource/sonarqube.git 2. Documentation: https://docs.sonarsource.com/sonarqube/latest/ -3. Chart Source: https://github.com/SourceMation/charts.git +3. Chart Source: https://github.com/Sourcemation/charts.git ## Before Installation -* The installation of cert-manager is required according to the instructions provided in the README file of the latest version: https://github.com/SourceMation/charts/tree/main/charts/cert-manager +* The installation of cert-manager is required according to the instructions provided in the README file of the latest version: https://github.com/Sourcemation/charts/tree/main/charts/cert-manager -* The installation of cloudnative-pg operator is required according to the instructions provided in the README file of the latest version: https://github.com/SourceMation/charts/tree/main/charts/cnpg-operator +* The installation of cloudnative-pg operator is required according to the instructions provided in the README file of the latest version: https://github.com/Sourcemation/charts/tree/main/charts/cnpg-operator * An ingress controller must be installed within the cluster. @@ -34,7 +34,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues ## CLI installation ### Preparation diff --git a/charts/sonarqube/templates/NOTES.txt b/charts/sonarqube/templates/NOTES.txt index 9fec8905..a6354dd5 100644 --- a/charts/sonarqube/templates/NOTES.txt +++ b/charts/sonarqube/templates/NOTES.txt @@ -1,4 +1,4 @@ -SourceMation +Sourcemation ███████╗ ██████╗ ███╗ ██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗██████╗ ███████╗ ██╔════╝██╔═══██╗████╗ ██║██╔══██╗██╔══██╗██╔═══██╗██║ ██║██╔══██╗██╔════╝ diff --git a/charts/strimzi-kafka-operator/Chart.yaml b/charts/strimzi-kafka-operator/Chart.yaml index d528c915..e20b0f04 100644 --- a/charts/strimzi-kafka-operator/Chart.yaml +++ b/charts/strimzi-kafka-operator/Chart.yaml @@ -30,6 +30,6 @@ maintainers: name: Qwiatu name: strimzi-kafka-operator sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 0.1.2 diff --git a/charts/strimzi-kafka-operator/DEVELOPER.md b/charts/strimzi-kafka-operator/DEVELOPER.md index ff31c460..ef96cca4 100644 --- a/charts/strimzi-kafka-operator/DEVELOPER.md +++ b/charts/strimzi-kafka-operator/DEVELOPER.md @@ -14,7 +14,7 @@ export CHART_NAME=strimzi-kafka-operator export RELEASE_NAMESPACE=lp-system export CHART_VERSION=0.1.2 -git clone git@github.com:SourceMation/charts.git +git clone git@github.com:Sourcemation/charts.git cd charts/charts/${CHART_NAME} helm -n ${RELEASE_NAMESPACE} upgrade --install --create-namespace \ diff --git a/charts/strimzi-kafka-operator/README.md b/charts/strimzi-kafka-operator/README.md index d0e76b3d..2de5f760 100644 --- a/charts/strimzi-kafka-operator/README.md +++ b/charts/strimzi-kafka-operator/README.md @@ -38,7 +38,7 @@ ## Known Issues > **Note:** -> Notify us: https://github.com/SourceMation/charts/issues +> Notify us: https://github.com/Sourcemation/charts/issues diff --git a/obsoletely/obs-stack-v1-crd/1.1.0/Chart.yaml b/obsoletely/obs-stack-v1-crd/1.1.0/Chart.yaml index 72a18d15..cfaeb507 100644 --- a/obsoletely/obs-stack-v1-crd/1.1.0/Chart.yaml +++ b/obsoletely/obs-stack-v1-crd/1.1.0/Chart.yaml @@ -40,6 +40,6 @@ maintainers: name: Linux Polska name: obs-stack-v1-crd sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.1.0 diff --git a/obsoletely/obs-stack-v1-crd/1.2.0/Chart.yaml b/obsoletely/obs-stack-v1-crd/1.2.0/Chart.yaml index 05d87c6b..228e7dac 100644 --- a/obsoletely/obs-stack-v1-crd/1.2.0/Chart.yaml +++ b/obsoletely/obs-stack-v1-crd/1.2.0/Chart.yaml @@ -40,6 +40,6 @@ maintainers: name: Linux Polska name: obs-stack-v1-crd sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.2.0 diff --git a/obsoletely/obs-stack-v1-crd/1.3.0/Chart.yaml b/obsoletely/obs-stack-v1-crd/1.3.0/Chart.yaml index 286c72c8..f761db17 100644 --- a/obsoletely/obs-stack-v1-crd/1.3.0/Chart.yaml +++ b/obsoletely/obs-stack-v1-crd/1.3.0/Chart.yaml @@ -40,6 +40,6 @@ maintainers: name: Linux Polska name: obs-stack-v1-crd sources: -- https://github.com/SourceMation/charts.git +- https://github.com/Sourcemation/charts.git type: application version: 1.3.0