Mark helm-repository unbuildable

The chart repository is gone and the building fails.

Change-Id: I205eb2209cb0ccaecee247b95c65ed65bf4ed9e0
This commit is contained in:
Radosław Piliszek 2020-12-23 12:09:07 +01:00
parent 10e4503e7d
commit 31ce22ee25
4 changed files with 10 additions and 2 deletions

View File

@ -31,7 +31,7 @@ grafana,C,C,C,C,N,C
hacluster,N,N,C,C,N,C
haproxy,C,C,C,C,N,C
heat,C,C,C,C,N,C
helm-repository (deprecated),C,C,C,C,N,C
helm-repository (deprecated),N,N,N,N,N,N
horizon,C,C,C,C,N,C
influxdb,N,N,C,C,N,C
ironic,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
31 hacluster,N,N,C,C,N,C
32 haproxy,C,C,C,C,N,C
33 heat,C,C,C,C,N,C
34 helm-repository (deprecated),C,C,C,C,N,C helm-repository (deprecated),N,N,N,N,N,N
35 horizon,C,C,C,C,N,C
36 influxdb,N,N,C,C,N,C
37 ironic,C,C,C,C,N,C

View File

@ -33,7 +33,7 @@ hacluster,C,C,C,C,C,C,N,C
hacluster-pcs,C,C,N,N,C,C,N,C
haproxy,T,T,T,T,T,T,N,C
heat,T,T,T,T,N,T,N,T
helm-repository (deprecated),C,C,N,N,C,C,N,C
helm-repository (deprecated),N,N,N,N,N,N,N,N
horizon,T,T,T,T,T,T,N,T
influxdb,C,C,C,C,C,C,N,C
ironic,T,T,T,T,C,T,N,C

1 Image,CentOS 7,,CentOS 8,,Ubuntu,,Debian
33 hacluster-pcs,C,C,N,N,C,C,N,C
34 haproxy,T,T,T,T,T,T,N,C
35 heat,T,T,T,T,N,T,N,T
36 helm-repository (deprecated),C,C,N,N,C,C,N,C helm-repository (deprecated),N,N,N,N,N,N,N,N
37 horizon,T,T,T,T,T,T,N,T
38 influxdb,C,C,C,C,C,C,N,C
39 ironic,T,T,T,T,C,T,N,C

View File

@ -104,6 +104,7 @@ UNBUILDABLE_IMAGES = {
},
'source': {
"helm-repository", # chart repository is gone
"kuryr-libnetwork", # Could not find a version that satisfies the
# requirement jsonschema>=2.6.0,<3.0.0
"tripleoclient",
@ -115,6 +116,7 @@ UNBUILDABLE_IMAGES = {
"cyborg-base",
"dragonflow-base",
"freezer-base",
"helm-repository", # chart repository is gone
"karbor-base",
"kuryr-base",
"masakari-base",

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
``helm-repository`` image is now unbuildable due to the chart repository
being gone. The image was deprecated and is not known to be used by
any tooling.