From f683416755fddc82790ec549ecdb91e1c4685bf5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 22 Jul 2021 18:41:08 +0200 Subject: [PATCH] [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