Skip to content

Commit 76caa27

Browse files
committed
feat: add miss target support. Closes #31
1 parent b36af28 commit 76caa27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/aci-monitoring-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.1
18+
version: 0.2.2
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "v0.8.1"
23+
appVersion: "v0.8.2"
2424
dependencies:
2525
- name: prometheus
2626
version: "27.3.0"

charts/aci-monitoring-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ backup2graph:
321321
nodeSelector: {}
322322
image:
323323
repository: quay.io/datacenter/backup2graph
324-
tag: v0.1.1
324+
tag: v0.1.2
325325
pullPolicy: Always
326326
memgraph:
327327
enabled: true

0 commit comments

Comments
 (0)