diff --git a/deploy/charts/checkmk/Chart.yaml b/deploy/charts/checkmk/Chart.yaml index 8bcfb45..801537a 100644 --- a/deploy/charts/checkmk/Chart.yaml +++ b/deploy/charts/checkmk/Chart.yaml @@ -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-beta.2" +version: "1.0.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.0.0-beta.2" +appVersion: "1.0.0" kubeVersion: ">=1.19.0-0" diff --git a/deploy/charts/checkmk/values.yaml b/deploy/charts/checkmk/values.yaml index 4ae02b2..ebcf7d7 100644 --- a/deploy/charts/checkmk/values.yaml +++ b/deploy/charts/checkmk/values.yaml @@ -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-beta.2" + tag: "1.0.0" rbac: pspEnabled: true diff --git a/src/checkmk_kube_agent/__init__.py b/src/checkmk_kube_agent/__init__.py index c0c2331..ed81d8d 100644 --- a/src/checkmk_kube_agent/__init__.py +++ b/src/checkmk_kube_agent/__init__.py @@ -2,4 +2,4 @@ __author__ = """tribe29 GmbH""" __email__ = "feedback@checkmk.com" -__version__ = "1.0.0-beta.2" +__version__ = "1.0.0"