diff --git a/stable/projectsend/8.0.10/app-changelog.md b/stable/projectsend/8.0.10/app-changelog.md deleted file mode 100644 index 450e30856db..00000000000 --- a/stable/projectsend/8.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [projectsend-8.0.10](https://github.com/truecharts/charts/compare/projectsend-8.0.9...projectsend-8.0.10) (2023-09-25) - -### Chore - -- update container image tccr.io/truecharts/projectsend to vlatest ([#12949](https://github.com/truecharts/charts/issues/12949)) - - \ No newline at end of file diff --git a/stable/projectsend/8.0.10/ix_values.yaml b/stable/projectsend/8.0.10/ix_values.yaml deleted file mode 100644 index d485c5e3c1f..00000000000 --- a/stable/projectsend/8.0.10/ix_values.yaml +++ /dev/null @@ -1,96 +0,0 @@ -image: - repository: tccr.io/truecharts/projectsend - pullPolicy: IfNotPresent - tag: vlatest@sha256:1b1cc8e0388d111d113842ea02f1cb76c2c77e223e2054a640aa58871a5e0098 - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - targetPort: 80 - port: 10127 - -workload: - main: - podSpec: - initContainers: - initconfig: - type: install - enabled: true - imageSelector: image - env: - DBNAME: "{{ .Values.mariadb.mariadbDatabase }}" - DBUSER: "{{ .Values.mariadb.mariadbUsername }}" - DBPASS: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: mariadb-password - DBHOST: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' - key: plainhost - command: - - /bin/sh - - -c - args: - - |- - export configFile="/app/www/public/includes/sys.config.php"; - if [ ! -f $configFile ]; - then - echo "Creating initial config file..."; - mkdir -p /config/projectsend; - touch $configFile; - echo "> $configFile; - echo "# This is generated on initial setup of this TrueCharts App" >> $configFile; - echo "# Do not change below values, or DB connection will fail." >> $configFile; - echo "define('DB_DRIVER', 'mysql');" >> $configFile; - echo "define('DB_NAME', '$DBNAME');" >> $configFile; - echo "define('DB_HOST', '$DBHOST');" >> $configFile; - echo "define('DB_USER', '$DBUSER');" >> $configFile; - echo "define('DB_PASSWORD', '$DBPASS');" >> $configFile; - echo "define('MAX_FILESIZE', $MAX_UPLOAD);" >> $configFile; - echo "define('TABLES_PREFIX', 'tbl_');" >> $configFile; - echo "# You can manually change below values if you like." >> $configFile; - echo "define('SITE_LANG', 'en');" >> $configFile; - echo "define('EMAIL_ENCODING', 'utf-8');" >> $configFile; - echo "define('DEBUG', false);" >> $configFile; - echo "# End of generated config values." >> $configFile; - echo "Done!"; - else - echo "Initial config file already exists. Skipping..."; - fi; - containers: - main: - env: - MAX_UPLOAD: 5000 - PHP_MEMORY_LIMIT: "512M" - PHP_MAX_FILE_UPLOAD: 200 - -persistence: - config: - enabled: true - mountPath: "/config" - targetSelectAll: true - data: - enabled: true - mountPath: "/data" - varrun: - enabled: true - -mariadb: - enabled: true - mariadbUsername: projectsend - mariadbDatabase: projectsend - -portal: - open: - enabled: true diff --git a/stable/projectsend/8.0.10/templates/common.yaml b/stable/projectsend/8.0.10/templates/common.yaml deleted file mode 100644 index b51394e00a4..00000000000 --- a/stable/projectsend/8.0.10/templates/common.yaml +++ /dev/null @@ -1 +0,0 @@ -{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/projectsend/8.0.10/CHANGELOG.md b/stable/projectsend/8.0.11/CHANGELOG.md similarity index 92% rename from stable/projectsend/8.0.10/CHANGELOG.md rename to stable/projectsend/8.0.11/CHANGELOG.md index ae17ac823cf..eed463891d9 100644 --- a/stable/projectsend/8.0.10/CHANGELOG.md +++ b/stable/projectsend/8.0.11/CHANGELOG.md @@ -4,6 +4,11 @@ +## [projectsend-8.0.11](https://github.com/truecharts/charts/compare/projectsend-8.0.10...projectsend-8.0.11) (2023-10-01) + + + + ## [projectsend-8.0.10](https://github.com/truecharts/charts/compare/projectsend-8.0.9...projectsend-8.0.10) (2023-09-25) ### Chore @@ -92,8 +97,3 @@ -## [projectsend-7.1.4](https://github.com/truecharts/charts/compare/projectsend-7.1.3...projectsend-7.1.4) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) diff --git a/stable/projectsend/8.0.10/Chart.yaml b/stable/projectsend/8.0.11/Chart.yaml similarity index 98% rename from stable/projectsend/8.0.10/Chart.yaml rename to stable/projectsend/8.0.11/Chart.yaml index 46ef2641b35..ce6f1a589e9 100644 --- a/stable/projectsend/8.0.10/Chart.yaml +++ b/stable/projectsend/8.0.11/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://github.com/projectsend/projectsend type: application -version: 8.0.10 +version: 8.0.11 annotations: truecharts.org/catagories: | - files diff --git a/stable/projectsend/8.0.10/README.md b/stable/projectsend/8.0.11/README.md similarity index 100% rename from stable/projectsend/8.0.10/README.md rename to stable/projectsend/8.0.11/README.md diff --git a/stable/projectsend/8.0.11/app-changelog.md b/stable/projectsend/8.0.11/app-changelog.md new file mode 100644 index 00000000000..7dbea03bfdf --- /dev/null +++ b/stable/projectsend/8.0.11/app-changelog.md @@ -0,0 +1,4 @@ + + +## [projectsend-8.0.11](https://github.com/truecharts/charts/compare/projectsend-8.0.10...projectsend-8.0.11) (2023-10-01) + diff --git a/stable/projectsend/8.0.10/app-readme.md b/stable/projectsend/8.0.11/app-readme.md similarity index 100% rename from stable/projectsend/8.0.10/app-readme.md rename to stable/projectsend/8.0.11/app-readme.md diff --git a/stable/projectsend/8.0.10/charts/common-14.0.1.tgz b/stable/projectsend/8.0.11/charts/common-14.0.1.tgz similarity index 100% rename from stable/projectsend/8.0.10/charts/common-14.0.1.tgz rename to stable/projectsend/8.0.11/charts/common-14.0.1.tgz diff --git a/stable/projectsend/8.0.10/charts/mariadb-7.0.70.tgz b/stable/projectsend/8.0.11/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/projectsend/8.0.10/charts/mariadb-7.0.70.tgz rename to stable/projectsend/8.0.11/charts/mariadb-7.0.70.tgz diff --git a/stable/projectsend/8.0.11/ix_values.yaml b/stable/projectsend/8.0.11/ix_values.yaml new file mode 100644 index 00000000000..29adee07c88 --- /dev/null +++ b/stable/projectsend/8.0.11/ix_values.yaml @@ -0,0 +1,54 @@ +image: + repository: tccr.io/truecharts/projectsend + pullPolicy: IfNotPresent + tag: vlatest@sha256:1b1cc8e0388d111d113842ea02f1cb76c2c77e223e2054a640aa58871a5e0098 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + targetPort: 80 + port: 10127 + +workload: + main: + podSpec: + containers: + main: + env: + MAX_UPLOAD: 5000 + PHP_MEMORY_LIMIT: "512M" + PHP_MAX_FILE_UPLOAD: 200 + +persistence: + config: + enabled: true + mountPath: "/config" + projectsend-config: + enabled: true + type: configmap + objectName: projectsend-config + mountPath: /config/projectsend/sys.config.php + subPath: sys.config.php + readOnly: true + data: + enabled: true + mountPath: "/data" + varrun: + enabled: true + +mariadb: + enabled: true + mariadbUsername: projectsend + mariadbDatabase: projectsend + +portal: + open: + enabled: true diff --git a/stable/projectsend/8.0.10/questions.yaml b/stable/projectsend/8.0.11/questions.yaml similarity index 100% rename from stable/projectsend/8.0.10/questions.yaml rename to stable/projectsend/8.0.11/questions.yaml diff --git a/stable/projectsend/8.0.10/templates/NOTES.txt b/stable/projectsend/8.0.11/templates/NOTES.txt similarity index 100% rename from stable/projectsend/8.0.10/templates/NOTES.txt rename to stable/projectsend/8.0.11/templates/NOTES.txt diff --git a/stable/projectsend/8.0.11/templates/_configmap.tpl b/stable/projectsend/8.0.11/templates/_configmap.tpl new file mode 100644 index 00000000000..08e0ca0b35f --- /dev/null +++ b/stable/projectsend/8.0.11/templates/_configmap.tpl @@ -0,0 +1,28 @@ +{{/* Define the configmap */}} +{{- define "projectsend.configmaps" -}} +{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}} + +{{- $db := .Values.mariadb.mariadbDatabase -}} +{{- $dbuser := .Values.mariadb.mariadbUsername -}} +{{- $dbpassword := .Values.mariadb.creds.mariadbPassword | trimAll "\"" -}} +{{- $dbhost := .Values.mariadb.creds.plainhost | trimAll "\"" -}} + +projectsend-config: + enabled: true + data: + sys.config.php: | +