Code Monkey home page Code Monkey logo

Comments (5)

ashokkkannan avatar ashokkkannan commented on July 3, 2024

Yeah, it is related with v2.14.0 issue. We will fix our manifest in the next release. If possible, till then can you please use v2.13.1

from oci-service-broker.

lsarecz avatar lsarecz commented on July 3, 2024

OK, how can I downgrade to v2.13.1? Or should I reinstall? Sorry for the dumb questions, I'm new with helm.

from oci-service-broker.

ashokkkannan avatar ashokkkannan commented on July 3, 2024

unfortunately, it is not possible to downgrade helm with brew easily. As a temporary workaround, you can download the helm binary directly and use it:

# Download older version of helm to tmp directory
cd /tmp && curl -SL https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-darwin-amd64.tar.gz | tar -zxf - darwin-amd64/helm 
export PATH=/tmp/darwin-amd64:$PATH

# Downgrade tiller version. After this command wait for 10-15 seconds for the upgrade to complete.
helm init --upgrade --wait --force-upgrade

# Verify version
helm version

# install chart using old version
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.1.0/oci-service-broker-1.1.0.tgz  --name oci-service-broker  --set ociCredentials.secretName=ocicredentials  --set storage.etcd.useEmbedded=true  --set tls.enabled=false

Sorry for the lengthy workaround.

from oci-service-broker.

ashokkkannan avatar ashokkkannan commented on July 3, 2024

@lsarecz This issue is fixed in the latest release v1.1.1. Please let us know if you still having this issue with the new version.

from oci-service-broker.

ashokkkannan avatar ashokkkannan commented on July 3, 2024

We are closing this issue as it is fixed. Please reopen if you are still seeing this issue.

from oci-service-broker.

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.