Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
bf930d78
Verified
Commit
bf930d78
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
chore(nextcloud): Upgrade to version 27.1.3
parent
482c484e
No related branches found
Branches containing commit
Tags
rabbitmq-0.4.27
Tags containing commit
No related merge requests found
Pipeline
#18590
failed
1 year ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/nextcloud/Chart.yaml
+2
-2
2 additions, 2 deletions
charts/nextcloud/Chart.yaml
charts/nextcloud/templates/nextcloud-env.yaml
+20
-0
20 additions, 0 deletions
charts/nextcloud/templates/nextcloud-env.yaml
with
22 additions
and
2 deletions
charts/nextcloud/Chart.yaml
+
2
−
2
View file @
bf930d78
...
...
@@ -17,9 +17,9 @@ maintainers:
url
:
https://shivering-isles.com
version
:
3.4.
3
version
:
3.4.
4
# renovate: image=docker.io/library/nextcloud
appVersion
:
"
27.1.
2
"
appVersion
:
"
27.1.
3
"
dependencies
:
-
name
:
postgresql
...
...
This diff is collapsed.
Click to expand it.
charts/nextcloud/templates/nextcloud-env.yaml
0 → 100644
+
20
−
0
View file @
bf930d78
{{
- if not .Values.nextcloud.existingSecret.enabled
}}
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
{{
template "nextcloud.fullname" .
}}
labels
:
app.kubernetes.io/name
:
{{
include "nextcloud.name" .
}}
helm.sh/chart
:
{{
include "nextcloud.chart" .
}}
app.kubernetes.io/instance
:
{{
.Release.Name
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service
}}
type
:
Opaque
stringData
:
{{
- if .Values.phpClientHttpsFix.enabled
}}
OVERWRITEPROTOCOL
:
{{
.Values.phpClientHttpsFix.protocol | quote
}}
{{
- end
}}
NEXTCLOUD_TRUSTED_DOMAINS
:
{{
.Values.nextcloud.host
}}
{{
- if ne (int .Values.nextcloud.update) 0
}}
NEXTCLOUD_UPDATE
:
{{
.Values.nextcloud.update | quote
}}
{{
- end
}}
NEXTCLOUD_DATA_DIR
:
{{
.Values.nextcloud.datadir | quote
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment