Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Release DKP-Insights v1.0.0-dev.4 #1726

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
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:v1.0.0-dev.3
- container_image: docker.io/mesosphere/insights-management:v1.0.0-dev.4
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
- container_image: docker.io/mesosphere/insights:v1.0.0-dev.3
- container_image: docker.io/mesosphere/insights:v1.0.0-dev.4
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/dkp-insights
Expand Down
4 changes: 2 additions & 2 deletions services/dkp-insights-management/1.0.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-management-1.0.0-dev.3-d2iq-defaults
name: dkp-insights-management-1.0.0-dev.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.0.0-dev.3
tag: v1.0.0-dev.4
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: v1.0.0-dev.3
version: v1.0.0-dev.4
dependsOn:
- name: kubefed
namespace: ${releaseNamespace}
Expand All @@ -28,4 +28,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: dkp-insights-management-1.0.0-dev.3-d2iq-defaults
name: dkp-insights-management-1.0.0-dev.4-d2iq-defaults
4 changes: 2 additions & 2 deletions services/dkp-insights/1.0.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-1.0.0-dev.3-d2iq-defaults
name: dkp-insights-1.0.0-dev.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -200,7 +200,7 @@ data:
imagePullPolicy: IfNotPresent
registry: docker.io
repository: mesosphere/insights
tag: v1.0.0-dev.3
tag: v1.0.0-dev.4
initdb:
resources:
limits:
Expand Down
11 changes: 2 additions & 9 deletions services/dkp-insights/1.0.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: v1.0.0-dev.3
version: v1.0.0-dev.4
install:
remediation:
retries: 30
Expand All @@ -21,14 +21,7 @@ spec:
upgrade:
remediation:
retries: 30
# After the database migration has happened, the previous version of
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asekretenko I think our tooling strips out comments, did we want to persist these comments here?

# Insights will no longer work. Hence, the default `rollback` strategy
# can be worse than no remediation at all.
# On the other hand, we go to significant lengths to ensure
# that Insights work after being uninstalled and reinstalled again
# using previously persisted data (note that uninstall does not delete
# corresponding persistent volumes).
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: dkp-insights-1.0.0-dev.3-d2iq-defaults
name: dkp-insights-1.0.0-dev.4-d2iq-defaults
Loading