Giter Site home page Giter Site logo

sync is broken with v6.8.0 about argo-helm HOT 4 CLOSED

jascsch avatar jascsch commented on August 16, 2024
sync is broken with v6.8.0

from argo-helm.

Comments (4)

jascsch avatar jascsch commented on August 16, 2024

example manifest of redis cache:

project: default
destination:
  server: 'https://kubernetes.default.svc'
  namespace: prod
sources:
  - repoURL: >-
      https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
    targetRevision: '*'
    helm:
      valueFiles:
        - $valuesRepo/prod-cluster/tools/redis/values.yaml
      releaseName: redis
    chart: redis
  - repoURL: 'https://git.xxx.com/LES/argo.git'
    targetRevision: HEAD
    ref: valuesRepo

values.yaml

global:
  imageRegistry: registry-xxx.net/dockerhub
image:
  repository: bitnami/redis

architecture: standalone

auth:
  enabled: true
  existingSecret: "redis-secret"

master:
  resources:
    limits:
      cpu: 100m
      memory: 128Mi
      ephemeral-storage: "100Mi"
    requests:
      cpu: 50m
      memory: 64Mi
      ephemeral-storage: "50Mi"

from argo-helm.

yu-croco avatar yu-croco commented on August 16, 2024

Hi @jascsch , thank you for reporting.
Since argo-helm focus on providing Helm chart, not ArgoCD itself, can you please also open an issue at upstream ?

from argo-helm.

jascsch avatar jascsch commented on August 16, 2024

@yu-croco I created an issue at upstream, too: argoproj/argo-cd#18190

from argo-helm.

pdrastil avatar pdrastil commented on August 16, 2024

Closing this as the bug is tracked in upstream. We will release new chart when patch is available.

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