Skip to content

Commit 23a17d7

Browse files
authored
Merge pull request #41 from rh-mobb/foster/acm-stuff
Foster/acm stuff
2 parents 07e5885 + 6cb52c1 commit 23a17d7

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

charts/letsencrypt-clusterissuer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: letsencrypt-clusterissuer
33
description: 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
55
type: application
66
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
77
maintainers:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 }}

charts/servicemesh-operator-ambient/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: servicemesh-operator-ambient
33
description: Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
44
type: application
5-
version: 1.1.1
5+
version: 1.1.2
66
appVersion: "3.0"
77
dependencies:
88
- name: helper-status-checker

charts/servicemesh-operator-ambient/templates/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)