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 NKP-Pulse v0.1.0 #3015

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 @@ -231,11 +231,11 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/nkp-pulse-management:v0.0.1-dev.0
- container_image: docker.io/mesosphere/nkp-pulse-management:v0.1.0
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/nkp-pulse
- container_image: docker.io/mesosphere/nkp-pulse-workspace:v0.0.1-dev.0
- container_image: docker.io/mesosphere/nkp-pulse-workspace:v0.1.0
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/nkp-pulse
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults
name: nkp-pulse-management-v0.1.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
workspaceApp:
kind: ClusterApp
name: nkp-pulse-workspace-v0.0.1-dev.0
name: nkp-pulse-workspace-v0.1.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: nkp-pulse-management
Expand All @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-nkp-pulse-charts
namespace: kommander-flux
version: v0.0.1-dev.0
version: v0.1.0
interval: 15s
releaseName: nkp-pulse-management
targetNamespace: ${releaseNamespace}
Expand All @@ -20,4 +20,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults
name: nkp-pulse-management-v0.1.0-d2iq-defaults
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults
name: nkp-pulse-workspace-v0.1.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: ""
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: nkp-pulse-workspace
Expand All @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-nkp-pulse-charts
namespace: kommander-flux
version: v0.0.1-dev.0
version: v0.1.0
interval: 15s
releaseName: nkp-pulse-workspace
targetNamespace: ${releaseNamespace}
Expand All @@ -20,4 +20,4 @@ spec:
strategy: uninstall
valuesFrom:
- kind: ConfigMap
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults
name: nkp-pulse-workspace-v0.1.0-d2iq-defaults