File tree Expand file tree Collapse file tree
letsencrypt-clusterissuer
servicemesh-operator-ambient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : letsencrypt-clusterissuer
33description : Installs cert-manager operator and creates a Let's Encrypt ACME ClusterIssuer with DNS-01 Route 53 solver (uses IRSA, no static credentials)
4- version : 1.0.2
4+ version : 1.0.3
55type : application
66home : https://rh-mobb.github.io/validated-pattern-helm-charts/
77maintainers :
Original file line number Diff line number Diff line change 1+ {{- if .Values.certManagerRole }}
2+ apiVersion : v1
3+ kind : ServiceAccount
4+ metadata :
5+ name : cert-manager
6+ namespace : cert-manager
7+ annotations :
8+ argocd.argoproj.io/sync-wave : " 4"
9+ argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
10+ eks.amazonaws.com/role-arn : {{ .Values.certManagerRole }}
11+ {{- end }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : servicemesh-operator-ambient
33description : Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44type : application
5- version : 1.1.1
5+ version : 1.1.2
66appVersion : " 3.0"
77dependencies :
88 - name : helper-status-checker
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : {{ .Values.gateway.name }}
66 namespace : {{ .Values.ambient.istio.namespace }}
77 annotations :
8- networking.istio.io/service-type : {{ .Values.gateway.serviceType }}
8+ networking.istio.io/service-type : {{ if .Values.gateway.connectivityLink.enabled }}LoadBalancer{{ else }}{{ .Values.gateway. serviceType }}{{ end }}
99 argocd.argoproj.io/sync-wave : " 3"
1010 argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
1111 {{- if .Values.gateway.connectivityLink.enabled }}
You can’t perform that action at this time.
0 commit comments