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
4 changes: 2 additions & 2 deletions configs-temporarily-disabled/eln-repo-split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ data:
- strace
- sudo
# asamalik: adding ELN packages
- fedora-release-eln
- fedora-repos-eln
- fedora-eln-release
- fedora-eln-repos


appstream:
Expand Down
4 changes: 2 additions & 2 deletions configs/base-eln-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ data:
#
# (mandatory field)
packages:
- fedora-repos-eln
- fedora-release-eln
- fedora-eln-repos
- fedora-eln-release

# Labels connect things together.
# Workloads get installed in environments with the same label.
Expand Down
4 changes: 2 additions & 2 deletions configs/base-fedora-empty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ data:
#
# (mandatory field)
packages:
- fedora-repos-eln
- fedora-release-eln
- fedora-eln-repos
- fedora-eln-release

# Labels connect things together.
# Workloads get installed in environments with the same label.
Expand Down
2 changes: 1 addition & 1 deletion configs/rhel-sst-cs-databases--containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
- sqlite-devel
- zlib-ng-compat-devel
# common dependency of app containers in s2i-base
- nodejs-npm
- nodejs24-npm
labels:
- eln
- c10s
Loading