-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump NKP Pulse to v0.0.1-dev.0
- Loading branch information
1 parent
888e3eb
commit a1a347c
Showing
8 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
services/nkp-pulse-management/v0.0.1-dev.0/defaults/cm.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults | ||
namespace: ${releaseNamespace} | ||
data: | ||
values.yaml: | | ||
workspaceApp: | ||
kind: ClusterApp | ||
name: nkp-pulse-workspace-v0.0.1-dev.0 |
5 changes: 5 additions & 0 deletions
5
services/nkp-pulse-management/v0.0.1-dev.0/defaults/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- cm.yaml |
23 changes: 23 additions & 0 deletions
23
services/nkp-pulse-management/v0.0.1-dev.0/helmrelease.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: nkp-pulse-management | ||
namespace: ${releaseNamespace} | ||
spec: | ||
chart: | ||
spec: | ||
chart: nkp-pulse-management | ||
sourceRef: | ||
kind: HelmRepository | ||
name: mesosphere.github.io-nkp-pulse-charts | ||
namespace: kommander-flux | ||
version: v0.0.1-dev.0 | ||
interval: 15s | ||
releaseName: nkp-pulse-management | ||
targetNamespace: ${releaseNamespace} | ||
upgrade: | ||
remediation: | ||
strategy: uninstall | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults |
4 changes: 4 additions & 0 deletions
4
services/nkp-pulse-management/v0.0.1-dev.0/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- helmrelease.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults | ||
namespace: ${releaseNamespace} | ||
data: | ||
values.yaml: "" |
5 changes: 5 additions & 0 deletions
5
services/nkp-pulse-workspace/v0.0.1-dev.0/defaults/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- cm.yaml |
23 changes: 23 additions & 0 deletions
23
services/nkp-pulse-workspace/v0.0.1-dev.0/helmrelease.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: nkp-pulse-workspace | ||
namespace: ${releaseNamespace} | ||
spec: | ||
chart: | ||
spec: | ||
chart: nkp-pulse-workspace | ||
sourceRef: | ||
kind: HelmRepository | ||
name: mesosphere.github.io-nkp-pulse-charts | ||
namespace: kommander-flux | ||
version: v0.0.1-dev.0 | ||
interval: 15s | ||
releaseName: nkp-pulse-workspace | ||
targetNamespace: ${releaseNamespace} | ||
upgrade: | ||
remediation: | ||
strategy: uninstall | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- helmrelease.yaml |