-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(nextcloud): Update Helm release nextcloud to v6.3.1 #26
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Argo CD Diff PreviewSummary: {base => target}/nextcloud | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-) Diff:diff --git base/nextcloud target/nextcloud
index 5a53920..26d8658 100644
--- base/nextcloud
+++ target/nextcloud
@@ -247,21 +247,21 @@ data:
$CONFIG = array (
'upgrade.disable-web' => true,
);
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nextcloud
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: nextcloud-6.0.3
+ helm.sh/chart: nextcloud-6.3.1
name: nextcloud-config
namespace: nextcloud
---
apiVersion: v1
data:
opcache.conf: |-
php_admin_value[memory_limit] = -1
php_admin_value[opcache.jit_buffer_size] = 8M
php_admin_value[opcache.interned_strings_buffer] = 64
@@ -270,21 +270,21 @@ data:
php_admin_value[opcache.revalidate_freq] = 60
zz-apc.ini: apc.shm_size=128M
zz-memory_limit.ini: memory_limit=1024M
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nextcloud
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: nextcloud-6.0.3
+ helm.sh/chart: nextcloud-6.3.1
name: nextcloud-phpconfig
namespace: nextcloud
---
apiVersion: v1
data:
master.conf: |-
dir /data
# User-supplied master configuration:
rename-command FLUSHDB ""
@@ -304,21 +304,21 @@ data:
rename-command FLUSHALL ""
# End of replica configuration
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-configuration
namespace: nextcloud
---
apiVersion: v1
data:
ping_liveness_local.sh: |-
#!/bin/bash
[[ -f $REDIS_PASSWORD_FILE ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
@@ -413,21 +413,21 @@ data:
exit 1
fi
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-health
namespace: nextcloud
---
apiVersion: v1
data:
start-master.sh: |
#!/bin/bash
[[ -f $REDIS_PASSWORD_FILE ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
@@ -444,35 +444,35 @@ data:
ARGS+=("--include" "/opt/bitnami/redis/etc/master.conf")
exec redis-server "${ARGS[@]}"
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-scripts
namespace: nextcloud
---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nextcloud
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: nextcloud-6.0.3
+ helm.sh/chart: nextcloud-6.3.1
name: nextcloud
namespace: nextcloud
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 80
selector:
app.kubernetes.io/component: app
@@ -539,21 +539,21 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-headless
namespace: nextcloud
spec:
clusterIP: None
ports:
- name: tcp-redis
port: 6379
targetPort: redis
selector:
app.kubernetes.io/instance: nextcloud
@@ -564,21 +564,21 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-master
namespace: nextcloud
spec:
internalTrafficPolicy: Cluster
ports:
- name: tcp-redis
nodePort: null
port: 6379
targetPort: redis
selector:
@@ -607,35 +607,35 @@ metadata:
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-master
namespace: nextcloud
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nextcloud
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: nextcloud-6.0.3
+ helm.sh/chart: nextcloud-6.3.1
name: nextcloud
namespace: nextcloud
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/name: nextcloud
strategy:
@@ -684,21 +684,21 @@ spec:
value: /var/www/html/data
- name: REDIS_HOST
value: nextcloud-redis-master
- name: REDIS_HOST_PORT
value: "6379"
- name: REDIS_HOST_PASSWORD
valueFrom:
secretKeyRef:
key: REDIS_PASSWORD
name: redis
- image: nextcloud:30.0.0-apache
+ image: nextcloud:30.0.3-apache
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
httpGet:
httpHeaders:
- name: Host
value: nc.simulatan.me
path: /status.php
port: 80
initialDelaySeconds: 10
@@ -823,21 +823,21 @@ spec:
value: /var/www/html/data
- name: REDIS_HOST
value: nextcloud-redis-master
- name: REDIS_HOST_PORT
value: "6379"
- name: REDIS_HOST_PASSWORD
valueFrom:
secretKeyRef:
key: REDIS_PASSWORD
name: redis
- image: nextcloud:30.0.0-apache
+ image: nextcloud:30.0.3-apache
imagePullPolicy: IfNotPresent
name: nextcloud-cron
resources: {}
volumeMounts:
- mountPath: /var/www/
name: nextcloud-main
subPath: root
- mountPath: /var/www/html
name: nextcloud-main
subPath: html
@@ -910,20 +910,22 @@ spec:
env:
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
key: USER_NAME
name: nextcloud-postgres
- name: POSTGRES_HOST
value: nextcloud-postgresql
image: docker.io/bitnami/postgresql:16.3.0-debian-12-r10
name: postgresql-isready
+ resources: {}
+ securityContext: {}
nodeSelector:
kubernetes.io/hostname: sim-microserv-debian
securityContext:
fsGroup: 33
volumes:
- name: nextcloud-main
persistentVolumeClaim:
claimName: nextcloud
- name: nextcloud-data
persistentVolumeClaim:
@@ -1115,45 +1117,46 @@ spec:
apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-master
namespace: nextcloud
spec:
replicas: 1
+ revisionHistoryLimit: 10
selector:
matchLabels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/name: redis
serviceName: nextcloud-redis-headless
template:
metadata:
annotations:
checksum/configmap: 86bcc953bb473748a3d3dc60b7c11f34e60c93519234d4c37f42e22ada559d47
checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
checksum/scripts: 560c33ff34d845009b51830c332aa05fa211444d1877d3526d3599be7543aaa5
checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
labels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
spec:
affinity:
nodeAffinity: null
podAffinity: null
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/component: master
@@ -1296,21 +1299,21 @@ kind: Ingress
metadata:
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure,web
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-to-https@kubernetescrd
labels:
app.kubernetes.io/component: app
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: nextcloud
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: nextcloud-6.0.3
+ helm.sh/chart: nextcloud-6.3.1
name: nextcloud
namespace: nextcloud
spec:
ingressClassName: traefik
rules:
- host: nc.simulatan.me
http:
paths:
- backend:
service:
@@ -1352,21 +1355,21 @@ spec:
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis
namespace: nextcloud
spec:
egress:
- {}
ingress:
- ports:
- port: 6379
podSelector:
matchLabels:
@@ -1402,21 +1405,21 @@ spec:
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
labels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis
app.kubernetes.io/version: 7.2.5
argocd.argoproj.io/instance: nextcloud
- helm.sh/chart: redis-19.5.0
+ helm.sh/chart: redis-19.6.4
name: nextcloud-redis-master
namespace: nextcloud
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/component: master
app.kubernetes.io/instance: nextcloud
app.kubernetes.io/name: redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.3
->6.3.1
Release Notes
nextcloud/helm (nextcloud)
v6.3.1
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.3.0...nextcloud-6.3.1
v6.3.0
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.2.4...nextcloud-6.3.0
v6.2.4
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.2.3...nextcloud-6.2.4
v6.2.3
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
New Contributors
Full Changelog: nextcloud/helm@nextcloud-6.2.2...nextcloud-6.2.3
v6.2.2
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.2.1...nextcloud-6.2.2
v6.2.1
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.2.0...nextcloud-6.2.1
v6.2.0
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
New Contributors
Full Changelog: nextcloud/helm@nextcloud-6.1.1...nextcloud-6.2.0
v6.1.1
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
Full Changelog: nextcloud/helm@nextcloud-6.1.0...nextcloud-6.1.1
v6.1.0
Compare Source
A file sharing server that puts the control and security of your own data back into your hands.
What's Changed
New Contributors
Full Changelog: nextcloud/helm@nextcloud-6.0.3...nextcloud-6.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.