Skip to content

Commit

Permalink
Rename cert-manager & fluxcd helm repos
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 28, 2023
1 parent 54834da commit 0e11206
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions apis/installer/v1alpha1/ace_options_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,18 @@ type HelmRepositories struct {
//+optional
AwsEbsCsiDriver string `json:"aws-ebs-csi-driver"`
//+optional
CertManager string `json:"cert-manager"`
//+optional
ClusterAutoscaler string `json:"cluster-autoscaler"`
//+optional
Crossplane string `json:"crossplane"`
//+optional
Falcosecurity string `json:"falcosecurity"`
//+optional
Flux string `json:"flux"`
FluxcdCommunity string `json:"fluxcd-community"`
//+optional
Gatekeeper string `json:"gatekeeper"`
//+optional
Jetstack string `json:"jetstack"`
//+optional
Kedacore string `json:"kedacore"`
//+optional
Nats string `json:"nats"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
name: jetstack
name: cert-manager
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
4 changes: 2 additions & 2 deletions charts/opscenter-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ The following table lists the configurable parameters of the `opscenter-features
| helm.repositories.appscode-charts-legacy.url | | <code>https://charts.appscode.com/stable</code> |
| helm.repositories.appscode-charts-oci.url | | <code>oci://r.appscode.com/charts</code> |
| helm.repositories.aws-ebs-csi-driver.url | | <code>https://kubernetes-sigs.github.io/aws-ebs-csi-driver</code> |
| helm.repositories.cert-manager.url | | <code>https://charts.jetstack.io</code> |
| helm.repositories.cluster-autoscaler.url | | <code>https://kubernetes.github.io/autoscaler</code> |
| helm.repositories.crossplane.url | | <code>https://charts.crossplane.io/stable</code> |
| helm.repositories.falcosecurity.url | | <code>https://falcosecurity.github.io/charts</code> |
| helm.repositories.flux.url | | <code>https://fluxcd-community.github.io/helm-charts</code> |
| helm.repositories.fluxcd-community.url | | <code>https://fluxcd-community.github.io/helm-charts</code> |
| helm.repositories.gatekeeper.url | | <code>https://open-policy-agent.github.io/gatekeeper/charts</code> |
| helm.repositories.jetstack.url | | <code>https://charts.jetstack.io</code> |
| helm.repositories.kedacore.url | | <code>https://kedacore.github.io/charts</code> |
| helm.repositories.nats.url | | <code>https://nats-io.github.io/k8s/helm/charts</code> |
| helm.repositories.prometheus-community.url | | <code>https://prometheus-community.github.io/helm-charts</code> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
version: ""
sourceRef:
kind: HelmRepository
name: flux
name: fluxcd-community
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
version: "v1.11.0"
sourceRef:
kind: HelmRepository
name: jetstack
name: cert-manager
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
Expand Down
6 changes: 3 additions & 3 deletions charts/opscenter-features/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ helm:
url: oci://r.appscode.com/charts
aws-ebs-csi-driver:
url: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
cert-manager:
url: https://charts.jetstack.io
cluster-autoscaler:
url: https://kubernetes.github.io/autoscaler
crossplane:
url: https://charts.crossplane.io/stable
falcosecurity:
url: https://falcosecurity.github.io/charts
flux:
fluxcd-community:
url: https://fluxcd-community.github.io/helm-charts
gatekeeper:
url: https://open-policy-agent.github.io/gatekeeper/charts
jetstack:
url: https://charts.jetstack.io
kedacore:
url: https://kedacore.github.io/charts
nats:
Expand Down
6 changes: 3 additions & 3 deletions schema/ace-options/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,18 +1051,18 @@ properties:
type: string
aws-ebs-csi-driver:
type: string
cert-manager:
type: string
cluster-autoscaler:
type: string
crossplane:
type: string
falcosecurity:
type: string
flux:
fluxcd-community:
type: string
gatekeeper:
type: string
jetstack:
type: string
kedacore:
type: string
nats:
Expand Down

0 comments on commit 0e11206

Please sign in to comment.