diff --git a/README.md b/README.md index 2b459dd0e..2e3064952 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is loosely based upon the work of [kube-lego](https://github.com/jetstack/kub and has borrowed some wisdom from other similar projects e.g. [kube-cert-manager](https://github.com/PalmStoneGames/kube-cert-manager). -![cert-manager high level overview diagram](/docs/images/high-level-overview.png) +![cert-manager high level overview diagram](./docs/images/high-level-overview.svg) ## Current status diff --git a/docs/images/high-level-overview.png b/docs/images/high-level-overview.png deleted file mode 100644 index e3f6b58cd..000000000 Binary files a/docs/images/high-level-overview.png and /dev/null differ diff --git a/docs/images/high-level-overview.svg b/docs/images/high-level-overview.svg new file mode 100644 index 000000000..2653b5ce7 --- /dev/null +++ b/docs/images/high-level-overview.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index 6968db716..20817e0f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ certificates at a configured time before expiry. It is loosely based upon the work of kube-lego_ and has borrowed some wisdom from other similar projects e.g. kube-cert-manager_. -.. image:: images/high-level-overview.png +.. image:: images/high-level-overview.svg :align: center This is the full technical documentation for the project, and should be used as