From f150310f42c7b115b7cbd8b35bbc27c9a39c941e Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 20 Sep 2022 22:13:54 +0200 Subject: [PATCH] chore(about): add some more aspects in about me --- content/about.md | 4 ++-- deploy/helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/about.md b/content/about.md index b07cbce..35aa976 100644 --- a/content/about.md +++ b/content/about.md @@ -4,6 +4,6 @@ button: 'About me' weight: 1 --- -My name's Peter. I'm a passionate software developer especially interested in all kind of networking stuff but also asynchronous data processing, software architecture, testing and automatic software quality analysis and many more. +My name's Peter. I'm a passionate software developer especially interested in all kind of networking stuff but also asynchronous data processing, software architecture, distributed computing, testing and automatic software quality analysis and many more. -I'm the author of [InetMock](https://gitlab.com/inetmock/inetmock) and [Goveal](https://github.com/baez90/goveal) (more on [projects](/projects)) but I'm also trying to contribute to other open source projects. \ No newline at end of file +I'm the author of [InetMock](https://gitlab.com/inetmock/inetmock) and [Goveal](https://github.com/baez90/goveal) (more on [projects](/projects)) but I'm also trying to contribute to other open source projects like [testcontainers-go](https://github.com/testcontainers/testcontainers-go) \ No newline at end of file diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index ad1212f..b1719d2 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/baez90/baez90.github.io + repository: code.icb4dc0.de/prskr/blog pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest"