-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(container): update mastodon ( 7.0.4 → 7.0.5 ) #3581
Merged
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
| datasource | package | from | to | | ---------- | ------------------------------------------- | ----- | ----- | | docker | registry-1.docker.io/bitnamicharts/mastodon | 7.0.4 | 7.0.5 |
--- kubernetes/main/apps/selfhosted/mastodon/app Kustomization: flux-system/mastodon HelmRelease: selfhosted/mastodon
+++ kubernetes/main/apps/selfhosted/mastodon/app Kustomization: flux-system/mastodon HelmRelease: selfhosted/mastodon
@@ -14,13 +14,13 @@
chart: mastodon
interval: 30m
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
- version: 7.0.4
+ version: 7.0.5
install:
createNamespace: true
remediation:
retries: 3
interval: 30m
maxHistory: 2 |
--- HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-coordinating
+++ HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-coordinating
@@ -41,13 +41,13 @@
fsGroup: 1001
fsGroupChangePolicy: Always
supplementalGroups: []
sysctls: []
initContainers:
- name: sysctl
- image: docker.io/bitnami/os-shell:12-debian-12-r27
+ image: docker.io/bitnami/os-shell:12-debian-12-r30
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -ec
- |
CURRENT=`sysctl -n vm.max_map_count`;
@@ -70,13 +70,13 @@
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
- name: copy-default-plugins
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -116,13 +116,13 @@
subPath: tmp-dir
- name: empty-dir
mountPath: /plugins
subPath: app-plugins-dir
containers:
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-data
+++ HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-data
@@ -41,13 +41,13 @@
fsGroup: 1001
fsGroupChangePolicy: Always
supplementalGroups: []
sysctls: []
initContainers:
- name: sysctl
- image: docker.io/bitnami/os-shell:12-debian-12-r27
+ image: docker.io/bitnami/os-shell:12-debian-12-r30
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -ec
- |
CURRENT=`sysctl -n vm.max_map_count`;
@@ -70,13 +70,13 @@
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
- name: copy-default-plugins
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -116,13 +116,13 @@
subPath: tmp-dir
- name: empty-dir
mountPath: /plugins
subPath: app-plugins-dir
containers:
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -213,13 +213,15 @@
- name: data
mountPath: /bitnami/elasticsearch/data
volumes:
- name: empty-dir
emptyDir: {}
volumeClaimTemplates:
- - metadata:
+ - apiVersion: v1
+ kind: PersistentVolumeClaim
+ metadata:
name: data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
--- HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-ingest
+++ HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-ingest
@@ -41,13 +41,13 @@
fsGroup: 1001
fsGroupChangePolicy: Always
supplementalGroups: []
sysctls: []
initContainers:
- name: sysctl
- image: docker.io/bitnami/os-shell:12-debian-12-r27
+ image: docker.io/bitnami/os-shell:12-debian-12-r30
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -ec
- |
CURRENT=`sysctl -n vm.max_map_count`;
@@ -70,13 +70,13 @@
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
- name: copy-default-plugins
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -116,13 +116,13 @@
subPath: tmp-dir
- name: empty-dir
mountPath: /plugins
subPath: app-plugins-dir
containers:
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-master
+++ HelmRelease: selfhosted/mastodon StatefulSet: selfhosted/mastodon-elasticsearch-master
@@ -41,13 +41,13 @@
fsGroup: 1001
fsGroupChangePolicy: Always
supplementalGroups: []
sysctls: []
initContainers:
- name: sysctl
- image: docker.io/bitnami/os-shell:12-debian-12-r27
+ image: docker.io/bitnami/os-shell:12-debian-12-r30
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -ec
- |
CURRENT=`sysctl -n vm.max_map_count`;
@@ -70,13 +70,13 @@
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi
- name: copy-default-plugins
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -116,13 +116,13 @@
subPath: tmp-dir
- name: empty-dir
mountPath: /plugins
subPath: app-plugins-dir
containers:
- name: elasticsearch
- image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r1
+ image: docker.io/bitnami/elasticsearch:8.15.1-debian-12-r2
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -213,13 +213,15 @@
- name: data
mountPath: /bitnami/elasticsearch/data
volumes:
- name: empty-dir
emptyDir: {}
volumeClaimTemplates:
- - metadata:
+ - apiVersion: v1
+ kind: PersistentVolumeClaim
+ metadata:
name: data
spec:
accessModes:
- ReadWriteOnce
resources:
requests: |
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:
7.0.4
->7.0.5
Release Notes
bitnami/charts (mastodon)
v7.0.5
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.