Giter Site home page Giter Site logo

kubernetes-charts-suse-com's Introduction

kubernetes-charts-suse-com's People

Contributors

aarondl avatar c3y1huang avatar cornelius avatar dirkmueller avatar flavio avatar gaktive avatar innobead avatar jandubois avatar jimmykarily avatar jodavis-suse avatar jordimassaguerpla avatar jsuchome avatar kkaempf avatar manuelbuil avatar mjura avatar ml8mr avatar mook-as avatar nwmac avatar richard-cox avatar satadruroy avatar stefannica avatar suse-cf-ci-bot avatar svollath avatar thardeck avatar thehejik avatar vadorovsky avatar viccuad avatar viovanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kubernetes-charts-suse-com's Issues

Error on deployments of cf-usb-sidecar-mysql and cf-usb-sidecar-postgres

After deployments of cf-usb-sidecar-mysql and cf-usb-sidecar-postgres, I have Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1". https://kubernetes.io/blog/2019/09/18/kubernetes-1-16-release-announcement/ mentioned the expected error since CaaSP uses 1.18.2 currently.

In order to support CaaSP K8s version, the following needs to be added in the charts.

{{- if semverCompare ">=1.16" (printf "%s.%s" .Capabilities.KubeVersion.Major (trimSuffix "+" .Capabilities.KubeVersion.Minor) )}}
apiVersion: apps/v1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
kind: Deployment

CI broken

Seems like the current CI is broken, but But I can't open the CI log successfully.
Please help fix the CI issue ๐Ÿ™‡

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.