rename insecure to deprecated

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-09 13:31:49 +02:00
parent 2f6bf84d95
commit 4c027dc2ed
4 changed files with 35 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Copy Apps readme to website
run: |
for train in stable incubator develop non-free insecure; do
for train in stable incubator develop non-free deprecated; do
for chart in ${train}/*; do
if [ -d "${chart}" ]; then
chartname=$(basename ${chart})