From e1a7dc6ae1bfb388d482d0e670ce654170491ed5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 27 Feb 2024 11:51:05 +0100 Subject: [PATCH] Speak of `Icinga` not `Icinga2` where appropriate --- README.md | 12 ++++++------ charts/icinga-stack/README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d99c07b..707cb00 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# Icinga2 Kubernetes Helm Charts +# Icinga Kubernetes Helm Charts -This repository serves as a central repository to host all Icinga2 related Helm charts. +This repository serves as a central repository to host all Icinga related Helm charts. -[Icinga2](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. +[Icinga](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. [Helm](https://helm.sh) is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. ### Add Helm repository -First you need to add the Icinga2 Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of +First you need to add the Icinga Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of Kubernetes manifests for users to consume. -The Icinga2 Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command: +The Icinga Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command: ```console helm repo add icinga https://icinga.github.io/helm-charts @@ -34,4 +34,4 @@ For information on how to contribute to this repository, see the [contribution g ## License -This project is licensed under the terms of the [Apache 2.0](LICENSE) open source license. \ No newline at end of file +This project is licensed under the terms of the [Apache 2.0](LICENSE) open source license. diff --git a/charts/icinga-stack/README.md b/charts/icinga-stack/README.md index b503120..1ceddad 100644 --- a/charts/icinga-stack/README.md +++ b/charts/icinga-stack/README.md @@ -1,8 +1,8 @@ -# Icinga2 Kubernetes Helm Charts +# Icinga Kubernetes Helm Charts > **WARNING**: This chart is currently in alpha state and should not be used in production. Breaking changes in future releases are well possible. -[Icinga2](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. +[Icinga](https://icinga.com) is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. [Helm](https://helm.sh) is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources. @@ -19,19 +19,19 @@ This chart bootstraps a complete Icinga environment on a [Kubernetes](http://kub ### Add Helm repository -First you need to add the Icinga2 Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of +First you need to add the Icinga Helm repository to your Helm installation. Helm repositories are similar to package repositories in Linux distributions as in they contain different available packages of Kubernetes manifests for users to consume. -The Icinga2 Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command: +The Icinga Helm repository is hosted on GitHub Pages and can be added to your Helm installation by running the following command: ```console helm repo add icinga https://icinga.github.io/helm-charts helm repo update ``` -### Install Icinga2 +### Install Icinga -Once the repository is known to your Helm installation, you can install Icinga2 by running the following command: +Once the repository is known to your Helm installation, you can install Icinga by running the following command: ```console helm install \