Giter Site home page Giter Site logo

[Helm] Deployment in version "v1" cannot be handled as a Deployment: unable to parse quantity's suffix about incubator-devlake-helm-chart HOT 4 CLOSED

apache avatar apache commented on June 21, 2024
[Helm] Deployment in version "v1" cannot be handled as a Deployment: unable to parse quantity's suffix

from incubator-devlake-helm-chart.

Comments (4)

ZhangNing10 avatar ZhangNing10 commented on June 21, 2024

Hi @Jojoooo1 , can I know how did you deploy 0.17.0-beta13, I installed without the issue you mentioned here
helm install devlake -n devlake --create-namespace devlake/devlake --version=0.17.0-beta13 --set option.localtime=""

from incubator-devlake-helm-chart.

Jojoooo1 avatar Jojoooo1 commented on June 21, 2024

I am using the following ArgoCD Application @ZhangNing10 :

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: devlake
  namespace: argocd
spec:
  project: default
  syncPolicy:
    syncOptions:
      - ApplyOutOfSyncOnly=true
      - PrunePropagationPolicy=background
      - CreateNamespace=true
  source:
    chart: devlake
    repoURL: https://apache.github.io/incubator-devlake-helm-chart
    targetRevision: 0.17.0-beta13
    helm:
      values: |
        mysql:
          storage:
            class: standard-rwo
            size: 10Gi
          resources:
            requests:
              memory: 256Mi
              cpu: 100m
            limits:
              memory: 256Mi
              cpu: 100m
        grafana:
          resources:
            requests:
              memory: 192i
              cpu: 100m
            limits:
              memory: 192i
              cpu: 100m
        lake:
          storage:
            class: standard-rwo
          resources:
            requests:
              memory: 192i
              cpu: 100m
            limits:
              memory: 192i
              cpu: 100m
        ui:
          resources:
            requests:
              memory: 192i
              cpu: 100m
            limits:
              memory: 192i
              cpu: 100m

  destination:
    server: "https://kubernetes.default.svc"
    namespace: devlake

from incubator-devlake-helm-chart.

ZhangNing10 avatar ZhangNing10 commented on June 21, 2024

Hi @Jojoooo1 , why the memory is 192i?
image

from incubator-devlake-helm-chart.

Jojoooo1 avatar Jojoooo1 commented on June 21, 2024

can't believe I did not see it, thanks for taking the time to answer!

from incubator-devlake-helm-chart.

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.