Skip to content
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 1 commit into from
Sep 21, 2024

Conversation

homeops-bot[bot]
Copy link
Contributor

@homeops-bot homeops-bot bot commented Sep 19, 2024

This PR contains the following updates:

Package Update Change
mastodon (source) patch 7.0.4 -> 7.0.5

Release Notes

bitnami/charts (mastodon)

v7.0.5

  • [bitnami/mastodon] Release 7.0.5 (#​29524)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package                                     | from  | to    |
| ---------- | ------------------------------------------- | ----- | ----- |
| docker     | registry-1.docker.io/bitnamicharts/mastodon | 7.0.4 | 7.0.5 |
@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Sep 19, 2024

--- 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

@homeops-bot
Copy link
Contributor Author

homeops-bot bot commented Sep 19, 2024

--- 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:

@ahinko ahinko merged commit f60159c into main Sep 21, 2024
10 checks passed
@ahinko ahinko deleted the renovate/patch-mastodon branch September 21, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant