Added reminders to star the project to docs (#130)

* Added star text to readme

* updated logo

* updated logo yet again

* updated logo once again

* added footer text to readme

* made logo slightly smaller

* wip

* wip

* wip

* wip

* added footer to all files
This commit is contained in:
iko 2021-10-07 14:16:19 +03:00
parent 4b13590e31
commit 287d15b3e4
Signed by: iko
GPG Key ID: 82C257048D1026F2
14 changed files with 110 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<a href="#"><img src="img/logo.svg" width="400"></img></a>
<a href="#"><img src="img/logo.svg" width="500"></img></a>
</p>
<p align="center">
@ -133,6 +133,13 @@ There are several places where things can go wrong:
If you still have questions, be sure to ask them in our [Octopod Discussions](https://github.com/typeable/octopod/discussions).
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="img/typeable_logo.svg" width="177px"></img></a></p>
[cs]: docs/en/Control_scripts.md

View File

@ -165,3 +165,11 @@ ingress:
nginx.ingress.kubernetes.io/auth-url: "https://oauth.example.com/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth.example.com/oauth2/start?rd=/redirect/$http_host$request_uri"
```
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -306,4 +306,12 @@ echo "application_api_version"
echo "database_version"
```
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>
[configmap]: https://kubernetes.io/docs/concepts/configuration/configmap/

View File

@ -73,11 +73,11 @@ And create one more deployment, this time using a different set of overrides:
**Deployment Overrides:**
| Key | Value |
| ----------------: | ------------------------------------- |
| `chart_name` | `octopod` |
| `chart_repo_url` | `https://typeable.github.io/octopod/` |
| `chart_version` | `0.6.0` |
| Key | Value |
| ---------------: | ------------------------------------- |
| `chart_name` | `octopod` |
| `chart_repo_url` | `https://typeable.github.io/octopod/` |
| `chart_version` | `0.6.0` |
## Where can I get these values?
@ -88,3 +88,11 @@ As in the previous example Octopod parsed the _App Overrides_ from the [chart va
If you're not sure where to get the `chart_version` parameter you can add repo locally using `helm repo add` and then execute `helm search repo <CHART_NAME> -l` too see the whole list of available chart versions.
Now you have Octopod inside Octopod! Try to install your own chart with Octopod!
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -26,3 +26,11 @@ Updating deployments is done using the same arguments, but you need to call the
```bash
octo update -n $NAME -t $IMAGE_TAG
```
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -196,3 +196,11 @@ USAGE:
For more information try --help
```
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -37,3 +37,11 @@ Script will expose octopod ui at `octopod.lvh.me`.
## What next?
Now you may want to check how to [install helm charts](Helm-based_deployment_guide.md) with Octopod.
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -78,3 +78,11 @@ Fot more information see the [integration guide](Integration.md).
- _Octopod Server_ ― the server responsible for managing deployments
- _deployment control scripts_ ― scripts used to interact with your specific environment setup
- _web UI_ ― the interface developers, project managers, QA engineers, etc. use to manage stagings.
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -120,3 +120,11 @@ that, once installed and set up, supports your multi-tier development
workflow at a level that does not require deep technical knowledge. Octopod
simplifies the procedure of creating new servers and allows the
implementation of common CD solutions in just a few clicks.
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -42,3 +42,11 @@ Authentication between _octo CLI_ and _Octopod Server_ is done through special t
[kubernetes-ingress-nginx-external-auth]: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#external-authentication
[kubernetes-rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac
[oauth2-proxy]: https://oauth2-proxy.github.io/oauth2-proxy
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -57,3 +57,11 @@ When setting up Octopod you will need to implement the exact steps required to s
It is easy to set up continuous deployment procedures with Octopod. (Continuous deployment here refers to the process of automatically deploying branches of your repository when they are updated.) This allows you to optimize your development workflow even further.
A not-so-obvious usage might be to set up a staging to be automatically updated with the `master` branch of your project repository. This has the advantage that anyone can at any time easily test the behavior of the `master` branch.
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -258,3 +258,11 @@ _Running_, _Failure_, _Archived_ states are "permanent", meaning the deployment
[kube]: https://kubernetes.io
[chart]: https://helm.sh/docs/topics/charts/
[ingress]: https://kubernetes.io/docs/concepts/services-networking/ingress/
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../../img/typeable_logo.svg" width="177px"></img></a></p>

View File

@ -40,3 +40,11 @@ Also, several environment variables are used to parametrize the default behavior
- chart_name the name of a chart you want to install
These parameters, if set up in the `DEFAULTS` variable, will be passed to every deployment unless overridden in the "deployment overrides" section of an Octopod deployment configuration.
<br />
<p align="center">
<i>Star the project of you like it</i>
</p>
<p align="center"><a href="https://typeable.io"><img src="../img/typeable_logo.svg" width="177px"></img></a></p>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 16 KiB