The Oracle Cloud Native Environment Application Catalog is Helm repository that contains a set of curated cloud native applications.
The catalog is installed automatically by the Oracle Cloud Native Environment
CLI. It is also possible to install the catalog from the catalog itself, by
installing the ocne-catalog
chart.
Application | Chart | Versions |
---|---|---|
Cluster API Core Controller | core-capi | 1.7.1 |
Cluster API Kubeadm Control Plane Controller | control-plane-capi | 1.7.1 |
Cluster API Kubeadm Bootstrap Controller | bootstrap-capi | 1.7.1 |
Cluster API for Oracle Cloud Infrastructure | oci-capi | 0.15.0 |
Cert Manager | cert-manager | 1.14.5 |
Cert Manager OCI Webhook | cert-manager-webhook-oci | 1.1.0 |
Dex | dex | 2.39.1 |
ExternalIP Webhook | externalip-webhook | 1.0.0 |
Flannel | flannel | 0.22.3 |
Fluent Operator | fluent-operator | 3.2.0 |
Fluentd | fluentd | 1.14.5 |
Grafana | grafana | 7.5.17 |
Ingress Nginx | ingress-nginx | 1.9.6 |
Istio CRDs | istio-base | 1.20.5 |
Istiod | istiod | 1.20.5 |
Istio Egress Gateway | istio-egress | 1.20.5 |
Istio Ingress Gateway | istio-ingress | 1.20.5 |
Kube Prometheus Stack | kube-prometheus-stack | 0.63.0 |
Kube State Metrics | kube-state-metrics | 2.8.2 |
KubeVirt | kubevirt | 1.1.1 |
MetalLB | metallb | 0.13.10 |
Multus | multus | 4.0.2 |
OCI Cloud Controller Manager | oci-ccm | 1.28.0 |
Oracle Cloud Native Environment Application Catalog | ocne-catalog | 2.0.0 |
Prometheus | prometheus | 2.31.1 |
Prometheus Adapter | prometheus-adapter | 0.10.0 |
Prometheus Node Exporter | prometheus-node-exporter | 1.6.1 |
Rook | rook | 1.12.3 |
Tigera Operator with Calico 3.27 | tigera-operator | 1.32.4 |
Oracle Cloud Native Environment Dashboard | ui | 2.0.0 |
Application | Chart | Versions |
---|---|---|
Cert Manager | cert-manager | 1.9.1 |
Istio CRDs | istio-base | 1.19.9 |
Istiod | istiod | 1.19.9 |
Istio Egress Gateway | istio-egress | 1.19.9 |
Istio Ingress Gateway | istio-ingress | 1.19.9 |
KubeVirt | kubevirt | 1.0.1 0.59.0 0.58.0 |
MetalLB | metallb | 0.12.1 |
OCI Cloud Controller Manager | oci-ccm | 1.27.2 |
Rook | rook | 1.11.6 1.10.9 |
Tigera Operator with Calico 3.25 | tigera-operator | 1.29.3 |
make
This will build all charts in the ./charts
directory and package them into
a Helm repository in ./repo
.
To add a chart, simply add it to the ./charts
directory in a subdirectory
named for the chart and chart version. For example, the chart mycoolapp
at
version 2.3.4
would be put inside ./charts/mycoolapp-2.3.4
. All charts
must be created such that the chart version and application version are
identical and are not prefixed with a 'v'.
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide
Please consult the security guide for our responsible security vulnerability disclosure process
Copyright (c) 2023 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.