featurehub-io / featurehub-install

FeatureHub - installation docker images and Helm charts
9 stars 7 forks source link

fix wrong image tag format in values.yaml #40

Closed pyromaniac3010 closed 1 year ago

pyromaniac3010 commented 2 years ago

the default values file has non working image tags:

managementRepository:
  image:
    repository: featurehub/mr
    tag: :1.5.6
edge:
  image:
    repository: featurehub/edge
    tag: :1.5.6
dacha:
  image:
    repository: featurehub/dacha
    tag: :1.5.6

The redundant : leads to the following error:

Failed to apply default image tag "featurehub/dacha::1.5.6": couldn't parse image reference "featurehub/dacha::1.5.6": invalid reference format
rvowles commented 2 years ago

Yes, I spotted that a few days ago and forgot to merge the PR that fixed it, thanks for the reminder!