Skip to content

Commit

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

Release NKP-Insights Backend v1.3.4

* feat: Release NKP-Insights Management v1.3.4

Release NKP-Insights Management v1.3.4

---------

Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
mesosphere-ci and d2iq-mergebot authored Nov 15, 2024
1 parent b38dd07 commit a20654f
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,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.2
- container_image: docker.io/mesosphere/insights-management:v1.3.4
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/insights:v1.3.2
- container_image: docker.io/mesosphere/insights:v1.3.4
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.2-d2iq-defaults
name: nkp-insights-management-1.3.4-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.2
tag: v1.3.4
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.2/helmrelease
path: ./services/nkp-insights-management/1.3.4/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.2
version: v1.3.4
dependsOn:
- name: kubefed
namespace: ${releaseNamespace}
Expand All @@ -28,4 +28,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: nkp-insights-management-1.3.2-d2iq-defaults
name: nkp-insights-management-1.3.4-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.2-d2iq-defaults
name: nkp-insights-1.3.4-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.2
tag: v1.3.4
initdb:
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.2/helmrelease
path: ./services/nkp-insights/1.3.4/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.2
version: v1.3.4
install:
remediation:
retries: 30
Expand All @@ -24,4 +24,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: nkp-insights-1.3.2-d2iq-defaults
name: nkp-insights-1.3.4-d2iq-defaults

0 comments on commit a20654f

Please sign in to comment.