chore(owncloud-ocis) move owncloud-ocis to incubator (#10174)

**Description**
Move chart to incubator.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Xstar97TheNoob
2023-07-05 12:57:12 -04:00
committed by GitHub
parent 8dbe7a2f99
commit 1b99058849
10 changed files with 1 additions and 1 deletions
-30
View File
@@ -1,30 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
File diff suppressed because it is too large Load Diff
-32
View File
@@ -1,32 +0,0 @@
apiVersion: v2
appVersion: "3.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
description: ownCloud Infinite Scale is a self-hosted file sync and share server.
home: https://truecharts.org/charts/stable/owncloud-ocis
icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncloud-ocis.png
keywords:
- owncloud
- ocis
- infinite
- scale
- self-hosted
- sync
- share
- server
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: owncloud-ocis
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis
- https://owncloud.dev/ocis/
version: 11.0.15
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
-27
View File
@@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

-154
View File
@@ -1,154 +0,0 @@
# Include{groups}
portals:
open:
# Include{portalLink}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: OCIS_INSECURE
label: "OCIS_INSECURE"
description: "Set to true if you are using self signed certs"
schema:
type: boolean
default: false
- variable: PROXY_TLS
label: "PROXY_TLS"
description: "Set to true if you are traefik"
schema:
type: boolean
default: true
- variable: ACCOUNTS_DEMO_USERS_AND_GROUPS
label: "ACCOUNTS_DEMO_USERS_AND_GROUPS"
description: "Set to false to skip the generation of demo users in the first place"
schema:
type: boolean
default: false
- variable: OCIS_LOG_PRETTY
label: "OCIS_LOG_PRETTY"
description: "OCIS_LOG_PRETTY"
schema:
type: boolean
default: true
- variable: OCIS_LOG_COLOR
label: "OCIS_LOG_COLOR"
description: "OCIS_LOG_COLOR"
schema:
type: boolean
default: true
- variable: PROXY_HTTP_ADDR
label: "PROXY_HTTP_ADDR"
description: "PROXY_HTTP_ADDR"
schema:
type: string
default: "0.0.0.0:9200"
- variable: OCIS_URL
label: "OCIS_URL"
description: "OCIS_URL"
schema:
type: string
default: "https://localhost:9200"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9200
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: data
label: "App Data Storage"
description: "Stores the Application Data."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: config
label: "App Config Storage"
description: "Stores the Application Configuration."
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 568
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}
@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1,20 +0,0 @@
{{/* Define the secrets */}}
{{- define "ocis.secrets" -}}
{{- $secretName := (printf "%s-ocis-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $ocisprevious := lookup "v1" "Secret" .Release.Namespace $secretName }}
enabled: true
data:
{{- if $ocisprevious }}
OCIS_JWT_SECRET: {{ index $ocisprevious.data "OCIS_JWT_SECRET" | b64dec }}
STORAGE_TRANSFER_SECRET: {{ index $ocisprevious.data "STORAGE_TRANSFER_SECRET" | b64dec }}
OCIS_MACHINE_AUTH_API_KEY: {{ index $ocisprevious.data "OCIS_MACHINE_AUTH_API_KEY" | b64dec }}
{{- else }}
{{- $ocis_jwt_secret := randAlphaNum 32 }}
{{- $storage_transfer_secret := randAlphaNum 32 }}
{{- $ocis_machine_auth_api_Key := randAlphaNum 32 }}
OCIS_JWT_SECRET: {{ $ocis_jwt_secret }}
STORAGE_TRANSFER_SECRET: {{ $storage_transfer_secret }}
OCIS_MACHINE_AUTH_API_KEY: {{ $ocis_machine_auth_api_Key }}
{{- end }}
{{- end -}}
@@ -1,11 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for owncloud-ocis */}}
{{- $secrets := include "ocis.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}
-67
View File
@@ -1,67 +0,0 @@
image:
repository: tccr.io/truecharts/ocis
tag: v3.0.0@sha256:55264618b01bec8d712ec829caee909466634702d092c9e1f8e84adc47085a47
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: https
port: 9200
targetPort: 9200
persistence:
data:
enabled: true
mountPath: "/var/lib/ocis"
config:
enabled: true
mountPath: "/etc/ocis"
targetSelectAll: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
initContainers:
init:
type: install
enabled: true
imageSelector: image
command:
- "/bin/sh"
- "-c"
- |
/usr/bin/ocis init > /etc/ocis/password <<'EOF'
yes
EOF
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
OCIS_INSECURE: true
ACCOUNTS_DEMO_USERS_AND_GROUPS: false
OCIS_LOG_PRETTY: true
OCIS_LOG_COLOR: true
PROXY_TLS: false
PROXY_HTTP_ADDR: "0.0.0.0:{{ .Values.service.main.ports.main.port }}"
OCIS_URL: "https://localhost:{{ .Values.service.main.ports.main.port }}"
OCIS_JWT_SECRET:
secretKeyRef:
name: secrets
key: OCIS_JWT_SECRET
STORAGE_TRANSFER_SECRET:
secretKeyRef:
name: secrets
key: STORAGE_TRANSFER_SECRET
OCIS_MACHINE_AUTH_API_KEY:
secretKeyRef:
name: secrets
key: OCIS_MACHINE_AUTH_API_KEY