Skip to content

Commit

Permalink
Image version 2.0.0p13
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Oct 26, 2021
1 parent 5cc92ed commit e855752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/checkmk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.1.8
version: 2.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.
appVersion: 1.16
appVersion: 2.0.0p13
4 changes: 2 additions & 2 deletions charts/checkmk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: checkmk/check-mk-raw
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.0.0p12"
tag: "2.0.0p13"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -84,4 +84,4 @@ persistence:

backup:
size: 1Gi
storageClassName: ""
storageClassName: ""

0 comments on commit e855752

Please sign in to comment.