From 5ee30f4a28e348711ab0313a07432d4f6b4739cf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Jul 2021 23:52:17 +0200 Subject: [PATCH 1/2] ++readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5acb5f3..649637c 100644 --- a/README.md +++ b/README.md @@ -271,3 +271,14 @@ This will add a password into it. Password only will * Need to have one or more services to map IPv4 * Maybe outside haproxy w/ generic ssl/sni/host mapping * Could even be **inside** haproxy service + +## Flux + Chartmuseum + +* For automatic deployments, we can use flux +* To be able to use flux with our charts, we need a Chartmuseum +* To access a private chartmuseum, we need a shared secret +* Thus we probably do need sops or similar + +-alternative- + +* Using kustomize, local resources can be used From f683416755fddc82790ec549ecdb91e1c4685bf5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 22 Jul 2021 18:41:08 +0200 Subject: [PATCH 2/2] [gitea] update to 1.14.5 --- apps/gitea/Chart.yaml | 2 +- apps/gitea/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gitea/Chart.yaml b/apps/gitea/Chart.yaml index 9594a2b..95096c3 100644 --- a/apps/gitea/Chart.yaml +++ b/apps/gitea/Chart.yaml @@ -21,4 +21,4 @@ version: 0.2.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.14" +appVersion: "1.14.5" diff --git a/apps/gitea/templates/deployment.yaml b/apps/gitea/templates/deployment.yaml index ca293c1..1712368 100644 --- a/apps/gitea/templates/deployment.yaml +++ b/apps/gitea/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: mountPath: "/var/lib/postgresql/data" subPath: postgres - name: gitea - image: gitea/gitea:1.14 + image: gitea/gitea:{{ .Chart.AppVersion }} ports: - containerPort: 22 - containerPort: 3000