Skip to content
#

helm

Here are 2,485 public repositories matching this topic...

shal
shal commented Jun 23, 2018

Output of helm version:

Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

Output of kubectl version:

Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d
jdomag
jdomag commented Jul 28, 2021

Summary

Add additional parameter to command argocd app rollback [APP] that will perform rollback to previous release. As for now we need to find out previous revision ID from the history and then issue the rollback command.

Motivation

In our CICD we deploy the app with argocd app sync and then run the tests of the application. When the tests fail for any reason, in the next step o

wonderflow
wonderflow commented Jul 6, 2021

Is your feature request related to a problem? Please describe.

Now our component revision is automatically generated with incremental number. It has some drawbacks:

  1. Real users has their own version standard, some version number is business related. They hope the version in kubvela can match with their own revision. So they can have end to end consistency.
  2. Users need to apply appli
LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

arkade
flux2
okteto
lamphuc
lamphuc commented Jan 15, 2021

Is your feature request related to a problem? Please describe.
I want to strictly run my Okteto pods in special worker nodes e.g. GPU enabled.

Describe the solution you'd like
Add nodeSelector and affinity options to Okteto manifest that maps to nodeSelector and affinity in Kubernetes manifest.

Describe alternatives you've considered
2 alternatives to solve this proble

Improve this page

Add a description, image, and links to the helm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."

Learn more