Skip to content
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
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees:
- mocdaniel
body:
- type: markdown
attributes:
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Feature Request
description: Request a feature or enhancement
title: "[Feature]: "
labels: ["feature", "triage"]
assignees:
- mocdaniel
body:
- type: markdown
attributes:
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Charts can be templated locally using `helm template <path-to-chart` from `chart

> [!NOTE]
> Some values might be required for templating to succeed.
> Simple dummy values are provided in [`charts/icinga-stack/tests/required-values.yaml`](./charts/icinga-stack/tests/required-values.yaml) for all charts.
> Simple dummy values are provided in [`charts/icinga-stack/tests/required-values.yaml`](./charts/icinga-stack/tests/required_values.yaml) for all charts.

```sh
$ cd charts/icinga-stack
Expand All @@ -36,11 +36,11 @@ $ helm template ./charts/icinga2 -f tests/required-values.yaml > icinga2-manifes

### Deploying the chart(s) locally

Charts can be installed and upgraded locally `helm install .` from their respective root directories:
Charts can be installed and upgraded locally using `helm install .` from their respective root directories:

> [!NOTE]
> Some values might be required for templating to succeed.
> Simple dummy values are provided in [`charts/icinga-stack/tests/required-values.yaml`](./charts/icinga-stack/tests/required-values.yaml) for all charts.
> Simple dummy values are provided in [`charts/icinga-stack/tests/required_values.yaml`](./charts/icinga-stack/tests/required_values.yaml) for all charts.

```sh
$ helm install <release> . -f tests/required-values.yaml
Expand Down
10 changes: 5 additions & 5 deletions charts/icinga-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ apiVersion: v2
name: icinga-stack
description: Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
maintainers:
- name: Daniel Bodky
email: daniel.bodky@netways.de
url: https://github.com/mocdaniel
- name: Icinga GmbH
email: info@icinga.com
url: https://icinga.com

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -24,10 +24,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.6.0"
appVersion: "0.7.0"
4 changes: 2 additions & 2 deletions charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ maintainers:
url: https://icinga.com

type: application
version: 0.4.0
appVersion: "0.3.0"
version: 0.5.0
appVersion: "0.4.0"
2 changes: 1 addition & 1 deletion charts/icinga-stack/charts/icinga-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enabled: true

image:
repository: icinga/icinga-kubernetes
tag: 0.3.0
tag: 0.4.0
pullPolicy: IfNotPresent

rbac:
Expand Down
10 changes: 5 additions & 5 deletions charts/icinga-stack/charts/icinga2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: icinga2
description: Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
maintainers:
- name: Daniel Bodky
email: daniel.bodky@netways.de
url: https://github.com/mocdaniel
- name: Icinga GmbH
email: info@icinga.com
url: https://icinga.com

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -19,10 +19,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.13.10"
appVersion: "2.15.1"
2 changes: 1 addition & 1 deletion charts/icinga-stack/charts/icinga2/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: icinga/icinga2
tag: 2.13.10
tag: 2.15.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
10 changes: 5 additions & 5 deletions charts/icinga-stack/charts/icingadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: icingadb
description: Icinga DB is a set of components for publishing, synchronizing and visualizing monitoring data in the Icinga ecosystem.
maintainers:
- name: Daniel Bodky
email: daniel.bodky@netways.de
url: https://github.com/mocdaniel
- name: Icinga GmbH
email: info@icinga.com
url: https://icinga.com

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -19,10 +19,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.1"
appVersion: "1.5.0"
2 changes: 1 addition & 1 deletion charts/icinga-stack/charts/icingadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enabled: true

image:
repository: icinga/icingadb
tag: 1.1.1
tag: 1.5.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
10 changes: 5 additions & 5 deletions charts/icinga-stack/charts/icingaweb2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: icingaweb2
description: Icinga Web 2 is a powerful PHP framework for web applications that comes in a clean and reduced design.
maintainers:
- name: Daniel Bodky
email: daniel.bodky@netways.de
url: https://github.com/mocdaniel
- name: Icinga GmbH
email: info@icinga.com
url: https://icinga.com

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -19,10 +19,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.12.1"
appVersion: "2.12.6"
2 changes: 1 addition & 1 deletion charts/icinga-stack/charts/icingaweb2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enabled: true

image:
repository: icinga/icingaweb2
tag: 2.12.1
tag: 2.12.6
pullPolicy: Always

imagePullSecrets: []
Expand Down
8 changes: 4 additions & 4 deletions charts/icinga-stack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
icinga2:
image:
repository: icinga/icinga2
tag: 2.13.10
tag: 2.15.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -311,7 +311,7 @@ icingadb:

image:
repository: icinga/icingadb
tag: 1.1.1
tag: 1.5.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -365,7 +365,7 @@ icingaweb2:

image:
repository: icinga/icingaweb2
tag: 2.12.1
tag: 2.12.6
pullPolicy: Always

imagePullSecrets: []
Expand Down Expand Up @@ -504,7 +504,7 @@ icinga-kubernetes:

image:
repository: icinga/icinga-kubernetes
tag: 0.3.0
tag: 0.4.0
pullPolicy: IfNotPresent

rbac:
Expand Down