Skip to content

Commit

Permalink
Update resource metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 6, 2024
1 parent 83acc3b commit 5bef270
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 14 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require (
kmodules.xyz/custom-resources v0.29.1
kmodules.xyz/go-containerregistry v0.0.12
kmodules.xyz/monitoring-agent-api v0.29.0
kmodules.xyz/resource-metadata v0.18.6
kmodules.xyz/resource-metadata v0.18.7-0.20240606075826-3678251ac1f3
kmodules.xyz/resource-metrics v0.29.5
kmodules.xyz/sets v0.29.0
kubeops.dev/falco-ui-server v0.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,8 @@ kmodules.xyz/monitoring-agent-api v0.29.0 h1:gpFl6OZrlMLb/ySMHdREI9EwGtnJ91oZBn9
kmodules.xyz/monitoring-agent-api v0.29.0/go.mod h1:iNbvaMTgVFOI5q2LJtGK91j4Dmjv4ZRiRdasGmWLKQI=
kmodules.xyz/offshoot-api v0.29.0 h1:GHLhxxT9jU1N8+FvOCCeJNyU5g0duYS46UGrs6AHNLY=
kmodules.xyz/offshoot-api v0.29.0/go.mod h1:5NxhBblXoDHWStx9HCDJR2KFTwYjEZ7i1Id3jelIunw=
kmodules.xyz/resource-metadata v0.18.6 h1:j/hCjJneBb4qS7tG6BDIvlCATej7KDiIpcf3QZ6KyTI=
kmodules.xyz/resource-metadata v0.18.6/go.mod h1:WKwJXM00EFKeDXDF+fjEMwxyZnKs/1SXMj9nt0VbDHs=
kmodules.xyz/resource-metadata v0.18.7-0.20240606075826-3678251ac1f3 h1:WpoyoaUBV3v9khO21GE05/xmVfgknwGHoARIvQUz0Lw=
kmodules.xyz/resource-metadata v0.18.7-0.20240606075826-3678251ac1f3/go.mod h1:WKwJXM00EFKeDXDF+fjEMwxyZnKs/1SXMj9nt0VbDHs=
kmodules.xyz/resource-metrics v0.29.5 h1:ciuvRXuXsloLNW/JwkubqbYySsvHvHr6/nhkTL5Sf1o=
kmodules.xyz/resource-metrics v0.29.5/go.mod h1:OuG/QobZ7o8GFHl/u3lqaUR0fDZDegxtV8Vdh+MNBD4=
kmodules.xyz/sets v0.29.0 h1:ZX/qOECzUob95JhhRtngJElHSlJ1UNNdwK4hTEy+nl0=
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmds/server/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (s *ExtraOptions) AddFlags(fs *pflag.FlagSet) {

fs.StringVar(&s.BaseURL, "baseURL", s.BaseURL, "License server base url")
fs.StringVar(&s.Token, "token", s.Token, "License server token")
fs.StringVar(&s.CAFile, "platform-ca-file", s.Token, "Path to platform CA cert file")
fs.StringVar(&s.CAFile, "platform-ca-file", s.CAFile, "Path to platform CA cert file")
}

func (s *ExtraOptions) ApplyTo(cfg *apiserver.ExtraConfig) error {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
spec:
description: This profile is suitable for AKS clusters used as KubeDB managed DBaaS
requiredFeatureSets:
capi-core:
- cluster-presets
crossplane:
- crossplane
- kubedb-provider-azure
dbaas-capz:
- capi-cluster-presets
opscenter-core:
- license-proxyserver
opscenter-datastore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ metadata:
spec:
description: This profile is suitable for EKS clusters used as KubeDB managed DBaaS
requiredFeatureSets:
crossplane:
- crossplane
- kubedb-provider-aws
dbaas-capa:
- capi-cluster-presets
capi-capa:
- aws-ebs-csi-driver
- capa-vpc-peering-operator
- cluster-autoscaler
capi-core:
- cluster-presets
crossplane:
- crossplane
- kubedb-provider-aws
opscenter-core:
- license-proxyserver
opscenter-datastore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
spec:
description: This profile is suitable for GKE clusters used as KubeDB managed DBaaS
requiredFeatureSets:
capi-core:
- cluster-presets
crossplane:
- crossplane
- kubedb-provider-gcp
dbaas-capg:
- capi-cluster-presets
opscenter-core:
- license-proxyserver
opscenter-datastore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: druidautoscalers
scope: Namespaced
version: v1alpha1
ui:
editor:
name: autoscalingkubedbcom-druidautoscaler-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: pgpoolautoscalers
scope: Namespaced
version: v1alpha1
ui:
editor:
name: autoscalingkubedbcom-pgpoolautoscaler-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: singlestoreautoscalers
scope: Namespaced
version: v1alpha1
ui:
editor:
name: autoscalingkubedbcom-singlestoreautoscaler-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: clickhouseversions
scope: Cluster
version: v1alpha1
ui:
editor:
name: catalogkubedbcom-clickhouseversion-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: schemaregistryversions
scope: Cluster
version: v1alpha1
ui:
editor:
name: catalogkubedbcom-schemaregistryversion-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: schemaregistries
scope: Namespaced
version: v1alpha1
ui:
editor:
name: kafkakubedbcom-schemaregistry-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: clickhouses
scope: Namespaced
version: v1alpha2
ui:
editor:
name: kubedbcom-clickhouse-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: druidopsrequests
scope: Namespaced
version: v1alpha1
ui:
editor:
name: opskubedbcom-druidopsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: pgpoolopsrequests
scope: Namespaced
version: v1alpha1
ui:
editor:
name: opskubedbcom-pgpoolopsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ spec:
name: singlestoreopsrequests
scope: Namespaced
version: v1alpha1
ui:
editor:
name: opskubedbcom-singlestoreopsrequest-editor
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
name: appscode-charts-oci
version: v0.4.20
enforceQuota: false
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ kmodules.xyz/monitoring-agent-api/client
## explicit; go 1.21.5
kmodules.xyz/offshoot-api/api/v1
kmodules.xyz/offshoot-api/api/v2
# kmodules.xyz/resource-metadata v0.18.6
# kmodules.xyz/resource-metadata v0.18.7-0.20240606075826-3678251ac1f3
## explicit; go 1.22.0
kmodules.xyz/resource-metadata/apis/core/install
kmodules.xyz/resource-metadata/apis/core/v1alpha1
Expand Down

0 comments on commit 5bef270

Please sign in to comment.