From d94899eb64eeec16556eb6aade249bd1ebde401a Mon Sep 17 00:00:00 2001 From: Jakob Steiner Date: Tue, 1 Aug 2023 14:09:36 +0200 Subject: [PATCH] chore(Gitea): update app version to 1.20.2 --- .../src/main/kotlin/eu/glasskube/operator/apps/gitea/Gitea.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/src/main/kotlin/eu/glasskube/operator/apps/gitea/Gitea.kt b/operator/src/main/kotlin/eu/glasskube/operator/apps/gitea/Gitea.kt index a8dca284..f4810829 100644 --- a/operator/src/main/kotlin/eu/glasskube/operator/apps/gitea/Gitea.kt +++ b/operator/src/main/kotlin/eu/glasskube/operator/apps/gitea/Gitea.kt @@ -15,7 +15,7 @@ import io.fabric8.kubernetes.model.annotation.Version class Gitea : CustomResource(), Namespaced { companion object { const val APP_NAME = "gitea" - const val APP_VERSION = "1.20.1" + const val APP_VERSION = "1.20.2" const val WORK_DIR = "/data" }