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 .github/actions/cypress/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
with:
repository: open-edge-platform/orch-ui
path: orch-ui
ref: d17f65821d4879b80300d942966ca919f2a51924
ref: 1d2a8182411f24dad5bd317f42fe9f631fdcf01a
persist-credentials: false
- run: git log -1
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion argocd/applications/templates/web-ui-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: orch-ui/charts/orch-ui-admin
targetRevision: 3.2.0
targetRevision: 3.2.1
helm:
releaseName: web-ui
valuesObject:
Expand Down
2 changes: 1 addition & 1 deletion argocd/applications/templates/web-ui-app-orch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: orch-ui/charts/orch-ui-app-orch
targetRevision: 3.2.2
targetRevision: 3.2.3
helm:
releaseName: web-ui
valuesObject:
Expand Down
2 changes: 1 addition & 1 deletion argocd/applications/templates/web-ui-cluster-orch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: orch-ui/charts/orch-ui-cluster-orch
targetRevision: 3.2.2
targetRevision: 3.2.3
helm:
releaseName: web-ui
valuesObject:
Expand Down
2 changes: 1 addition & 1 deletion argocd/applications/templates/web-ui-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: orch-ui/charts/orch-ui-infra
targetRevision: 3.2.4
targetRevision: 3.2.6
helm:
releaseName: web-ui
valuesObject:
Expand Down
2 changes: 1 addition & 1 deletion argocd/applications/templates/web-ui-root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
sources:
- repoURL: {{ required "A valid chartRepoURL entry required!" .Values.argo.chartRepoURL }}
chart: orch-ui/charts/orch-ui-root
targetRevision: 3.2.1
targetRevision: 3.2.3
helm:
releaseName: web-ui
valuesObject:
Expand Down
Loading