-
Notifications
You must be signed in to change notification settings - Fork 2
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
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
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
Quality Gate passedIssues Measures |
--- 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
+ |
--- 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: |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
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
0 participants
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:
4.21.1
->4.22.0
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.
This PR has been generated by Renovate Bot.