Skip to content

Commit

Permalink
feat: Bump DKP-Insights to 0.2.2 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi authored Jul 26, 2022
1 parent e4f191a commit 78fc2e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dkp-insights-management-0.2.1-d2iq-defaults
name: dkp-insights-management-0.2.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
image:
registry: "docker.io"
repository: "mesosphere/insights"
tag: "v0.2.1"
tag: "v0.2.2"
imagePullPolicy: "IfNotPresent"
managementCM:
insightsTTL: 72h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/dkp-insights-management/0.2.1/helmrelease
path: ./services/dkp-insights-management/0.2.2/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-dkp-insights-charts-management
namespace: kommander-flux
version: v0.2.1
version: v0.2.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,6 +29,6 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: dkp-insights-management-0.2.1-d2iq-defaults
name: dkp-insights-management-0.2.2-d2iq-defaults
releaseName: dkp-insights-management
targetNamespace: ${releaseNamespace}

0 comments on commit 78fc2e2

Please sign in to comment.