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