The Wayback Machine - https://web.archive.org/web/20211124161345/https://github.com/topics/gitops
Skip to content
#

gitops

Here are 586 public repositories matching this topic...

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

flagger
flux2
mortent
mortent commented Nov 11, 2021

We are adding support custom resource ordering in kpt live with the introduction of the depends-on annotation (GoogleContainerTools/kpt#2565). The resource references includes the namespace and name of resources, which means we should make sure they are updated when using the set-namespace and ensure-name-substring functions are used. We should update the functions to

cppforlife
cppforlife commented Nov 12, 2021

Describe the problem/challenge you have
current output

kapp: Error: Applying create packagemetadata/contour.community.tanzu.vmware.com (data.packaging.carvel.dev/v1alpha1) namespace: default:
  Creating resource packagemetadata/contour.community.tanzu.vmware.com (data.packaging.carvel.dev/v1alpha1) namespace: default: internalpackagemetadatas.internal.packaging.carvel.dev "contour.comm
divolgin
divolgin commented Mar 19, 2021

kubectl schemahero get migrations command can output a long list of migrations, with potentially repeating names.

To find the right migration with a tool like grep, we need to look at the what schema files were changed to determine what the name of the migration would be.

It would be nice to list migrations sorted by timestamps or filter by migration state (open/approved/applied)

Improve this page

Add a description, image, and links to the gitops 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 gitops topic, visit your repo's landing page and select "manage topics."

Learn more