From fdbe3d69e9d0394840ee45ef1515439a1adacb13 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Tue, 12 Nov 2024 11:54:17 -0500 Subject: [PATCH] chore(bump): upgrade helm chart global dependencies (#86) * chore(bump): upgrade helm chart global dependencies * fix: pin cert-manager to v1.15.3 * chore: bump version to v0.8.0 --- charts/harmony-chart/Chart.lock | 18 +++++++++--------- charts/harmony-chart/Chart.yaml | 16 ++++++++-------- charts/harmony-chart/templates/issuer.yaml | 1 - 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/charts/harmony-chart/Chart.lock b/charts/harmony-chart/Chart.lock index 5ab58fe..a7e6384 100644 --- a/charts/harmony-chart/Chart.lock +++ b/charts/harmony-chart/Chart.lock @@ -1,16 +1,16 @@ dependencies: - name: ingress-nginx repository: https://kubernetes.github.io/ingress-nginx - version: 4.4.2 + version: 4.11.2 - name: cert-manager repository: https://charts.jetstack.io - version: v1.13.3 + version: v1.15.3 - name: metrics-server repository: https://kubernetes-sigs.github.io/metrics-server/ - version: 3.8.4 + version: 3.12.1 - name: vertical-pod-autoscaler repository: https://cowboysysop.github.io/charts/ - version: 6.0.3 + version: 9.9.0 - name: elasticsearch repository: https://helm.elastic.co version: 7.17.3 @@ -19,18 +19,18 @@ dependencies: version: 2.13.3 - name: karpenter repository: oci://public.ecr.aws/karpenter - version: v0.29.2 + version: 1.0.0 - name: kube-prometheus-stack repository: https://prometheus-community.github.io/helm-charts - version: 56.6.2 + version: 65.0.0 - name: kubernetes-dashboard repository: https://kubernetes.github.io/dashboard - version: 7.3.1 + version: 7.6.1 - name: velero repository: https://vmware-tanzu.github.io/helm-charts version: 5.2.0 - name: openfaas repository: https://openfaas.github.io/faas-netes version: 14.2.34 -digest: sha256:b636bd16d732d51544ca7223f460e22f45a7132e31e874a789c5fc0cac460a45 -generated: "2024-05-02T12:32:49.796635+04:00" +digest: sha256:548b955e15c04e3eb4a270b4f6a869675d20becad8e75702cf945b214809a63e +generated: "2024-10-07T15:49:37.65074391-05:00" diff --git a/charts/harmony-chart/Chart.yaml b/charts/harmony-chart/Chart.yaml index 17bfe7d..4c46a86 100644 --- a/charts/harmony-chart/Chart.yaml +++ b/charts/harmony-chart/Chart.yaml @@ -5,7 +5,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes to the chart and its # templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.5 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be incremented each time you # make changes to the application. Versions are not expected to follow Semantic Versioning. They should reflect the # version the application is using. It is recommended to use it with quotes. @@ -17,24 +17,24 @@ dependencies: # This is just info for the "helm dependency update" command, which will update the ./charts/ directory when run, using # this information. - name: ingress-nginx - version: "4.4.2" + version: "4.11.2" repository: https://kubernetes.github.io/ingress-nginx condition: ingress-nginx.enabled - name: cert-manager - version: "1.13.3" + version: "1.15.3" repository: https://charts.jetstack.io condition: cert-manager.enabled - name: metrics-server alias: metricsserver - version: "~3.8.3" + version: "3.12.1" repository: https://kubernetes-sigs.github.io/metrics-server/ condition: metricsserver.enabled - name: vertical-pod-autoscaler alias: vpa - version: "~6.0.3" + version: "9.9.0" repository: https://cowboysysop.github.io/charts/ condition: vpa.enabled @@ -49,18 +49,18 @@ dependencies: repository: https://opensearch-project.github.io/helm-charts - name: karpenter - version: "v0.29.2" + version: "1.0.0" repository: oci://public.ecr.aws/karpenter condition: karpenter.enabled - name: kube-prometheus-stack alias: prometheusstack - version: "56.6.2" + version: "65.0.0" condition: prometheusstack.enabled repository: https://prometheus-community.github.io/helm-charts - name: kubernetes-dashboard - version: "7.3.1" + version: "7.6.1" repository: https://kubernetes.github.io/dashboard alias: k8sdashboard condition: k8sdashboard.enabled diff --git a/charts/harmony-chart/templates/issuer.yaml b/charts/harmony-chart/templates/issuer.yaml index d04c0e0..58a4921 100644 --- a/charts/harmony-chart/templates/issuer.yaml +++ b/charts/harmony-chart/templates/issuer.yaml @@ -8,7 +8,6 @@ spec: {{- if index .Values "cert-manager" "email" }} email: {{ index .Values "cert-manager" "email" }} {{- end }} - preferredChain: "" privateKeySecretRef: name: harmony-letsencrypt-global server: https://acme-v02.api.letsencrypt.org/directory