Skip to content

Commit

Permalink
Merge branch 'main' into 605-kubernetes-javascript-client
Browse files Browse the repository at this point in the history
  • Loading branch information
leninmehedy committed Jan 24, 2024
2 parents e9555a2 + 1772906 commit 0933869
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 150 deletions.
8 changes: 4 additions & 4 deletions charts/fullstack-deployment/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
repository: https://operator.min.io/
version: 5.0.7
- name: acme-cluster-issuer
repository: ""
version: 0.3.0
repository: https://swirldslabs.github.io/swirldslabs-helm-charts
version: 0.3.1
- name: haproxy-ingress
repository: https://haproxy-ingress.github.io/charts
version: 0.14.5
digest: sha256:08303f21e82e6b77a39f6018638b5ba10f180ae420422296bbc5ddcd9f257c4a
generated: "2024-01-18T13:48:57.467807Z"
digest: sha256:a895d9b9235e22a469f2b274650fa25e2c7fd586eff205bfa473bdfd4cfd0f91
generated: "2024-01-24T16:36:12.619906Z"
5 changes: 2 additions & 3 deletions charts/fullstack-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ dependencies:
condition: cloud.minio.enabled

- name: acme-cluster-issuer
version: 0.3.0
# TODO uncomment #repository: https://swirldslabs.github.io/swirldslabs-helm-charts
# TODO once source chart has been updated: https://github.com/hashgraph/full-stack-testing/issues/635
version: 0.3.1
repository: https://swirldslabs.github.io/swirldslabs-helm-charts
condition: cloud.acmeClusterIssuer.enabled

- name: haproxy-ingress
Expand Down
23 changes: 0 additions & 23 deletions charts/fullstack-deployment/charts/acme-cluster-issuer/.helmignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions charts/fullstack-deployment/charts/acme-cluster-issuer/values.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ metadata:
name: {{ $fullName }}
namespace: {{ include "hedera-explorer.namespace" . }}
spec:
{{- if or $.Values.global.ingressClassName .Values.ingress.className }}
ingressClassName: {{ $.Values.global.ingressClassName | default .Values.ingress.className }}
{{- with (coalesce .Values.global.ingressClassName .Values.ingress.className) }}
ingressClassName: {{ . }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
Expand Down

0 comments on commit 0933869

Please sign in to comment.