-
Updated
Aug 3, 2021 - Go
gitops
Here are 513 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Go
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
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
Problem
Installation is not straightforward enough for some users.
Suggestion
Use goreleaser (with a homebrew option for mac users, etc). The resulting installation section of your readme could then look something like [this](https://github.com/scottrigby/example-dep-no-vendor/#example-installati
Describe the feature
I was testing a blue/green strategie within my Kubernetes cluster using flagger and the kubernetes provider.
In the documentation, in the blue/green usage strategie steps, we can see that the traffic should be routed to canary while the primary is promoted https://docs.flagger.app/usage/deployment-strategies#blue-green-deployments
I was assuming that using
-
Updated
Aug 18, 2021 - Go
Using #1671 as an example we could add unit tests for the flux create secret git/helm/tls --export commands and validate the YAML output against golden file.
-
Updated
Aug 18, 2021 - Go
-
Updated
Aug 16, 2021 - Python
Summary
The output of the status command is different if we run status with the --watch flag set to true or false. I am not sure if it was designed in that way, but for me, it is a bit confusing. Let's compare:
kubectl-argo-rollouts status example-spring-boot-prod-01 --namespace test-argo-prod --watch=true
Paused - BlueGreenPause
kubectl-argo-rollouts status example-spring-boot-prod
Summary
Validate Helm Repos as the user adds them.
Motivation
Adding an invalid repo will stop chart deployment as argocd validates all the helm repos before deploying any helm chart.
Proposal
If repo url is : https://helm.devtron.ai/
https://helm.devtron.ai/index.yaml should return a 200 http status
Describe your problem
When users run a mutator (e.g. set-annotations), the output doesn't tell them which files changed. The only way a user can figure out which files were affected is by looking through them manually or doing git status or however they might normally be notified of changes to files.
It would be nice if we were able to notify the user which files changed as a result
-
Updated
Sep 13, 2020 - Go
-
Updated
Jan 5, 2021 - Go
Authentication via Azure/aad-pod-identity for keyvault access could be a good feature to avoid use of clientId/ clientSecret in chart values. Don't you think ?
Expected behavior
When running the terraform step, all plan contents should be visible or there should be a scroll bar.
Actual behavior
A scrollbar never appears, and content clips off the bottom of the screen. If the page zoom is changed, content reflows and a scroll bar appears.
Information
- Ship version:
0.43.1 - Command line run:
ship init ./ship.yaml - Chrome v
valuesFromFile:
chartFileRef:
myScript: path/to/file.js
externalSourceRef:
defaultScript: https://raw.githubusercontent.com/cdenneen/example/master/script.jsresult in equivalent of:
helm install --set-file key=path/to/file.js
myScript: |
const { events, Job } = require("brigadier")
function run(e, project) {
console.log("this iAs a: developer
I want: the dashboard to display ring names I've configured in bedrock.yaml
So that: I can see the right ring name for services in the dashboard
Describe the solution you'd like:
Following the work on microsoft/bedrock#1313, any branch can be associated with any ring name. Currently, the introspection script assumes that the branc
As discussed in slack.
In comparison to skaffold (another deployment tool), kapp only reports if the condition was met or not. I'd like to see more information about the stabilization process e.g:
Waiting for deployments to stabilize...
- production:deployment/demo: creating container service
- production:pod/demo-5cf5f768d4-x9xfr: creating container service
- production:deploy
-
Updated
Aug 17, 2021
What would you like to be added:
Why is this needed:
-
Updated
Feb 9, 2021 - HTML
Currently, SchemaHero assumes that every Postgres table will be deployed to the public schema. It should be possible to specify the schema when defining a table
-
Updated
Jun 27, 2021 - Go
Improve this page
Add a description, image, and links to the gitops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitops topic, visit your repo's landing page and select "manage topics."

Describe the bug
In the official docs, the page for Helm notes that variables can be substituted using the $ character, but do not specify how to escape them. The user should not have to dig through the source code for this information. If this is not a supported feature, then the docs should state this very clearly.
To Reproduce
See https://argo-cd.readthedocs.io/en/stable/user-g