Skip to content

Commit

Permalink
Raise Icinga for Kubernetes version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 26, 2024
1 parent dcd6e28 commit 7ad97b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1.0
appVersion: "edge"
version: 0.2.0
appVersion: "0.2.0"
4 changes: 2 additions & 2 deletions charts/icinga-stack/charts/icinga-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ enabled: true

image:
repository: icinga/icinga-kubernetes
tag: edge
pullPolicy: Always
tag: 0.2.0
pullPolicy: IfNotPresent

rbac:
create: true
Expand Down
4 changes: 2 additions & 2 deletions charts/icinga-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ icinga-kubernetes:

image:
repository: icinga/icinga-kubernetes
tag: edge
pullPolicy: Always
tag: 0.2.0
pullPolicy: IfNotPresent

rbac:
create: true
Expand Down

0 comments on commit 7ad97b3

Please sign in to comment.