Skip to content

Commit

Permalink
Merge pull request #176 from mlbiam/master
Browse files Browse the repository at this point in the history
add operations for activemq
  • Loading branch information
mlbiam authored Sep 17, 2024
2 parents 634fd3c + e4c530e commit eac11d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openunison-k8s-cluster-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 3.0.36
version: 3.0.37

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
month: '*'
seconds: '*/10'
year: '*'
group: admin
group: admin-local
params:
- name: target
value: k8s
Expand Down
2 changes: 1 addition & 1 deletion orchestra-login-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 2.3.55
version: 2.3.56

# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
constraint: "(groups=administrators{{ .Values.openunison.naas.groups.external.suffix }})"
- scope: filter
constraint: "(groups=administrators{{ .Values.openunison.naas.groups.internal.suffix }})"
- scope: filter
constraint: "(groups=operations{{ .Values.openunison.naas.groups.external.suffix }})"
- scope: filter
constraint: "(groups=operations{{ .Values.openunison.naas.groups.internal.suffix }})"
results:
azFail: default-login-failure
auFail: default-login-failure
Expand Down

0 comments on commit eac11d4

Please sign in to comment.