Skip to content

Commit

Permalink
feat: Release DKP-Insights v0.6.0-dev.7 (#1606)
Browse files Browse the repository at this point in the history
* feat: Release DKP-Insights Backend v0.6.0-dev.7

Release DKP-Insights Backend v0.6.0-dev.7

* feat: Release DKP-Insights Management v0.6.0-dev.7

Release DKP-Insights Management v0.6.0-dev.7

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
  • Loading branch information
mesosphere-ci and d2iq-mergebot authored Sep 18, 2023
1 parent fbeb67d commit 0763e24
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 12 deletions.
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignore:
- docker.io/mesosphere/pause-busybox:3.6
- docker.io/bitnami/bitnami-shell:11-debian-11-r106
- docker.io/bitnami/postgres-exporter:0.12.0-debian-11-r77
- docker.io/mesosphere/trivy-bundles:0.42.1-20230908T171705Z
- docker.io/mesosphere/trivy-bundles:0.42.1-20230913T060340Z
- gcr.io/google_containers/pause:3.2

# Fossa cannot scan and parse gemfile provided by the fluend project
Expand Down Expand Up @@ -203,11 +203,11 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-server-backend-proxy}
url: https://github.com/ghostunnel/ghostunnel
- container_image: docker.io/mesosphere/insights-management:v0.6.0-dev.6
- container_image: docker.io/mesosphere/insights-management:v0.6.0-dev.7
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/insights:v0.6.0-dev.6
- container_image: docker.io/mesosphere/insights:v0.6.0-dev.7
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
Expand Down
13 changes: 11 additions & 2 deletions services/dkp-insights-management/0.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dkp-insights-management-0.6.0-dev.6-d2iq-defaults
name: dkp-insights-management-0.6.0-dev.7-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
airgapped:
enabled: ${airgappedEnabled}
alertmanager:
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 100m
memory: 64Mi
webhookURL: http://kube-prometheus-stack-alertmanager.kommander.svc:9093/api/v2/alerts
cleanup:
logLevel: INFO
resources:
Expand All @@ -21,7 +30,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights-management
tag: v0.6.0-dev.6
tag: v0.6.0-dev.7
insightsCRIngress:
globalRateLimitAverageQPS: 100
globalRateLimitBurst: 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-dkp-insights-charts-management
namespace: kommander-flux
version: v0.6.0-dev.6
version: v0.6.0-dev.7
dependsOn:
- name: kubefed
namespace: ${releaseNamespace}
Expand All @@ -28,4 +28,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: dkp-insights-management-0.6.0-dev.6-d2iq-defaults
name: dkp-insights-management-0.6.0-dev.7-d2iq-defaults
23 changes: 20 additions & 3 deletions services/dkp-insights/0.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dkp-insights-0.6.0-dev.6-d2iq-defaults
name: dkp-insights-0.6.0-dev.7-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -133,6 +133,23 @@ data:
group: templates.gatekeeper.sh
kind: ConstraintTemplate
nameRegexp: requiredserviceaccountname
filteredNamespaces:
- cert-manager
- calico-system
- cap.*?-system
- kommander-flux
- kube-federation-system
- kube-node-lease
- kube-public
- kube-system
- kubecost
- metallb-system
- tigera-operator
insightClassNames:
- Nova
- Pluto
- PolarisAudit
- Trivy
mode: daytwo
replay:
apiServerService: dkp-insights-replay-troubleshoot-live
Expand Down Expand Up @@ -196,7 +213,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights
tag: v0.6.0-dev.6
tag: v0.6.0-dev.7
initdb:
resources:
limits:
Expand Down Expand Up @@ -523,7 +540,7 @@ data:
enabled: false
name: dkp-insights-trivy-env
image:
imageFull: mesosphere/trivy-bundles:0.42.1-20230908T171705Z
imageFull: mesosphere/trivy-bundles:0.42.1-20230913T060340Z
pullPolicy: IfNotPresent
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions services/dkp-insights/0.6.0/helmrelease/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-dkp-insights-charts-attached
namespace: kommander-flux
version: v0.6.0-dev.6
version: v0.6.0-dev.7
install:
remediation:
retries: 30
Expand All @@ -23,4 +23,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: dkp-insights-0.6.0-dev.6-d2iq-defaults
name: dkp-insights-0.6.0-dev.7-d2iq-defaults

0 comments on commit 0763e24

Please sign in to comment.