Skip to content

Commit

Permalink
Merge pull request #3 from eduNEXT/Jhony/test_release
Browse files Browse the repository at this point in the history
Jhony/test release
  • Loading branch information
jfavellar90 authored Oct 8, 2024
2 parents eb7c275 + 67e00d0 commit 01a20ec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
18 changes: 9 additions & 9 deletions charts/harmony-chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
16 changes: 8 additions & 8 deletions charts/harmony-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion charts/harmony-chart/templates/issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01a20ec

Please sign in to comment.