Code Monkey home page Code Monkey logo

Comments (6)

monotek avatar monotek commented on July 29, 2024

From which version are you upgrading?

The value for "spec.clusterIP" should be "None" in the dependency charts what also should be the default for a long time:

Elasticsearch: https://github.com/elastic/helm-charts/blame/master/elasticsearch/templates/service.yaml#L66
Memcached: https://github.com/bitnami/charts/blame/master/bitnami/memcached/templates/service.yaml#L20
Postgresql: https://github.com/bitnami/charts/blame/master/bitnami/postgresql/templates/svc-headless.yaml#L18

Zammad chart itself does not even set it: https://github.com/zammad/zammad-helm/blob/master/zammad/templates/service.yaml

So i'm a bit confused where this is coming from.

The extraEnv warning above can be ignored as it's unrelated.

Updating newest version works without issues for me:

 helm upgrade -i zammad .
Release "zammad" does not exist. Installing it now.
coalesce.go:163: warning: skipped value for extraEnv: Not a table.
coalesce.go:163: warning: skipped value for extraEnv: Not a table.
NAME: zammad
LAST DEPLOYED: Wed Mar 31 16:09:44 2021
NAMESPACE: default
STATUS: deployed
REVISION: 1
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=zammad,app.kubernetes.io/instance=zammad" -o jsonpath="{.items[0].metadata.name}")
  echo "Visit http://127.0.0.1:8080 to use your application"
  kubectl --namespace default port-forward $POD_NAME 8080:8080
k get po 
NAME                                READY   STATUS    RESTARTS   AGE
zammad-0                            4/4     Running   0          23m
zammad-master-0                     1/1     Running   0          23m
zammad-memcached-669698f49d-slr9j   1/1     Running   0          23m
zammad-postgresql-0                 1/1     Running   0          23m
 helm upgrade -i zammad .
coalesce.go:163: warning: skipped value for extraEnv: Not a table.
coalesce.go:163: warning: skipped value for extraEnv: Not a table.
Release "zammad" has been upgraded. Happy Helming!
NAME: zammad
LAST DEPLOYED: Wed Mar 31 16:34:17 2021
NAMESPACE: default
STATUS: deployed
REVISION: 2
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=zammad,app.kubernetes.io/instance=zammad" -o jsonpath="{.items[0].metadata.name}")
  echo "Visit http://127.0.0.1:8080 to use your application"
  kubectl --namespace default port-forward $POD_NAME 8080:8080
 k get po 
NAME                                READY   STATUS    RESTARTS   AGE
zammad-0                            4/4     Running   0          24m
zammad-master-0                     1/1     Running   0          24m
zammad-memcached-669698f49d-slr9j   1/1     Running   0          24m
zammad-postgresql-0                 1/1     Running   0          24m

from zammad-helm.

Janus88 avatar Janus88 commented on July 29, 2024

It is a clean install from latest. No upgrading (helm upgrade only for new config values, e.g. ingress enabled true).

With helm 2 it worked without problems.

from zammad-helm.

monotek avatar monotek commented on July 29, 2024

Please post changed values.

from zammad-helm.

Janus88 avatar Janus88 commented on July 29, 2024

It happens as well when i don't change any value! You can easily reproduce this error:

Install: "helm upgrade --install --values C:\temp\values.yaml"
Change in values.yaml: ingress --> enabled --> true
Update: "helm upgrade --install --values C:\temp\values.yaml"

Then the error appears!

from zammad-helm.

monotek avatar monotek commented on July 29, 2024

Still can't reproduce.
Works also with:

helm upgrade --install zammad . --set ingress.enabled=true

from zammad-helm.

stale avatar stale commented on July 29, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from zammad-helm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.