Skip to content

Commit

Permalink
Add feature label
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 1, 2023
1 parent e49a6f7 commit 6622fb4
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ kind: HelmRelease
metadata:
name: cert-manager
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: cert-manager
spec:
interval: 5m
timeout: 30m
Expand Down
2 changes: 2 additions & 0 deletions charts/ace-installer/templates/apps/kubedb/kubedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ kind: HelmRelease
metadata:
name: kubedb
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: kubedb
spec:
interval: 5m
timeout: 30m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ kind: HelmRelease
metadata:
name: external-dns-operator
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: external-dns-operator
spec:
interval: 5m
timeout: 30m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ kind: HelmRelease
metadata:
name: kube-ui-server
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: kube-ui-server
spec:
interval: 5m
timeout: 30m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ kind: HelmRelease
metadata:
name: license-proxyserver
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: license-proxyserver
spec:
interval: 5m
timeout: 30m
Expand Down
2 changes: 2 additions & 0 deletions charts/ace-installer/templates/apps/kubeops/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ kind: HelmRelease
metadata:
name: reloader
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: reloader
spec:
interval: 5m
timeout: 30m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ kind: HelmRelease
metadata:
name: kube-prometheus-stack
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: kube-prometheus-stack
spec:
interval: 5m
timeout: 30m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ kind: HelmRelease
metadata:
name: panopticon
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: panopticon
spec:
interval: 5m
timeout: 30m
Expand Down
2 changes: 2 additions & 0 deletions charts/ace-installer/templates/apps/stash/stash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ kind: HelmRelease
metadata:
name: stash
namespace: {{ $.Release.Namespace }}
labels:
ace.appscode.com/feature: stash
spec:
interval: 5m
timeout: 30m
Expand Down
2 changes: 2 additions & 0 deletions charts/ace-installer/templates/repositories/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ kind: HelmRepository
metadata:
name: {{ $name }}
namespace: {{ $.Release.Namespace }}
labels:
kubernetes.io/metadata.name: {{ $name }}
spec:
{{- with $cfg.url }}
url: {{ . }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ spec:
featureSet: opscenter-core
featureBlock: opscenter-features
recommended: false
# readinessChecks:
# workloads:
# - group: helm.toolkit.fluxcd.io
# version: v2beta1
# kind: HelmRelease
# selector:
# app.kubernetes.io/managed-by: Helm
# ace.appscode.com/feature: opscenter-features
readinessChecks:
workloads:
- group: source.toolkit.fluxcd.io
version: v1beta2
kind: HelmRepository
selector:
app.kubernetes.io/managed-by: Helm
kubernetes.io/metadata.name: appscode-charts-oci
chart:
name: opscenter-features
namespace: kubeops
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
type: image/svg+xml
featureSet: opscenter-tools
featureBlock: sidekick
recommended: false
recommended: true
readinessChecks:
workloads:
- group: apps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: HelmRepository
metadata:
name: {{ $name }}
namespace: {{ $.Release.Namespace }}
labels:
kubernetes.io/metadata.name: {{ $name }}
spec:
{{- with $cfg.url }}
url: {{ . }}
Expand Down

0 comments on commit 6622fb4

Please sign in to comment.