diff --git a/config/samples/config_v1alpha1_clusterprofile.yaml b/config/samples/config_v1alpha1_clusterprofile.yaml index 273e4d07..9a917305 100644 --- a/config/samples/config_v1alpha1_clusterprofile.yaml +++ b/config/samples/config_v1alpha1_clusterprofile.yaml @@ -21,7 +21,7 @@ spec: - repositoryURL: https://helm.nginx.com/stable repositoryName: nginx-stable chartName: nginx-stable/nginx-ingress - chartVersion: 2.4.0 + chartVersion: 2.4.1 releaseName: nginx-latest releaseNamespace: nginx helmChartAction: Install diff --git a/examples/multiple_helm_charts.yaml b/examples/multiple_helm_charts.yaml index 03b16a93..b287d206 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.4.0 + chartVersion: 2.4.1 releaseName: ngix-latest releaseNamespace: nginx helmChartAction: Install