From 490e9dda4447c955a7119cb3d3188591e7faaa31 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 7 Feb 2022 20:44:10 -0800 Subject: [PATCH] Update version --- gitea-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea-deployment.yaml b/gitea-deployment.yaml index 77c5296..513eeab 100644 --- a/gitea-deployment.yaml +++ b/gitea-deployment.yaml @@ -22,7 +22,7 @@ spec: app: gitea spec: containers: - - image: gitea/gitea:1.16.0 + - image: gitea/gitea:1.16.1 name: gitea envFrom: - configMapRef: @@ -47,4 +47,4 @@ spec: volumes: - name: gitea-persistent-storage persistentVolumeClaim: - claimName: gitea-pvc \ No newline at end of file + claimName: gitea-pvc