This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fons moved on from Weaveworks and in the past half year got busy with other projects (which is entirely understandable). I personally want to thank Fons for all of his involvement in the Flux family of projects and wish him all the best!
Move Fons to maintainer emeritus
Co-authored-by: Hidde Beydals <[email protected]>
Add maintenance note to GitHub templates and README
Specific documentation for HelmRelease Automation
When I tried `kubectl create configmap generic [...]` I got an error. I believe the "generic" template is for secrets, not configmaps.
Fixup configmap in Git GPG documentation
Add PicsArt into flux production users
Add PicsArt to Flux users
…tudios-to-users-list Adds Wildlife Studios to the production users list
We have been using Flux in production for a year. Thanks to everyone for all your excellent work!
Add Belvo as Flux user
Signed-off-by: Sora Morimoto <[email protected]>
Use fossa-contrib/fossa-action instead
…x v2 Need repetition of Flux v1 in maintenance mode + specific ways to stay informed and connected about changes that happen each month/week.
Add maintenance notice to help section
Update next GitOps Days Community Ed in help section
…raEnvsFrom Add value 'extraEnvsFrom' to Helm Chart
This gives more flexibility to .flux.yaml authors, by letting them give a timeout (as a duration e.g., `"30s"`) for each command individually. Signed-off-by: Marshall Ford <[email protected]>
feat: optional command timeout field in config file that defaults to syncTimeout
Signed-off-by: Daniel Holbach <[email protected]>
snap: update build to use go 1.15
Signed-off-by: lalyos <[email protected]>
fix completion
Signed-off-by: Dani <[email protected]>
Signed-off-by: Michael Bridgen <[email protected]>
Version bump and changelog for chart v1.6.0
Update Getting Help section w/ Nov 30 talk
Adding Swoop to the Companies that use Flux in Production <3
Signed-off-by: Stefan Sedich <[email protected]>
Upgrade json-patch to v4.9.0
It's a pain to add to the production users table, as marked _down_, since it involves reflowing all the subsequent entries. Instead, divide the entries into three groups with roughly the same number of entries, and use HTML markup to put them into three columns, with line breaks instead of rows. This means adding an entry is easier; if the columns need to be rebalanced, you can just move the cell divider `</td><td>`. Signed-off-by: Michael Bridgen <[email protected]>
Let productions users table reflow better
Signed-off-by: Daniel Holbach <[email protected]>
snap: move to core20
https://github.com/fluxcd/flux/blob/master/chart/flux/templates/deployment.yaml#L208 ``` - --memcached-hostname={{ .Values.memcached.hostnameOverride | default (printf "%s-memcached" (include "flux.fullname" .)) }} ``` Signed-off-by: Joao Vitor Lacerda Guimaraes <[email protected]>
sets memcached namespace as required by flux deployment
Signed-off-by: Chad Horohoe <[email protected]>
Adds Luma Health to the list of companies using Flux
Signed-off-by: mewzherder <[email protected]>
Update next Flux 2 talk date/time
Signed-off-by: Derek Gaffney <[email protected]>
Signed-off-by: Daniel Holbach <[email protected]>
Point to Flagger website
Add MyFitnessPal to list of production users
The stable chart repo is being deprecated, but it's also moved to https://charts.helm.sh/stable/, and the old location (built into the Helm client) has been removed. Signed-off-by: Michael Bridgen <[email protected]>
stefanprodan
approved these changes
Jan 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Change location of Helm repo "stable"
Signed-off-by: Michael Bridgen <[email protected]>
Signed-off-by: Michael Bridgen <[email protected]>
fa1dbf3
to
1126e73
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This was simply a
git merge --ff-only master
(i.e., no cherry-picking).