-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have multiple applications that share the same chart, which is stored in harbor. The docker images for these applications are stored in harbor. The values.yaml for these applications is created by environment and stored in a separate git repo.
So, I need to watch the following changes at the same time
- image (in harbor)
- values.yaml (in git repo)
- chart (in chart registry with harbor)
The values repo structure looks like this:
$ tree
.
├── README.md
├── app1
│ ├── dev
│ │ └── values.yaml
│ ├── test
│ │ └── values.yaml
│ ├── uat
│ │ └── values.yaml
├── app2
│ ├── dev
│ │ └── values.yaml
│ ├── test
│ │ └── values.yaml
│ ├── uat
│ │ └── values.yaml
......Metadata
Metadata
Assignees
Labels
No labels