Skip to content

Commit

Permalink
chore(Gitea): update app version to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz authored and pmig committed Aug 1, 2023
1 parent c8a49c2 commit d94899e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import io.fabric8.kubernetes.model.annotation.Version
class Gitea : CustomResource<GiteaSpec, GiteaStatus>(), 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"
}

Expand Down

0 comments on commit d94899e

Please sign in to comment.