Skip to content

Commit

Permalink
feat: [Backport] Release NKP-Insights v1.2.1 (#2571) (#2577)
Browse files Browse the repository at this point in the history
feat: Release NKP-Insights v1.2.1 (#2571)

* feat: Release NKP-Insights Backend v1.2.1

Release NKP-Insights Backend v1.2.1

* feat: Release NKP-Insights Management v1.2.1

Release NKP-Insights Management v1.2.1

---------

Co-authored-by: Mesosphere CI Robot <[email protected]>
Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
3 people committed Aug 24, 2024
1 parent b810b70 commit 964825d
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 @@ -153,11 +153,11 @@ resources:
- license_path: LICENSE
ref: ${image_tag%-server-backend-proxy.1}
url: https://github.com/ghostunnel/ghostunnel
- container_image: docker.io/mesosphere/insights-management:v1.2.0
- container_image: docker.io/mesosphere/insights-management:v1.2.1
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/insights:v1.2.0
- container_image: docker.io/mesosphere/insights:v1.2.1
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.2.0-d2iq-defaults
name: nkp-insights-management-1.2.1-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.2.0
tag: v1.2.1
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.2.0/helmrelease
path: ./services/nkp-insights-management/1.2.1/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.2.0
version: v1.2.1
dependsOn:
- name: kubefed
namespace: ${releaseNamespace}
Expand All @@ -28,4 +28,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: nkp-insights-management-1.2.0-d2iq-defaults
name: nkp-insights-management-1.2.1-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.2.0-d2iq-defaults
name: nkp-insights-1.2.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -265,7 +265,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights
tag: v1.2.0
tag: v1.2.1
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.2.0/helmrelease
path: ./services/nkp-insights/1.2.1/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.2.0
version: v1.2.1
install:
remediation:
retries: 30
Expand All @@ -24,4 +24,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: nkp-insights-1.2.0-d2iq-defaults
name: nkp-insights-1.2.1-d2iq-defaults

0 comments on commit 964825d

Please sign in to comment.