Move chart version to drone build using tag #93

Merged
techknowlogick merged 2 commits from feat/chart_version into master 2020-12-21 02:05:43 +00:00
Member

Tag name will automatically be used as chart version removing v prefix.

Tag name will automatically be used as chart version removing `v` prefix.
lafriks added the
kind
build
label 2020-12-18 12:45:47 +00:00
lafriks added 1 commit 2020-12-18 12:45:48 +00:00
Move chart version to drone build using tag
All checks were successful
continuous-integration/drone/push Build is passing
e2584b412d
Member

Even though i would like, that we don't need to set the version anymore, it is required for artifact.io:

https://artifacthub.io/packages/helm/gitea/gitea

edit: now that i think about it, im not sure anymore. They might just get the version out of the index on dl.gitea.io

Even though i would like, that we don't need to set the version anymore, it is required for artifact.io: https://artifacthub.io/packages/helm/gitea/gitea edit: now that i think about it, im not sure anymore. They might just get the version out of the index on dl.gitea.io
luhahn approved these changes 2020-12-18 16:26:05 +00:00
Dismissed
luhahn left a comment
Member

Ok tested the version stuff with novum-rgi chart repo. They take all the information out of the uploaded tgz packages.

Ok tested the version stuff with novum-rgi chart repo. They take all the information out of the uploaded tgz packages.
techknowlogick requested changes 2020-12-20 22:55:14 +00:00
Dismissed
techknowlogick left a comment
Owner

few nits, otherwise LGTM

few nits, otherwise LGTM
@ -42,3 +42,3 @@
steps:
- name: generate-chart
pull: default
pull: always

Please change back to "default"

Please change back to "default"
Author
Member

I might not be right but I don't think that's a valid value in drone 1.x, at least I did not find anything in docs about it: https://docs.drone.io/pipeline/docker/syntax/images/

I think that's just backward comapatible artifact from drone 0.8

I might not be right but I don't think that's a valid value in drone 1.x, at least I did not find anything in docs about it: https://docs.drone.io/pipeline/docker/syntax/images/ I think that's just backward comapatible artifact from drone 0.8
First-time contributor

Pretty sure @techknowlogick just wants you to not pull image on every run so we don't run out of limit on Docker Hub, which is bad because then we'd be using outated image forever.

Pretty sure @techknowlogick just wants you to not pull image on every run so we don't run out of limit on Docker Hub, which is bad because then we'd be using outated image forever.
lafriks marked this conversation as resolved
@ -54,3 +54,3 @@
- name: upload-chart
pull: default
pull: always

as above

as above
lafriks marked this conversation as resolved
techknowlogick approved these changes 2020-12-21 02:05:29 +00:00
Dismissed
techknowlogick added 1 commit 2020-12-21 02:05:34 +00:00
Merge branch 'master' into feat/chart_version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
54819916b5
techknowlogick merged commit 9b2e76c9cf into master 2020-12-21 02:05:43 +00:00
lafriks deleted branch feat/chart_version 2020-12-21 05:52:38 +00:00
Sign in to join this conversation.
No description provided.