Skip to content

Commit

Permalink
Set version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Checkmk release system committed Mar 22, 2023
1 parent 7c72476 commit e2f1990
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/checkmk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ 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: "1.2.0"
version: "1.3.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.2.0"
appVersion: "1.3.0"

kubeVersion: ">=1.19.0-0"
2 changes: 1 addition & 1 deletion deploy/charts/checkmk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ imagePullSecrets: []
image:
# Overrides the image tag whose default is the chart appVersion.
# ref: https://hub.docker.com/r/checkmk/kubernetes-collector/tags
tag: "1.2.0"
tag: "1.3.0"

rbac:
pspEnabled: false
Expand Down
2 changes: 1 addition & 1 deletion src/checkmk_kube_agent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """tribe29 GmbH"""
__email__ = "[email protected]"
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit e2f1990

Please sign in to comment.