diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 81316798d..2018a1f25 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -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.45.1-20230920T144146Z + - docker.io/mesosphere/trivy-bundles:0.45.1-20230927T071941Z - gcr.io/google_containers/pause:3.2 # Fossa cannot scan and parse gemfile provided by the fluend project @@ -207,7 +207,7 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/dkp-insights - - container_image: docker.io/mesosphere/insights:v0.6.0-dev.9 + - container_image: docker.io/mesosphere/insights:v0.6.0-dev.12 sources: - ref: ${image_tag} url: https://github.com/mesosphere/dkp-insights diff --git a/services/dkp-insights/0.6.0/defaults/cm.yaml b/services/dkp-insights/0.6.0/defaults/cm.yaml index 3014784d9..9be78841a 100644 --- a/services/dkp-insights/0.6.0/defaults/cm.yaml +++ b/services/dkp-insights/0.6.0/defaults/cm.yaml @@ -2,11 +2,12 @@ apiVersion: v1 kind: ConfigMap metadata: - name: dkp-insights-0.6.0-dev.9-d2iq-defaults + name: dkp-insights-0.6.0-dev.12-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | backend: + alertExpirationTime: 72h alertmanager: db_channel_buffer_size: "16" apiPort: "8090" @@ -199,7 +200,7 @@ data: imagePullPolicy: IfNotPresent registry: docker.io repository: mesosphere/insights - tag: v0.6.0-dev.9 + tag: v0.6.0-dev.12 initdb: resources: limits: @@ -526,7 +527,7 @@ data: enabled: false name: dkp-insights-trivy-env image: - imageFull: mesosphere/trivy-bundles:0.45.1-20230920T144146Z + imageFull: mesosphere/trivy-bundles:0.45.1-20230927T071941Z pullPolicy: IfNotPresent resources: limits: diff --git a/services/dkp-insights/0.6.0/helmrelease/helmrelease.yaml b/services/dkp-insights/0.6.0/helmrelease/helmrelease.yaml index 2382f9446..319d68a85 100644 --- a/services/dkp-insights/0.6.0/helmrelease/helmrelease.yaml +++ b/services/dkp-insights/0.6.0/helmrelease/helmrelease.yaml @@ -11,7 +11,7 @@ spec: kind: HelmRepository name: mesosphere.github.io-dkp-insights-charts-attached namespace: kommander-flux - version: v0.6.0-dev.9 + version: v0.6.0-dev.12 install: remediation: retries: 30 @@ -23,4 +23,4 @@ spec: retries: 30 valuesFrom: - kind: ConfigMap - name: dkp-insights-0.6.0-dev.9-d2iq-defaults + name: dkp-insights-0.6.0-dev.12-d2iq-defaults