You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@
8
8
9
9
Helmsman is a Helm Charts (k8s applications) as Code tool which allows you to automate the deployment/management of your Helm charts from version controlled code.
10
10
11
+
# Why has this repository changed the owner?
12
+
13
+
The previous owner (Praqma company, later Eficode company) of this repository decided to transfer the repository into the hands of current maintainers
14
+
to make sure the project can be developed further with no interruptions and unnecessary dependencies.
15
+
We'll do our best to get it up and running as soon as possible.
16
+
Thank you for your patience and trusting Helmsman with your tasks!
17
+
11
18
# How does it work?
12
19
13
20
Helmsman uses a simple declarative [TOML](https://github.com/toml-lang/toml) file to allow you to describe a desired state for your k8s applications as in the [example toml file](https://github.com/Praqma/helmsman/blob/master/examples/example.toml).
0 commit comments