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

feat(atlantis): update helm-release to v4.22.0 #2626

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
atlantis (source) minor 4.21.1 -> 4.22.0 OpenSSF Scorecard

Release Notes

runatlantis/helm-charts (atlantis)

v4.22.0

Compare Source

A Helm chart for Atlantis https://www.runatlantis.io

What's Changed
New Contributors

Full Changelog: runatlantis/helm-charts@atlantis-4.21.1...atlantis-4.22.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update area/kubernetes cluster/talos-flux labels Mar 6, 2024
Copy link

sonarqubecloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: atlantis/atlantis StatefulSet: atlantis/atlantis

+++ HelmRelease: atlantis/atlantis StatefulSet: atlantis/atlantis

@@ -19,24 +19,27 @@

   template:
     metadata:
       labels:
         app: atlantis
         release: atlantis
       annotations:
-        checksum/repo-config: 964be7c11fce48d7c93cf87be5ae39937f0f9155120995280d3a15c6ff993230
+        checksum/repo-config: 1fb343d15d1dfba32d227ea0819dd9d6dea2a8674505be3cb2ce84c3a2ed901b
         secret.reloader.stakater.com/reload: atlantis-env-secrets
     spec:
       hostNetwork: false
       serviceAccountName: atlantis
       shareProcessNamespace: false
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsUser: 100
       volumes:
+      - name: atlantis-data
+        persistentVolumeClaim:
+          claimName: atlantis-data
       - name: repo-config
         configMap:
           name: atlantis-repo-config
       - name: atlantis-home-dir
         emptyDir: {}
       - name: tmp-dir
@@ -130,17 +133,7 @@

           limits:
             cpu: 1000m
             memory: 1Gi
           requests:
             cpu: 100m
             memory: 1Gi
-  volumeClaimTemplates:
-  - metadata:
-      name: atlantis-data
-    spec:
-      accessModes:
-      - ReadWriteOnce
-      storageClassName: ceph-block
-      resources:
-        requests:
-          storage: 5Gi
 
--- HelmRelease: atlantis/atlantis PersistentVolumeClaim: atlantis/atlantis-data

+++ HelmRelease: atlantis/atlantis PersistentVolumeClaim: atlantis/atlantis-data

@@ -0,0 +1,21 @@

+---
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+  name: atlantis-data
+labels:
+  app: atlantis
+  chart: atlantis-4.22.0
+  helm.sh/chart: atlantis-4.22.0
+  release: atlantis
+  heritage: Helm
+  app.kubernetes.io/instance: atlantis
+  app.kubernetes.io/name: atlantis
+spec:
+  accessModes:
+  - ReadWriteOnce
+  resources:
+    requests:
+      storage: 5Gi
+  storageClassName: ceph-block
+
--- HelmRelease: atlantis/atlantis-tyriis StatefulSet: atlantis/atlantis-tyriis

+++ HelmRelease: atlantis/atlantis-tyriis StatefulSet: atlantis/atlantis-tyriis

@@ -31,12 +31,15 @@

       automountServiceAccountToken: true
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsUser: 100
       volumes:
+      - name: atlantis-data
+        persistentVolumeClaim:
+          claimName: atlantis-tyriis-data
       - name: atlantis-home-dir
         emptyDir: {}
       - name: tmp-dir
         emptyDir: {}
       containers:
       - name: atlantis
@@ -99,17 +102,7 @@

           limits:
             cpu: 1000m
             memory: 1Gi
           requests:
             cpu: 100m
             memory: 1Gi
-  volumeClaimTemplates:
-  - metadata:
-      name: atlantis-data
-    spec:
-      accessModes:
-      - ReadWriteOnce
-      storageClassName: ceph-block
-      resources:
-        requests:
-          storage: 5Gi
 
--- HelmRelease: atlantis/atlantis-tyriis PersistentVolumeClaim: atlantis/atlantis-tyriis-data

+++ HelmRelease: atlantis/atlantis-tyriis PersistentVolumeClaim: atlantis/atlantis-tyriis-data

@@ -0,0 +1,21 @@

+---
+apiVersion: v1
+kind: PersistentVolumeClaim
+metadata:
+  name: atlantis-tyriis-data
+labels:
+  app: atlantis
+  chart: atlantis-4.22.0
+  helm.sh/chart: atlantis-4.22.0
+  release: atlantis-tyriis
+  heritage: Helm
+  app.kubernetes.io/instance: atlantis-tyriis
+  app.kubernetes.io/name: atlantis-tyriis
+spec:
+  accessModes:
+  - ReadWriteOnce
+  resources:
+    requests:
+      storage: 5Gi
+  storageClassName: ceph-block
+

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/atlantis/atlantis/tyriis Kustomization: flux-system/apps-atlantis-tyriis HelmRelease: atlantis/atlantis-tyriis

+++ kubernetes/talos-flux/apps/atlantis/atlantis/tyriis Kustomization: flux-system/apps-atlantis-tyriis HelmRelease: atlantis/atlantis-tyriis

@@ -14,13 +14,13 @@

     spec:
       chart: atlantis
       sourceRef:
         kind: HelmRepository
         name: runatlantis-charts
         namespace: flux-system
-      version: 4.21.1
+      version: 4.22.0
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3
   uninstall:
--- kubernetes/talos-flux/apps/atlantis/atlantis/app Kustomization: flux-system/apps-atlantis HelmRelease: atlantis/atlantis

+++ kubernetes/talos-flux/apps/atlantis/atlantis/app Kustomization: flux-system/apps-atlantis HelmRelease: atlantis/atlantis

@@ -14,13 +14,13 @@

     spec:
       chart: atlantis
       sourceRef:
         kind: HelmRepository
         name: runatlantis-charts
         namespace: flux-system
-      version: 4.21.1
+      version: 4.22.0
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3
   uninstall:

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0.02s
✅ REPOSITORY gitleaks yes no 2.17s
✅ YAML prettier 2 0 0.65s
✅ YAML yamllint 2 0 0.33s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot merged commit 673298b into main Mar 6, 2024
13 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/atlantis-4.x branch March 6, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants