Browse Source

Publish new changes in catalog

sonicaj 2 years ago
parent
commit
171545519c

+ 0 - 0
community/gitea/1.0.15/Chart.lock → community/gitea/1.0.16/Chart.lock


+ 1 - 1
community/gitea/1.0.15/Chart.yaml → community/gitea/1.0.16/Chart.yaml

@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
 annotations:
   title: Gitea
 type: application
-version: 1.0.15
+version: 1.0.16
 apiVersion: v2
 appVersion: '1.19.0'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/gitea/1.0.15/README.md → community/gitea/1.0.16/README.md


+ 0 - 0
community/gitea/1.0.15/app-readme.md → community/gitea/1.0.16/app-readme.md


+ 0 - 0
community/gitea/1.0.15/charts/common-1.1.0.tgz → community/gitea/1.0.16/charts/common-1.1.0.tgz


+ 0 - 0
community/gitea/1.0.15/ci/basic-values.yaml → community/gitea/1.0.16/ci/basic-values.yaml


+ 0 - 0
community/gitea/1.0.15/ci/https-values.yaml → community/gitea/1.0.16/ci/https-values.yaml


+ 18 - 0
community/gitea/1.0.15/ix_values.yaml → community/gitea/1.0.16/ix_values.yaml

@@ -38,3 +38,21 @@ giteaStorage:
   pgBackup:
     type: ixVolume
     datasetName: pgBackup
+
+notes:
+  custom: |
+    ## Database
+    You can connect to the database using the pgAdmin App from the catalog
+
+    <details>
+      <summary>Database Details</summary>
+
+      - Database: `gitea`
+      - Username: `gitea`
+      - Password: `{{ .Values.giteaDbPass }}`
+      - Host:     `{{ .Values.giteaDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
+      - Port:     `5432`
+
+    </details>
+    {{- $_ := unset .Values "giteaDbPass" }}
+    {{- $_ := unset .Values "giteaDbHost" }}

+ 0 - 0
community/gitea/1.0.15/metadata.yaml → community/gitea/1.0.16/metadata.yaml


+ 0 - 0
community/gitea/1.0.15/migrations/migrate → community/gitea/1.0.16/migrations/migrate


+ 0 - 0
community/gitea/1.0.15/questions.yaml → community/gitea/1.0.16/questions.yaml


+ 0 - 0
community/gitea/1.0.15/templates/NOTES.txt → community/gitea/1.0.16/templates/NOTES.txt


+ 5 - 0
community/gitea/1.0.15/templates/_configuration.tpl → community/gitea/1.0.16/templates/_configuration.tpl

@@ -15,6 +15,11 @@
     {{- $dbPass = ((index .data "POSTGRES_PASSWORD") | b64dec) -}}
   {{- end -}}
 
+  {{/* Temporary set dynamic db details on values,
+  so we can print them on the notes */}}
+  {{- $_ := set .Values "giteaDbPass" $dbPass -}}
+  {{- $_ := set .Values "giteaDbHost" $dbHost -}}
+
   {{ $dbURL := (printf "postgres://%s:%s@%s:5432/%s?sslmode=disable" $dbUser $dbPass $dbHost $dbName) }}
 secret:
   postgres-creds:

+ 0 - 0
community/gitea/1.0.15/templates/_gitea.tpl → community/gitea/1.0.16/templates/_gitea.tpl


+ 0 - 0
community/gitea/1.0.15/templates/_portal.tpl → community/gitea/1.0.16/templates/_portal.tpl


+ 0 - 0
community/gitea/1.0.15/templates/_postgres.tpl → community/gitea/1.0.16/templates/_postgres.tpl


+ 0 - 0
community/gitea/1.0.15/templates/common.yaml → community/gitea/1.0.16/templates/common.yaml