Dear maintainers,
there seems to be a leftover comment in the updatecli.yaml example in the helm chart guide.
spec:
owner: "jenkins-infra"
repository: "jenkins-wiki-exporter"
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
# Added to take care of "v" prefix in version until the chart is updated to use the semver versioning (which doesn't have the "v" prefix)
versionfilter:
kind: "latest"
|
# Added to take care of "v" prefix in version until the chart is updated to use the semver versioning (which doesn't have the "v" prefix) |
What exactly was added "to take care of the v prefix"? The username? The versionfilter? Was there some kind of transformer or replace thingy before that was removed and the comment was left?
Kind Regards,
Johannes
Dear maintainers,
there seems to be a leftover comment in the updatecli.yaml example in the helm chart guide.
website/assets/code_example/docs/guides/helm-chart/updatecli.yaml
Line 12 in 7f4d924
What exactly was added "to take care of the v prefix"? The
username? Theversionfilter? Was there some kind of transformer or replace thingy before that was removed and the comment was left?Kind Regards,
Johannes