From df1b3c2f2eb3029af4cc946f617cf8bdd89a6987 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Wed, 16 Sep 2026 13:57:12 +0200 Subject: [PATCH] Update examples with current chart versions --- config/samples/config_v1alpha1_clusterprofile.yaml | 4 ++-- config/samples/config_v1beta1_clusterpromotion.yaml | 2 +- examples/calico.yaml | 2 +- examples/cert-manager.yaml | 2 +- examples/cilium.yaml | 2 +- examples/deploy_kubevela.yaml | 2 +- examples/envoy.yaml | 2 +- examples/external_dns.yaml | 2 +- examples/external_secrets_operator.yaml | 2 +- examples/harbor.yaml | 2 +- examples/istio.yaml | 6 +++--- examples/kyverno.yaml | 2 +- examples/multiple_helm_charts.yaml | 4 ++-- examples/nats.yaml | 2 +- examples/prometheus-grafana.yaml | 4 ++-- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/samples/config_v1alpha1_clusterprofile.yaml b/config/samples/config_v1alpha1_clusterprofile.yaml index 5ae6f670..9a68b540 100644 --- a/config/samples/config_v1alpha1_clusterprofile.yaml +++ b/config/samples/config_v1alpha1_clusterprofile.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://kyverno.github.io/kyverno/ repositoryName: kyverno chartName: kyverno/kyverno - chartVersion: 3.8.2 + chartVersion: 3.9.1 releaseName: kyverno-latest releaseNamespace: kyverno values: | @@ -21,7 +21,7 @@ spec: - repositoryURL: https://helm.nginx.com/stable repositoryName: nginx-stable chartName: nginx-stable/nginx-ingress - chartVersion: 2.5.3 + chartVersion: 2.7.2 releaseName: nginx-latest releaseNamespace: nginx helmChartAction: Install diff --git a/config/samples/config_v1beta1_clusterpromotion.yaml b/config/samples/config_v1beta1_clusterpromotion.yaml index 13c1c8cc..f28f99e2 100644 --- a/config/samples/config_v1beta1_clusterpromotion.yaml +++ b/config/samples/config_v1beta1_clusterpromotion.yaml @@ -9,7 +9,7 @@ spec: - repositoryURL: https://kyverno.github.io/kyverno/ repositoryName: kyverno chartName: kyverno/kyverno - chartVersion: 3.8.2 + chartVersion: 3.9.1 releaseName: kyverno-latest releaseNamespace: kyverno helmChartAction: Install diff --git a/examples/calico.yaml b/examples/calico.yaml index 2b98355f..0185e36d 100644 --- a/examples/calico.yaml +++ b/examples/calico.yaml @@ -42,7 +42,7 @@ spec: - repositoryURL: https://projectcalico.docs.tigera.io/charts repositoryName: projectcalico chartName: projectcalico/tigera-operator - chartVersion: v3.32.0 + chartVersion: v3.32.2 releaseName: calico releaseNamespace: tigera-operator helmChartAction: Install diff --git a/examples/cert-manager.yaml b/examples/cert-manager.yaml index d56285f5..0e92465e 100644 --- a/examples/cert-manager.yaml +++ b/examples/cert-manager.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://charts.jetstack.io repositoryName: jetstack chartName: jetstack/cert-manager - chartVersion: v1.20.3 + chartVersion: v1.21.2 releaseName: cert-manager releaseNamespace: cert-manager helmChartAction: Install diff --git a/examples/cilium.yaml b/examples/cilium.yaml index dd326328..87eb2ad9 100644 --- a/examples/cilium.yaml +++ b/examples/cilium.yaml @@ -8,7 +8,7 @@ spec: env: fv helmCharts: - chartName: cilium/cilium - chartVersion: 1.19.5 + chartVersion: 1.20.2 helmChartAction: Install releaseName: cilium releaseNamespace: kube-system diff --git a/examples/deploy_kubevela.yaml b/examples/deploy_kubevela.yaml index 3e6f9833..07c8d4fe 100644 --- a/examples/deploy_kubevela.yaml +++ b/examples/deploy_kubevela.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://kubevela.github.io/charts repositoryName: kubevela chartName: kubevela/vela-core - chartVersion: 1.10.8 + chartVersion: 1.11.0 releaseName: kubevela-core-latest releaseNamespace: vela-system helmChartAction: Install diff --git a/examples/envoy.yaml b/examples/envoy.yaml index d4267a5b..3fa6d34d 100644 --- a/examples/envoy.yaml +++ b/examples/envoy.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: oci://docker.io/envoyproxy repositoryName: envoyproxy chartName: gateway-helm - chartVersion: v1.7.1 + chartVersion: v1.9.1 releaseName: envoy-gateway releaseNamespace: envoy-gateway-system helmChartAction: Install \ No newline at end of file diff --git a/examples/external_dns.yaml b/examples/external_dns.yaml index 6c6e2e3c..f5072518 100644 --- a/examples/external_dns.yaml +++ b/examples/external_dns.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://kubernetes-sigs.github.io/external-dns/ repositoryName: external-dns chartName: external-dns/external-dns - chartVersion: 1.21.1 + chartVersion: 1.22.0 releaseName: external-dns releaseNamespace: external-dns helmChartAction: Install \ No newline at end of file diff --git a/examples/external_secrets_operator.yaml b/examples/external_secrets_operator.yaml index 8db692ce..4c292061 100644 --- a/examples/external_secrets_operator.yaml +++ b/examples/external_secrets_operator.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://charts.external-secrets.io repositoryName: external-secrets chartName: external-secrets/external-secrets - chartVersion: 2.7.0 + chartVersion: 2.10.0 releaseName: external-secrets releaseNamespace: external-secrets helmChartAction: Install diff --git a/examples/harbor.yaml b/examples/harbor.yaml index 56982afa..6b0d6129 100644 --- a/examples/harbor.yaml +++ b/examples/harbor.yaml @@ -13,7 +13,7 @@ spec: - repositoryURL: https://helm.goharbor.io repositoryName: harbor chartName: harbor/harbor - chartVersion: 1.18.3 + chartVersion: 1.19.2 releaseName: harbor releaseNamespace: harbor helmChartAction: Install diff --git a/examples/istio.yaml b/examples/istio.yaml index e7640bbc..60486f29 100644 --- a/examples/istio.yaml +++ b/examples/istio.yaml @@ -11,7 +11,7 @@ spec: - repositoryURL: https://istio-release.storage.googleapis.com/charts repositoryName: istio chartName: istio/base - chartVersion: 1.30.2 + chartVersion: 1.30.4 releaseName: istio-base releaseNamespace: istio-system helmChartAction: Install @@ -20,14 +20,14 @@ spec: - repositoryURL: https://istio-release.storage.googleapis.com/charts repositoryName: istio chartName: istio/istiod - chartVersion: 1.30.2 + chartVersion: 1.30.4 releaseName: istiod releaseNamespace: istio-system helmChartAction: Install - repositoryURL: https://istio-release.storage.googleapis.com/charts repositoryName: istio chartName: istio/gateway - chartVersion: 1.30.2 + chartVersion: 1.30.4 releaseName: istio-ingress releaseNamespace: istio-system helmChartAction: Install diff --git a/examples/kyverno.yaml b/examples/kyverno.yaml index 8a90f1c3..43e66d72 100644 --- a/examples/kyverno.yaml +++ b/examples/kyverno.yaml @@ -17,7 +17,7 @@ spec: - repositoryURL: https://kyverno.github.io/kyverno/ repositoryName: kyverno chartName: kyverno/kyverno - chartVersion: 3.8.2 + chartVersion: 3.9.1 releaseName: kyverno-latest releaseNamespace: kyverno helmChartAction: Install diff --git a/examples/multiple_helm_charts.yaml b/examples/multiple_helm_charts.yaml index 9d764982..a38f2fd1 100644 --- a/examples/multiple_helm_charts.yaml +++ b/examples/multiple_helm_charts.yaml @@ -13,7 +13,7 @@ spec: - repositoryURL: https://helm.nginx.com/stable/ repositoryName: nginx-stable chartName: nginx-stable/nginx-ingress - chartVersion: 2.6.1 + chartVersion: 2.7.2 releaseName: ngix-latest releaseNamespace: nginx helmChartAction: Install @@ -24,7 +24,7 @@ spec: - repositoryURL: https://kyverno.github.io/kyverno/ repositoryName: kyverno chartName: kyverno/kyverno - chartVersion: 3.8.2 + chartVersion: 3.9.1 releaseName: kyverno-latest releaseNamespace: kyverno helmChartAction: Install diff --git a/examples/nats.yaml b/examples/nats.yaml index c7ba7107..9f9c4559 100644 --- a/examples/nats.yaml +++ b/examples/nats.yaml @@ -10,7 +10,7 @@ spec: - repositoryURL: https://nats-io.github.io/k8s/helm/charts/ repositoryName: nats chartName: nats/nats - chartVersion: 2.14.2 + chartVersion: 2.14.6 releaseName: nats releaseNamespace: nats helmChartAction: Install diff --git a/examples/prometheus-grafana.yaml b/examples/prometheus-grafana.yaml index 53980718..a1d8ba8f 100644 --- a/examples/prometheus-grafana.yaml +++ b/examples/prometheus-grafana.yaml @@ -11,14 +11,14 @@ spec: - repositoryURL: https://prometheus-community.github.io/helm-charts repositoryName: prometheus-community chartName: prometheus-community/prometheus - chartVersion: 29.19.0 + chartVersion: 29.30.0 releaseName: prometheus releaseNamespace: prometheus helmChartAction: Install - repositoryURL: https://grafana-community.github.io/helm-charts repositoryName: grafana chartName: grafana/grafana - chartVersion: 12.4.8 + chartVersion: 13.2.5 releaseName: grafana releaseNamespace: grafana helmChartAction: Install