Skip to content

Commit

Permalink
try to bring 1.30 webUI online
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Apr 4, 2023
1 parent 7f4c7b4 commit bfbe2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/base/rucio-webui/rucio-webui-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: rucio-ui
version: ">=1.29.0 <1.30.0"
version: ">=1.30.0 <1.31.0"
sourceRef:
kind: HelmRepository
name: rucio
Expand Down
8 changes: 4 additions & 4 deletions apps/integration/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
- ../base
- ../base/rucio-daemons
- ../base/rucio-server
# - ../base/rucio-webui
- ../base/rucio-webui
- ../base/rucio-probes
- ../base/cms-rucio-cron
- ../base/cms-rucio-cvmfs
Expand All @@ -20,9 +20,9 @@ configMapGenerator:
- name: instance-rucio-daemons
files:
- values.yaml=int-rucio-daemons.yaml
#- name: instance-rucio-webui
# files:
# - values.yaml=int-rucio-webui.yaml
- name: instance-rucio-webui
files:
- values.yaml=int-rucio-webui.yaml
- name: instance-rucio-probes
files:
- values.yaml=int-rucio-probes.yaml
Expand Down

0 comments on commit bfbe2ac

Please sign in to comment.