Skip to content

tomcat v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 May 00:36
· 1076 commits to main since this release

tomcat v1.0.0

Initial release of the tomcat chart.

Features

  • feat(tomcat): add Apache Tomcat chart (#360)

Other Changes

  • release(tomcat): 1.0.0 [skip ci]

Install

# OCI registry
helm install tomcat oci://ghcr.io/helmforgedev/helm/tomcat --version 1.0.0

# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install tomcat helmforge/tomcat --version 1.0.0