File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ steps:
116116 commands :
117117 - IMAGE_TAG=$([ ! -z $DRONE_TAG ] && echo ${DRONE_TAG:1} || echo \"canary\")
118118 - sed -i "s/imageTag:\ \"canary\"/imageTag:\ $IMAGE_TAG/g" charts/registry/values.yaml
119- - helm package charts/registry --version ${DRONE_TAG:-v1.0.0}
119+ - helm package -u charts/registry --version ${DRONE_TAG:-v1.0.0}
120120 - curl -u $CHARTMUSEUM_USERNAME:$CHARTMUSEUM_PASSWORD -F chart=@registry-${DRONE_TAG:-v1.0.0}.tgz "$CHARTMUSEUM_API/api/$([ -z $DRONE_TAG ] && echo testing || echo stable)/charts"
121121 environment :
122122 CHARTMUSEUM_USERNAME :
Original file line number Diff line number Diff line change 11name : registry
22home : https://github.com/drycc/registry
3- version : v1.0.0
3+ apiVersion : v2
4+ dependencies :
5+ - name : common
6+ repository : https://charts.drycc.cc/stable
7+ version : 1.x.x
48description : Docker registry for Drycc Workflow.
59maintainers :
610 - name : Drycc Team
711 email : engineering@drycc.com
12+ version : v1.0.0
Original file line number Diff line number Diff line change 2222 labels :
2323 app : drycc-registry
2424 spec :
25- {{- if .Values.global.common }}
26- {{- include "common.affinity" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
27- {{- end }}
25+ {{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
2826 serviceAccount : drycc-registry
2927 initContainers :
3028 - name : drycc-registry-init
You can’t perform that action at this time.
0 commit comments