Skip to content

Commit

Permalink
feat: Release DKP-Insights Management v1.0.0-dev.6
Browse files Browse the repository at this point in the history
Release DKP-Insights Management v1.0.0-dev.6
  • Loading branch information
d2iq-mergebot committed Nov 8, 2023
1 parent 5da19ef commit 0e04994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ 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.6
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.6-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.6
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.6
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.6-d2iq-defaults

0 comments on commit 0e04994

Please sign in to comment.