helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes
Apache License 2.0
15.49k stars 16.81k forks source link

[stable/kured] Bad default values.yaml tag #20433

Closed poochwashere closed 4 years ago

poochwashere commented 4 years ago

Describe the bug The image tag for autolock does not exist in the docker registry.

autolock:
  enabled: true
  image:
    repository: docker.io/bitnami/kubectl
    tag: 1.15.4
  scheduleUnlock: 0 11 * * *
  schedulelock: 0 1 * * *

Version of Helm and Kubernetes:

❯ helm --tls --tiller-namespace=tiller version
Client: &version.Version{SemVer:"v2.14.0", GitCommit:"05811b84a3f93603dd6c2fcfe57944dfa7ab7fd0", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.14.0", GitCommit:"05811b84a3f93603dd6c2fcfe57944dfa7ab7fd0", GitTreeState:"clean"}
❯ k version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-13T11:52:32Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.7", GitCommit:"6c143d35bb11d74970e7bc0b6c45b6bfdffc0bd4", GitTreeState:"clean", BuildDate:"2019-12-11T12:34:17Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}

Which chart: stable/kured

What happened: Failed to pull image.

iller           kured-52ksz                                                2/2     Running             4          7d1h
tiller           kured-lock-1579852800-4jdv9                                1/2     ImagePullBackOff    0          4d22h
tiller           kured-lock-1579914000-zdsb2                                1/2     ImagePullBackOff    0          4d20h
tiller           kured-lock-1580000400-8flm6                                1/2     ImagePullBackOff    0          3d20h
tiller           kured-lock-1580086800-52rxs                                1/2     ImagePullBackOff    0          2d20h
tiller           kured-lock-1580173200-2vrl2                                1/2     ImagePullBackOff    0          44h
tiller           kured-lock-1580259600-dsggq                                1/2     ImagePullBackOff    0          20h
tiller           kured-nmgpc                                                2/2     Running             4          7d1h
tiller           kured-rmwkf                                                2/2     Running             4          7d1h
tiller           kured-sv2j6                                                2/2     Running             4          7d1h
tiller           kured-unlock-1579838400-c5c9w                              1/2     ImagePullBackOff    0          4d22h
tiller           kured-unlock-1579863600-nk2rr                              1/2     ImagePullBackOff    0          4d22h
tiller           kured-unlock-1579950000-9bwqc                              1/2     ImagePullBackOff    0          4d10h
tiller           kured-unlock-1580036400-cwgf7                              1/2     ImagePullBackOff    0          3d10h
tiller           kured-unlock-1580122800-hswzz                              1/2     ImagePullBackOff    0          2d10h
tiller           kured-unlock-1580209200-pr5bt                              1/2     ImagePullBackOff    0          34h
tiller           kured-unlock-1580295600-hl5dt                              1/2     ImagePullBackOff    0          10h
tiller           kured-xz64b                                                2/2     Running             4          6d

What you expected to happen: Image to deploy

How to reproduce it (as minimally and precisely as possible): Deploy chart with...

autolock:
  enabled: true

...and default tag set

Anything else we need to know:

poochwashere commented 4 years ago

https://github.com/poochwashere/charts/tree/master/stable/kured

mtparet commented 4 years ago

@poochwashere PR to switch to an existing version https://github.com/helm/charts/pull/20841