diff --git a/charts/ace-installer/README.md b/charts/ace-installer/README.md
index 8d498c627..e2f208588 100644
--- a/charts/ace-installer/README.md
+++ b/charts/ace-installer/README.md
@@ -58,7 +58,7 @@ The following table lists the configurable parameters of the `ace-installer` cha
| image.proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io
|
| registry.credentials | | {}
|
| helm.repositories.bootstrap.interval | | 1h0m0s
|
-| helm.repositories.bootstrap.url | | https://charts.appscode.com/stable
|
+| helm.repositories.bootstrap.url | | oci://r.appscode.com/charts
|
| helm.repositories.stakater.interval | | 1h0m0s
|
| helm.repositories.stakater.url | | https://stakater.github.io/stakater-charts
|
| helm.releases.ace.enabled | | false
|
diff --git a/charts/ace-installer/templates/apps/ace/ace.yaml b/charts/ace-installer/templates/apps/ace/ace.yaml
index 7d9a1345c..8feeba923 100644
--- a/charts/ace-installer/templates/apps/ace/ace.yaml
+++ b/charts/ace-installer/templates/apps/ace/ace.yaml
@@ -37,7 +37,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: bytebuilders
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with (dig "values" dict .) }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/cert-manager/cert-manager-csi-driver-cacerts.yaml b/charts/ace-installer/templates/apps/cert-manager/cert-manager-csi-driver-cacerts.yaml
index c24578186..be1a34f56 100644
--- a/charts/ace-installer/templates/apps/cert-manager/cert-manager-csi-driver-cacerts.yaml
+++ b/charts/ace-installer/templates/apps/cert-manager/cert-manager-csi-driver-cacerts.yaml
@@ -38,7 +38,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: kubeops
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/cert-manager/cert-manager-webhook-ace.yaml b/charts/ace-installer/templates/apps/cert-manager/cert-manager-webhook-ace.yaml
index 63b07dfaa..1d0faf2cf 100644
--- a/charts/ace-installer/templates/apps/cert-manager/cert-manager-webhook-ace.yaml
+++ b/charts/ace-installer/templates/apps/cert-manager/cert-manager-webhook-ace.yaml
@@ -38,7 +38,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: bytebuilders
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/kubedb/kubedb.yaml b/charts/ace-installer/templates/apps/kubedb/kubedb.yaml
index f362939ff..c90435211 100644
--- a/charts/ace-installer/templates/apps/kubedb/kubedb.yaml
+++ b/charts/ace-installer/templates/apps/kubedb/kubedb.yaml
@@ -46,7 +46,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: kubedb
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/kubeops/docker-machine-operator.yaml b/charts/ace-installer/templates/apps/kubeops/docker-machine-operator.yaml
index 3d223c128..a3eb34760 100644
--- a/charts/ace-installer/templates/apps/kubeops/docker-machine-operator.yaml
+++ b/charts/ace-installer/templates/apps/kubeops/docker-machine-operator.yaml
@@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: kubeops
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/kubeops/external-dns-operator.yaml b/charts/ace-installer/templates/apps/kubeops/external-dns-operator.yaml
index 26ed85ffe..b28073cf5 100644
--- a/charts/ace-installer/templates/apps/kubeops/external-dns-operator.yaml
+++ b/charts/ace-installer/templates/apps/kubeops/external-dns-operator.yaml
@@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: kubeops
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/kubeops/kube-ui-server.yaml b/charts/ace-installer/templates/apps/kubeops/kube-ui-server.yaml
index 1a563d124..70a81e23a 100644
--- a/charts/ace-installer/templates/apps/kubeops/kube-ui-server.yaml
+++ b/charts/ace-installer/templates/apps/kubeops/kube-ui-server.yaml
@@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: bytebuilders
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/kubeops/license-proxyserver.yaml b/charts/ace-installer/templates/apps/kubeops/license-proxyserver.yaml
index d23ce272a..02b9a7174 100644
--- a/charts/ace-installer/templates/apps/kubeops/license-proxyserver.yaml
+++ b/charts/ace-installer/templates/apps/kubeops/license-proxyserver.yaml
@@ -36,7 +36,7 @@ spec:
interval: 60m
sourceRef:
kind: HelmRepository
- name: bytebuilders
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/monitoring/panopticon.yaml b/charts/ace-installer/templates/apps/monitoring/panopticon.yaml
index 3f44f1369..2f847aeae 100644
--- a/charts/ace-installer/templates/apps/monitoring/panopticon.yaml
+++ b/charts/ace-installer/templates/apps/monitoring/panopticon.yaml
@@ -37,7 +37,7 @@ spec:
version: {{ .version | quote }}
sourceRef:
kind: HelmRepository
- name: kubeops
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/templates/apps/stash/stash.yaml b/charts/ace-installer/templates/apps/stash/stash.yaml
index b6e9d5b72..b30f35c55 100644
--- a/charts/ace-installer/templates/apps/stash/stash.yaml
+++ b/charts/ace-installer/templates/apps/stash/stash.yaml
@@ -46,7 +46,7 @@ spec:
version: {{ .version | quote }}
sourceRef:
kind: HelmRepository
- name: stashed
+ name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/ace-installer/values.yaml b/charts/ace-installer/values.yaml
index 7fad0ef8a..da6819a53 100644
--- a/charts/ace-installer/values.yaml
+++ b/charts/ace-installer/values.yaml
@@ -44,7 +44,7 @@ helm:
repositories:
bootstrap:
interval: 1h0m0s
- url: https://charts.appscode.com/stable
+ url: oci://r.appscode.com/charts
stakater:
interval: 1h0m0s
url: https://stakater.github.io/stakater-charts
diff --git a/charts/opscenter-features/README.md b/charts/opscenter-features/README.md
index e3044ae45..6170ce3b0 100644
--- a/charts/opscenter-features/README.md
+++ b/charts/opscenter-features/README.md
@@ -45,86 +45,62 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the `opscenter-features` chart and their default values.
-| Parameter | Description | Default |
-|-------------------------------------------------|------------------------------------------------------------------------|--------------------------------------------------------------------|
-| nameOverride | | ""
|
-| fullnameOverride | | ""
|
-| image.registryFQDN | | ""
|
-| image.proxies.appscode | r.appscode.com | r.appscode.com
|
-| image.proxies.dockerHub | company/bin:tag | ""
|
-| image.proxies.dockerLibrary | alpine, nginx etc. | ""
|
-| image.proxies.ghcr | ghcr.io/company/bin:tag | ghcr.io
|
-| image.proxies.quay | quay.io/company/bin:tag | quay.io
|
-| image.proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io
|
-| registry.credentials | | {}
|
-| helm.release.channel | Release channel used for charts. Possible values: stable, testing, dev | dev
|
-| helm.repositories.stable.interval | | 30m0s
|
-| helm.repositories.stable.url | | oci://ghcr.io/appscode-charts/stable
|
-| helm.repositories.stable.timeout | | 1m0s
|
-| helm.repositories.testing.interval | | 30m0s
|
-| helm.repositories.testing.url | | oci://ghcr.io/appscode-charts/testing
|
-| helm.repositories.testing.timeout | | 1m0s
|
-| helm.repositories.appscode.interval | | 30m0s
|
-| helm.repositories.appscode.url | | https://charts.appscode.com/stable
|
-| helm.repositories.appscode.timeout | | 1m0s
|
-| helm.repositories.aws-ebs-csi-driver.interval | | 30m0s
|
-| helm.repositories.aws-ebs-csi-driver.url | | https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
-| helm.repositories.aws-ebs-csi-driver.timeout | | 1m0s
|
-| helm.repositories.bytebuilders-ui.interval | | 30m0s
|
-| helm.repositories.bytebuilders-ui.url | | oci://r.appscode.com/charts
|
-| helm.repositories.bytebuilders-ui.timeout | | 1m0s
|
-| helm.repositories.bytebuilders.interval | | 30m0s
|
-| helm.repositories.bytebuilders.url | | https://charts.appscode.com/stable
|
-| helm.repositories.bytebuilders.timeout | | 1m0s
|
-| helm.repositories.cluster-autoscaler.interval | | 30m0s
|
-| helm.repositories.cluster-autoscaler.url | | https://kubernetes.github.io/autoscaler
|
-| helm.repositories.cluster-autoscaler.timeout | | 1m0s
|
-| helm.repositories.crossplane.interval | | 30m0s
|
-| helm.repositories.crossplane.url | | https://charts.crossplane.io/stable
|
-| helm.repositories.crossplane.timeout | | 1m0s
|
-| helm.repositories.falcosecurity.interval | | 30m0s
|
-| helm.repositories.falcosecurity.url | | https://falcosecurity.github.io/charts
|
-| helm.repositories.falcosecurity.timeout | | 1m0s
|
-| helm.repositories.gatekeeper.interval | | 30m0s
|
-| helm.repositories.gatekeeper.url | | https://open-policy-agent.github.io/gatekeeper/charts
|
-| helm.repositories.gatekeeper.timeout | | 1m0s
|
-| helm.repositories.jetstack.interval | | 30m0s
|
-| helm.repositories.jetstack.url | | https://charts.jetstack.io
|
-| helm.repositories.jetstack.timeout | | 1m0s
|
-| helm.repositories.kedacore.interval | | 30m0s
|
-| helm.repositories.kedacore.url | | https://kedacore.github.io/charts
|
-| helm.repositories.kedacore.timeout | | 1m0s
|
-| helm.repositories.kubedb.interval | | 30m0s
|
-| helm.repositories.kubedb.url | | https://charts.appscode.com/stable
|
-| helm.repositories.kubedb.timeout | | 1m0s
|
-| helm.repositories.kubeops.interval | | 30m0s
|
-| helm.repositories.kubeops.url | | https://charts.appscode.com/stable
|
-| helm.repositories.kubeops.timeout | | 1m0s
|
-| helm.repositories.kubestash.interval | | 30m0s
|
-| helm.repositories.kubestash.url | | https://charts.appscode.com/stable
|
-| helm.repositories.kubestash.timeout | | 1m0s
|
-| helm.repositories.kubevault.interval | | 30m0s
|
-| helm.repositories.kubevault.url | | oci://r.appscode.com/charts
|
-| helm.repositories.kubevault.timeout | | 1m0s
|
-| helm.repositories.nats.interval | | 30m0s
|
-| helm.repositories.nats.url | | https://nats-io.github.io/k8s/helm/charts/
|
-| helm.repositories.nats.timeout | | 1m0s
|
-| helm.repositories.ocm.interval | | 30m0s
|
-| helm.repositories.ocm.url | | oci://r.appscode.com/charts
|
-| helm.repositories.ocm.timeout | | 1m0s
|
-| helm.repositories.opencost.interval | | 30m0s
|
-| helm.repositories.opencost.url | | oci://r.appscode.com/charts
|
-| helm.repositories.opencost.timeout | | 1m0s
|
-| helm.repositories.prometheus-community.interval | | 30m0s
|
-| helm.repositories.prometheus-community.url | | https://prometheus-community.github.io/helm-charts
|
-| helm.repositories.prometheus-community.timeout | | 1m0s
|
-| helm.repositories.stashed.interval | | 30m0s
|
-| helm.repositories.stashed.url | | https://charts.appscode.com/stable
|
-| helm.repositories.stashed.timeout | | 1m0s
|
-| clusterManagers | | []
|
-| capi.provider | | ""
|
-| capi.namespace | | ""
|
-| capi.clusterName | | ""
|
+| Parameter | Description | Default |
+|---------------------------------------------------|------------------------------------------------------------------------|--------------------------------------------------------------------|
+| nameOverride | | ""
|
+| fullnameOverride | | ""
|
+| image.registryFQDN | | ""
|
+| image.proxies.appscode | r.appscode.com | r.appscode.com
|
+| image.proxies.dockerHub | company/bin:tag | ""
|
+| image.proxies.dockerLibrary | alpine, nginx etc. | ""
|
+| image.proxies.ghcr | ghcr.io/company/bin:tag | ghcr.io
|
+| image.proxies.quay | quay.io/company/bin:tag | quay.io
|
+| image.proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io
|
+| registry.credentials | | {}
|
+| helm.release.channel | Release channel used for charts. Possible values: stable, testing, dev | dev
|
+| helm.repositories.stable.interval | | 30m0s
|
+| helm.repositories.stable.url | | oci://ghcr.io/appscode-charts/stable
|
+| helm.repositories.stable.timeout | | 1m0s
|
+| helm.repositories.testing.interval | | 30m0s
|
+| helm.repositories.testing.url | | oci://ghcr.io/appscode-charts/testing
|
+| helm.repositories.testing.timeout | | 1m0s
|
+| helm.repositories.appscode-charts-oci.interval | | 30m0s
|
+| helm.repositories.appscode-charts-oci.url | | oci://r.appscode.com/charts
|
+| helm.repositories.appscode-charts-oci.timeout | | 1m0s
|
+| helm.repositories.appscode-charts-legacy.interval | | 30m0s
|
+| helm.repositories.appscode-charts-legacy.url | | https://charts.appscode.com/stable
|
+| helm.repositories.appscode-charts-legacy.timeout | | 1m0s
|
+| helm.repositories.aws-ebs-csi-driver.interval | | 30m0s
|
+| helm.repositories.aws-ebs-csi-driver.url | | https://kubernetes-sigs.github.io/aws-ebs-csi-driver
|
+| helm.repositories.aws-ebs-csi-driver.timeout | | 1m0s
|
+| helm.repositories.cluster-autoscaler.interval | | 30m0s
|
+| helm.repositories.cluster-autoscaler.url | | https://kubernetes.github.io/autoscaler
|
+| helm.repositories.cluster-autoscaler.timeout | | 1m0s
|
+| helm.repositories.crossplane.interval | | 30m0s
|
+| helm.repositories.crossplane.url | | https://charts.crossplane.io/stable
|
+| helm.repositories.crossplane.timeout | | 1m0s
|
+| helm.repositories.falcosecurity.interval | | 30m0s
|
+| helm.repositories.falcosecurity.url | | https://falcosecurity.github.io/charts
|
+| helm.repositories.falcosecurity.timeout | | 1m0s
|
+| helm.repositories.gatekeeper.interval | | 30m0s
|
+| helm.repositories.gatekeeper.url | | https://open-policy-agent.github.io/gatekeeper/charts
|
+| helm.repositories.gatekeeper.timeout | | 1m0s
|
+| helm.repositories.jetstack.interval | | 30m0s
|
+| helm.repositories.jetstack.url | | https://charts.jetstack.io
|
+| helm.repositories.jetstack.timeout | | 1m0s
|
+| helm.repositories.kedacore.interval | | 30m0s
|
+| helm.repositories.kedacore.url | | https://kedacore.github.io/charts
|
+| helm.repositories.kedacore.timeout | | 1m0s
|
+| helm.repositories.nats.interval | | 30m0s
|
+| helm.repositories.nats.url | | https://nats-io.github.io/k8s/helm/charts
|
+| helm.repositories.nats.timeout | | 1m0s
|
+| helm.repositories.prometheus-community.interval | | 30m0s
|
+| helm.repositories.prometheus-community.url | | https://prometheus-community.github.io/helm-charts
|
+| helm.repositories.prometheus-community.timeout | | 1m0s
|
+| clusterManagers | | []
|
+| capi.provider | | ""
|
+| capi.namespace | | ""
|
+| capi.clusterName | | ""
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/capa-vpc-peering-operator.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/capa-vpc-peering-operator.yaml
index 34849f185..a71bc59c0 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capa/capa-vpc-peering-operator.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/capa-vpc-peering-operator.yaml
@@ -35,7 +35,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/capi-cluster-presets.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/capi-cluster-presets.yaml
index 6dccfb15c..2d79ea18e 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capa/capi-cluster-presets.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/capi-cluster-presets.yaml
@@ -22,7 +22,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
values:
capi:
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/featureset.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/featureset.yaml
index 8c0003a7b..8fa85596f 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capa/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/featureset.yaml
@@ -25,7 +25,7 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- end }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capa/kubeform-provider-aws.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capa/kubeform-provider-aws.yaml
index 94539c8b7..c0888f74d 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capa/kubeform-provider-aws.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capa/kubeform-provider-aws.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capg/capi-cluster-presets.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capg/capi-cluster-presets.yaml
index 945613ad2..aa8de9797 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capg/capi-cluster-presets.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capg/capi-cluster-presets.yaml
@@ -22,7 +22,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
values:
capi:
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capg/featureset.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capg/featureset.yaml
index 5b788d00a..95644998c 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capg/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capg/featureset.yaml
@@ -22,7 +22,7 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- end }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capg/kubeform-provider-gcp.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capg/kubeform-provider-gcp.yaml
index 9782eba3d..eb9c34381 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capg/kubeform-provider-gcp.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capg/kubeform-provider-gcp.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capz/capi-cluster-presets.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capz/capi-cluster-presets.yaml
index 85ea96678..f8fc0f058 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capz/capi-cluster-presets.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capz/capi-cluster-presets.yaml
@@ -22,7 +22,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
values:
capi:
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capz/featureset.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capz/featureset.yaml
index af2a892f4..8c2d3b912 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capz/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capz/featureset.yaml
@@ -22,7 +22,7 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- end }}
diff --git a/charts/opscenter-features/templates/featuresets/dbaas-capz/kubeform-provider-azure.yaml b/charts/opscenter-features/templates/featuresets/dbaas-capz/kubeform-provider-azure.yaml
index 765987af5..c9cee0b3a 100644
--- a/charts/opscenter-features/templates/featuresets/dbaas-capz/kubeform-provider-azure.yaml
+++ b/charts/opscenter-features/templates/featuresets/dbaas-capz/kubeform-provider-azure.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-backup/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-backup/featureset.yaml
index 26e695538..a00b7535e 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-backup/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-backup/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-backup/kubestash.yaml b/charts/opscenter-features/templates/featuresets/opscenter-backup/kubestash.yaml
index 0913bd504..d72716c35 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-backup/kubestash.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-backup/kubestash.yaml
@@ -40,7 +40,7 @@ spec:
version: "v2023.04.14"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubestash" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-backup/stash-opscenter.yaml b/charts/opscenter-features/templates/featuresets/opscenter-backup/stash-opscenter.yaml
index 5c7b4ccd4..3346e7edc 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-backup/stash-opscenter.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-backup/stash-opscenter.yaml
@@ -41,7 +41,7 @@ spec:
version: "v2023.10.9"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "stashed" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-backup/stash.yaml b/charts/opscenter-features/templates/featuresets/opscenter-backup/stash.yaml
index c8ed55ae1..d643e2c32 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-backup/stash.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-backup/stash.yaml
@@ -44,7 +44,7 @@ spec:
version: "v2023.10.9"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "stashed" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-core/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-core/featureset.yaml
index 3a4d2ed26..735f1bbea 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-core/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-core/featureset.yaml
@@ -18,5 +18,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml b/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml
index 2644e1815..d0d1854c8 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-core/kube-ui-server.yaml
@@ -33,7 +33,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-core/license-proxyserver.yaml b/charts/opscenter-features/templates/featuresets/opscenter-core/license-proxyserver.yaml
index 805a3f2f5..ae68091b4 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-core/license-proxyserver.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-core/license-proxyserver.yaml
@@ -33,7 +33,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-core/supervisor.yaml b/charts/opscenter-features/templates/featuresets/opscenter-core/supervisor.yaml
index 0154e7244..054823648 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-core/supervisor.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-core/supervisor.yaml
@@ -33,7 +33,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-cost/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-cost/featureset.yaml
index c905fd9e5..8da5e20d3 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-cost/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-cost/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-cost/opencost.yaml b/charts/opscenter-features/templates/featuresets/opscenter-cost/opencost.yaml
index f81520acc..efb6d2d96 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-cost/opencost.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-cost/opencost.yaml
@@ -100,7 +100,7 @@ spec:
version: "1.18.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "opencost" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/featureset.yaml
index ece285760..40ff7b2b1 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb-opscenter.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb-opscenter.yaml
index 4f53c782c..d4e327dfa 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb-opscenter.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb-opscenter.yaml
@@ -41,7 +41,7 @@ spec:
version: "v2023.10.26-rc.0"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubedb" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb.yaml
index c8a0a1c2a..4857f6fa8 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubedb.yaml
@@ -55,7 +55,7 @@ spec:
version: "v2023.10.26-rc.0"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubedb" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-aws.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-aws.yaml
index bca5a60f4..8426e933c 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-aws.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-aws.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-azure.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-azure.yaml
index c4375d744..b77fc68e3 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-azure.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-azure.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-gcp.yaml b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-gcp.yaml
index cd7e47e1d..660a71047 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-gcp.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-datastore/kubeform/kubeform-provider-gcp.yaml
@@ -38,7 +38,7 @@ spec:
version: "v2023.06.27"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/featureset.yaml
index a0b5a4499..a93b22351 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/grafana-operator.yaml b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/grafana-operator.yaml
index 9ca21b519..af6172c89 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/grafana-operator.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/grafana-operator.yaml
@@ -33,7 +33,7 @@ spec:
version: "v0.0.3"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/kube-grafana-dashboards.yaml b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/kube-grafana-dashboards.yaml
index de10d0575..2a4e1d340 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/kube-grafana-dashboards.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/kube-grafana-dashboards.yaml
@@ -23,5 +23,5 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/monitoring-operator.yaml b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/monitoring-operator.yaml
index 278c3e96b..5a7592dad 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/monitoring-operator.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/monitoring-operator.yaml
@@ -36,7 +36,7 @@ spec:
version: "v0.0.3"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/panopticon.yaml b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/panopticon.yaml
index a6c10eb5f..155467ccb 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-monitoring/panopticon.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-monitoring/panopticon.yaml
@@ -40,7 +40,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-networking/external-dns-operator.yaml b/charts/opscenter-features/templates/featuresets/opscenter-networking/external-dns-operator.yaml
index b890d299f..288fdf50e 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-networking/external-dns-operator.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-networking/external-dns-operator.yaml
@@ -33,7 +33,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-networking/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-networking/featureset.yaml
index 275603ea9..316765258 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-networking/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-networking/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager-gateway.yaml b/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager-gateway.yaml
index cc5d67d92..ae0a0617b 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager-gateway.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager-gateway.yaml
@@ -41,7 +41,7 @@ spec:
version: "v0.0.0-latest"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager.yaml b/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager.yaml
index cf57f79f2..f2666c9f5 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-networking/voyager.yaml
@@ -34,7 +34,7 @@ spec:
version: "v2023.9.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-ocm/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-ocm/featureset.yaml
index 508ed7b6f..cbd162974 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-ocm/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-ocm/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-ocm/kube-ui-server-ocm.yaml b/charts/opscenter-features/templates/featuresets/opscenter-ocm/kube-ui-server-ocm.yaml
index b20c93134..53ba26324 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-ocm/kube-ui-server-ocm.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-ocm/kube-ui-server-ocm.yaml
@@ -36,7 +36,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-ocm/multicluster-controlplane.yaml b/charts/opscenter-features/templates/featuresets/opscenter-ocm/multicluster-controlplane.yaml
index 4d01cd757..0ebbe012e 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-ocm/multicluster-controlplane.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-ocm/multicluster-controlplane.yaml
@@ -50,7 +50,7 @@ spec:
version: "0.2.0"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "ocm" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-presets/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-presets/featureset.yaml
index 2db8c6ba0..673e0bf14 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-presets/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-presets/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-presets/kubestash-presets.yaml b/charts/opscenter-features/templates/featuresets/opscenter-presets/kubestash-presets.yaml
index 9b8657471..1f646640e 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-presets/kubestash-presets.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-presets/kubestash-presets.yaml
@@ -23,5 +23,5 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-presets/stash-presets.yaml b/charts/opscenter-features/templates/featuresets/opscenter-presets/stash-presets.yaml
index 77a24080d..f8eb8daa1 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-presets/stash-presets.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-presets/stash-presets.yaml
@@ -23,5 +23,5 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "appscode" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/falco/falco-ui-server.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/falco/falco-ui-server.yaml
index 11b4144da..3c09ae05f 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/falco/falco-ui-server.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/falco/falco-ui-server.yaml
@@ -37,7 +37,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/featureset.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/featureset.yaml
index 278c68090..8745e6008 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/featureset.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/featureset.yaml
@@ -16,5 +16,5 @@ spec:
sourceRef:
apiGroup: source.toolkit.fluxcd.io
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "bytebuilders-ui" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-constraints.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-constraints.yaml
index 6f0030ddf..2ba428535 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-constraints.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-constraints.yaml
@@ -24,7 +24,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
values:
enable: constraints
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-dashboards.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-dashboards.yaml
index b54547463..dc77ecdcb 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-dashboards.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-dashboards.yaml
@@ -24,5 +24,5 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-templates.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-templates.yaml
index cf05156e1..73a9c962f 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-templates.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/gatekeeper/gatekeeper-templates.yaml
@@ -31,7 +31,7 @@ spec:
version: "v2023.10.1"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
values:
enable: templates
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault-opscenter.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault-opscenter.yaml
index 42a21ed4a..e85267e5c 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault-opscenter.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault-opscenter.yaml
@@ -32,7 +32,7 @@ spec:
version: "v2023.10.26-rc.0"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubevault" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault.yaml
index fcc257a51..3617b60e5 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/kubevault/kubevault.yaml
@@ -40,7 +40,7 @@ spec:
version: "v2023.10.26-rc.0"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubevault" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/templates/featuresets/opscenter-security/trivy/scanner.yaml b/charts/opscenter-features/templates/featuresets/opscenter-security/trivy/scanner.yaml
index 19cdd3be9..41f9dbb9b 100644
--- a/charts/opscenter-features/templates/featuresets/opscenter-security/trivy/scanner.yaml
+++ b/charts/opscenter-features/templates/featuresets/opscenter-security/trivy/scanner.yaml
@@ -37,7 +37,7 @@ spec:
version: "v2023.10.18"
sourceRef:
kind: HelmRepository
- name: {{ ternary .Values.helm.release.channel "kubeops" (has .Values.helm.release.channel (list "stable" "testing")) }}
+ name: {{ ternary .Values.helm.release.channel "appscode-charts-oci" (has .Values.helm.release.channel (list "stable" "testing")) }}
namespace: {{ .Release.Namespace }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
diff --git a/charts/opscenter-features/values.yaml b/charts/opscenter-features/values.yaml
index 8080f2b79..f5cb8d237 100644
--- a/charts/opscenter-features/values.yaml
+++ b/charts/opscenter-features/values.yaml
@@ -54,7 +54,11 @@ helm:
interval: 30m0s
url: oci://ghcr.io/appscode-charts/testing
timeout: 1m0s
- appscode:
+ appscode-charts-oci:
+ interval: 30m0s
+ url: oci://r.appscode.com/charts
+ timeout: 1m0s
+ appscode-charts-legacy:
interval: 30m0s
url: https://charts.appscode.com/stable
timeout: 1m0s
@@ -62,14 +66,6 @@ helm:
interval: 30m0s
url: https://kubernetes-sigs.github.io/aws-ebs-csi-driver
timeout: 1m0s
- bytebuilders-ui:
- interval: 30m0s
- url: oci://r.appscode.com/charts
- timeout: 1m0s
- bytebuilders:
- interval: 30m0s
- url: https://charts.appscode.com/stable
- timeout: 1m0s
cluster-autoscaler:
interval: 30m0s
url: https://kubernetes.github.io/autoscaler
@@ -94,42 +90,14 @@ helm:
interval: 30m0s
url: https://kedacore.github.io/charts
timeout: 1m0s
- kubedb:
- interval: 30m0s
- url: https://charts.appscode.com/stable
- timeout: 1m0s
- kubeops:
- interval: 30m0s
- url: https://charts.appscode.com/stable
- timeout: 1m0s
- kubestash:
- interval: 30m0s
- url: https://charts.appscode.com/stable
- timeout: 1m0s
- kubevault:
- interval: 30m0s
- url: oci://r.appscode.com/charts
- timeout: 1m0s
nats:
interval: 30m0s
- url: https://nats-io.github.io/k8s/helm/charts/
- timeout: 1m0s
- ocm:
- interval: 30m0s
- url: oci://r.appscode.com/charts
- timeout: 1m0s
- opencost:
- interval: 30m0s
- url: oci://r.appscode.com/charts
+ url: https://nats-io.github.io/k8s/helm/charts
timeout: 1m0s
prometheus-community:
interval: 30m0s
url: https://prometheus-community.github.io/helm-charts
timeout: 1m0s
- stashed:
- interval: 30m0s
- url: https://charts.appscode.com/stable
- timeout: 1m0s
clusterManagers: []