summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorKN4CK3R <admin@oldschoolhack.me>2022-04-19 18:55:35 +0200
committerGitHub <noreply@github.com>2022-04-19 12:55:35 -0400
commit18727df73a00e7d05d3e1a68d6dae521cca7ff49 (patch)
treede06d623e932c8aef1720ac3399d3a7bc658e802 /options
parentb74322dfce8d15e9204900913bb815a7b0ba073f (diff)
downloadgitea-18727df73a00e7d05d3e1a68d6dae521cca7ff49.tar.gz
gitea-18727df73a00e7d05d3e1a68d6dae521cca7ff49.zip
Add Helm Chart registry (#19406)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 5662ed2c40..21bf0c49ea 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3051,6 +3051,9 @@ container.labels.key = Key
container.labels.value = Value
generic.download = Download package from the command line:
generic.documentation = For more information on the generic registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/generic">the documentation</a>.
+helm.registry = Setup this registry from the command line:
+helm.install = To install the package, run the following command:
+helm.documentation = For more information on the Helm registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/helm/">the documentation</a>.
maven.registry = Setup this registry in your project <code>pom.xml</code> file:
maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
maven.install2 = Run via command line: