Git Product home page Git Product logo

Comments (5)

alvarolop avatar alvarolop commented on August 12, 2024

@ryanemerson I made a conceptual mistake. There is a difference between the name of the release and the name of the server.

The annotation meta.helm.sh/release-name: "{{ }}" should contain the name of the release meta.helm.sh/release-name: {{ .Release.Name }} instead of the name of the Infinispan server meta.helm.sh/release-name: {{ include "infinispan-helm-charts.name" . }}.

The reason is that this is used for Helm versioning. In an app with three services: micA, micB and Infinispan, all should have the same release name, for example my-app, with current configuration, the name of the Helm release must be equal to the name of the infinispan server name.

Current version works now, but with two constrains:

  • Your release name of all the dependencies of the app , must be equal to the name of the infinispan server.
  • Therefore, you can only have one server per Umbrella Helm Chart.

from infinispan-helm-charts.

ryanemerson avatar ryanemerson commented on August 12, 2024

@alvarolop I've created #40, can you confirm this works as expected for your scenario? I'll release a new chart once we have this right.

from infinispan-helm-charts.

alvarolop avatar alvarolop commented on August 12, 2024

Yes, now it works with the helm template --validate . | oc apply -f - mechanism. Thank you very much. I can apply the same resources several times and it does not fail.

from infinispan-helm-charts.

ryanemerson avatar ryanemerson commented on August 12, 2024

Thanks for verifying @alvarolop. openshift-helm-charts/charts#421

from infinispan-helm-charts.

ryanemerson avatar ryanemerson commented on August 12, 2024

@alvarolop The 0.2.1 release should now be available 🎉

from infinispan-helm-charts.

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.