Skip to content

Commit

Permalink
feat: Release NKP-Insights v1.3.2 (#2815)
Browse files Browse the repository at this point in the history
* feat: Release NKP-Insights Backend v1.3.2

Release NKP-Insights Backend v1.3.2

* feat: Release NKP-Insights Management v1.3.2

Release NKP-Insights Management v1.3.2

---------

Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
mesosphere-ci and d2iq-mergebot authored Nov 12, 2024
1 parent 38c66e3 commit 6c939c4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ignore:
- ghcr.io/mesosphere/dkp-container-images/docker.io/mesosphere/grafana-plugins:v0.0.1-d2iq.0
- docker.io/mesosphere/trivy-bundles:0.56.2-20241027T222746Z
- docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z

resources:
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.1
Expand Down Expand Up @@ -142,11 +142,11 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-server-backend-proxy}
url: https://github.com/ghostunnel/ghostunnel
- container_image: docker.io/mesosphere/insights-management:v1.3.1
- container_image: docker.io/mesosphere/insights-management:v1.3.2
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/insights:v1.3.1
- container_image: docker.io/mesosphere/insights:v1.3.2
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nkp-insights-management-1.3.1-d2iq-defaults
name: nkp-insights-management-1.3.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -30,7 +30,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights-management
tag: v1.3.1
tag: v1.3.2
insightsCRIngress:
globalRateLimitAverageQPS: 100
globalRateLimitBurst: 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
force: false
interval: 6h
path: ./services/nkp-insights-management/1.3.1/helmrelease
path: ./services/nkp-insights-management/1.3.2/helmrelease
postBuild:
substitute:
releaseNamespace: ${releaseNamespace}
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-nkp-insights-charts-management
namespace: kommander-flux
version: v1.3.1
version: v1.3.2
dependsOn:
- name: kubefed
namespace: ${releaseNamespace}
Expand All @@ -28,4 +28,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: nkp-insights-management-1.3.1-d2iq-defaults
name: nkp-insights-management-1.3.2-d2iq-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nkp-insights-1.3.1-d2iq-defaults
name: nkp-insights-1.3.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -145,7 +145,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights
tag: v1.3.1
tag: v1.3.2
initdb:
resources:
limits:
Expand Down Expand Up @@ -385,7 +385,7 @@ data:
resources:
limits:
cpu: 100m
memory: 128Mi
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
Expand Down Expand Up @@ -469,7 +469,7 @@ data:
enabled: false
name: nkp-insights-trivy-env
image:
imageFull: docker.io/mesosphere/trivy-bundles:0.56.2-20241027T222746Z
imageFull: docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z
pullPolicy: IfNotPresent
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
force: false
interval: 6h
path: ./services/nkp-insights/1.3.1/helmrelease
path: ./services/nkp-insights/1.3.2/helmrelease
postBuild:
substitute:
releaseNamespace: ${releaseNamespace}
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-nkp-insights-charts-attached
namespace: kommander-flux
version: v1.3.1
version: v1.3.2
install:
remediation:
retries: 30
Expand All @@ -24,4 +24,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: nkp-insights-1.3.1-d2iq-defaults
name: nkp-insights-1.3.2-d2iq-defaults

0 comments on commit 6c939c4

Please sign in to comment.