Skip to content

Commit

Permalink
chore(Gitea): update to 1.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jul 13, 2023
1 parent fca79ac commit ed4d3af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.19.3"
const val APP_VERSION = "1.19.4"
const val WORK_DIR = "/data"
}

Expand Down

0 comments on commit ed4d3af

Please sign in to comment.