Skip to content

Commit

Permalink
Set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Checkmk release system committed May 27, 2022
1 parent 4e7be6c commit d50adad
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.0.0"
version: "1.0.1"

# 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.0.0"
appVersion: "1.0.1"

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 @@ -25,7 +25,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.0.0"
tag: "1.0.1"

rbac:
pspEnabled: true
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.0.0"
__version__ = "1.0.1"

0 comments on commit d50adad

Please sign in to comment.