Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/acm-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
version: 1.1.0
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
name: acm-operator
version: 0.5.21
version: 0.5.22
apiVersion: v2
description: Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management
2 changes: 1 addition & 1 deletion charts/acm-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ argocd:
helmRepoUrl: https://rh-mobb.github.io/validated-pattern-helm-charts/
chart: app-of-apps-application
project: application-ns-project
targetRevision: 1.5.5
targetRevision: 1.5.6
gitRepoUrl: https://github.com/rh-mobb/rosa-cluster-config.git
adGroup: PFAUTHAD
# gitPathFile will be constructed dynamically as: {{metadata.labels.environment}}/{{name}}/applications-ns.yaml
Expand Down
2 changes: 1 addition & 1 deletion charts/application-gitops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Chart to generate argocd apps
name: application-gitops
version: 1.6.2
version: 1.6.3
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
maintainers:
- name: rh-mobb
2 changes: 1 addition & 1 deletion charts/application-gitops/templates/argocd-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
applicationInstanceLabelKey: argocd.argoproj.io/instance
applicationSet:
sourceNamespaces:
- '*-team'
- istio-demo-team
resources:
limits:
cpu: '1'
Expand Down
2 changes: 1 addition & 1 deletion charts/servicemesh-operator-ambient/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: servicemesh-operator-ambient
description: Helm chart for deploying Red Hat OpenShift Service Mesh 3 Operator
type: application
version: 1.0.1
version: 1.0.2
appVersion: "3.0"
dependencies:
- name: helper-status-checker
Expand Down
11 changes: 11 additions & 0 deletions charts/servicemesh-operator-ambient/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ ambient:
namespace: ztunnel
version: ""

gateway:
enabled: false
name: istio-ingress
serviceType: ClusterIP
listeners:
- name: http
port: 80
protocol: HTTP
route:
enabled: false

helper-status-checker:
enabled: true
approver: true
Expand Down
Loading