Code Monkey home page Code Monkey logo

Comments (7)

alikhtag avatar alikhtag commented on July 30, 2024 1

The command flow is different. One notable addition is one needs to add oci:// when pushing and installing from registry.

helm package chart_dir/
>> Successfully packaged chart and saved it to: $CHART_NAME-$CHART_VERSION.tgz

helm push $CHART_NAME-$CHART_VERSION.tgz oci://your_oci_registry
# is you want to pull it and untar it and then install
helm pull oci://your_oci_registry/$CHART_NAME --version $CHART_VERSION 
tar -xzf $CHART_NAME-$CHART_VERSION.tgz 
helm install RELEASE_NAME  CHART_NAME/

# No need to pull one can install directly from oci
helm install RELEASE_NAME oci://your_oci_registry/$CHART_NAME --version $CHART_VERSION 

from setup-helm.

jsinh avatar jsinh commented on July 30, 2024

@alikhtag Is it safe to assume that we don't need to do: helm save part - helm pull will save it to a local folder? Pardon me if I am not asking it in right way, I am a little bit new to this

from setup-helm.

alikhtag avatar alikhtag commented on July 30, 2024

@jsinh Yes, you can just do helm install RELEASE_NAME oci://your_oci_registry/$CHART_NAME --version $CHART_VERSION without helm pull
And yes helm pull just pulls a tarball gzip in working directory.
helm chart save was somewhat replaced by helm package, by somewhat I mean that helm chart save used to tag the helm chart OCI image as well.

from setup-helm.

jsinh avatar jsinh commented on July 30, 2024

@alikhtag Got it thanks

from setup-helm.

github-actions avatar github-actions commented on July 30, 2024

This issue is idle because it has been open for 14 days with no activity.

from setup-helm.

qpetraroia avatar qpetraroia commented on July 30, 2024

Hi @jsinh,

Did @alikhtag help you solve your issue? Can this be closed?

from setup-helm.

jsinh avatar jsinh commented on July 30, 2024

@qpetraroia Yes @alikhtag response helps solve my block. Using the above example and update documentation I am about to use the latest HELM CLI for all installs and upgrades.

Thanks & Cheers!

from setup-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.