Skip to content

Commit

Permalink
Merge pull request #162 from mlbiam/master
Browse files Browse the repository at this point in the history
updates for clustered AMQ, dashbaord
  • Loading branch information
mlbiam authored Jul 25, 2024
2 parents 4fb0b3d + 0edff6e commit b934b53
Show file tree
Hide file tree
Showing 10 changed files with 620 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openunison-k8s-cluster-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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.23
version: 3.0.24

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.0.30
appVersion: 1.0.40
home: https://openunison.github.io.
icon: https://nexus.tremolo.io/repository/images/shield.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion orchestra-login-portal-argocd/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.57
version: 2.3.58

# 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
5 changes: 5 additions & 0 deletions orchestra-login-portal-argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ dashboard:
namespace: "kubernetes-dashboard"
cert_name: "kubernetes-dashboard-certs"
label: "k8s-app=kubernetes-dashboard"
new_label: "app.kubernetes.io/part-of=kubernetes-dashboard"
service_name: kubernetes-dashboard
auth_service_name: kubernetes-dashboard-auth
api_service_name: kubernetes-dashboard-api
web_service_name: kubernetes-dashboard-web
enabled: true

certs:
use_k8s_cm: false

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.52
version: 2.3.53

# 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
Loading

0 comments on commit b934b53

Please sign in to comment.