Giter Site home page Giter Site logo

Comments (4)

jakobmoellerdev avatar jakobmoellerdev commented on August 11, 2024

This requirement was rejected multiple times because we discourage the soft references via url. This can be bad because the content behind the URL might change or get removed. This is a problem because suddenly your module version is broken without you realising it. Thus I am closing this issue and we will not pursue this.

from template-operator.

manolvalchev avatar manolvalchev commented on August 11, 2024

we discourage the soft references via url.

@jakobmoellersap, The fundamental point in the request is to allow reference of charts (resources in general) from an external repo and not force people to produce duplicate charts (resources in general) in many repos. What problem do you see in referencing released charts (resources in general), e.g. version 1.2.3?

from template-operator.

jakobmoellerdev avatar jakobmoellerdev commented on August 11, 2024

By referencing released charts in URLs you have to make sure the URL is always available and usable. While this is ensured by bundling it into the Module with the kyma CLI, we cannot ensure these guarantees when you are using external references. They are fundamentally not part of our integrity guarantees that we deliver when bundling the chart via OCI image layer. If this is acceptable to you I suggest we add an unsafe mode instead that we can enable and then also support more layer types with external references. WDYT?

from template-operator.

jakobmoellerdev avatar jakobmoellerdev commented on August 11, 2024

I want to emphasise that you do not need double maintenance to correctly bundle your module. Instead you just should not check it out into the operator repository but pull it in a make target. that way during bundling you will still ensure one unique chart version while you can maintain your chart elsewhere.

from template-operator.

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.