generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 14
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(helm)!: Update snapshot-controller ( 3.0.6 → 4.0.0 ) [network] #5963
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
github-actions
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/network
labels
Dec 12, 2024
--- kubernetes/network/apps/storage/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: storage/snapshot-controller
+++ kubernetes/network/apps/storage/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: storage/snapshot-controller
@@ -13,13 +13,13 @@
spec:
chart: snapshot-controller
sourceRef:
kind: HelmRepository
name: piraeus
namespace: flux-system
- version: 3.0.6
+ version: 4.0.0
install:
crds: CreateReplace
remediation:
retries: 3
interval: 30m
upgrade: |
--- HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller
+++ HelmRelease: storage/snapshot-controller ClusterRole: storage/snapshot-controller
@@ -59,12 +59,13 @@
- patch
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
+ - create
- get
- list
- watch
- update
- patch
- delete
--- HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller
+++ HelmRelease: storage/snapshot-controller Deployment: storage/snapshot-controller
@@ -28,13 +28,13 @@
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
- image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
+ image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
imagePullPolicy: IfNotPresent
args:
- --http-endpoint=:8080
- --leader-election=true
- --leader-election-namespace=$(NAMESPACE)
ports: |
doug-piranha-bot
bot
force-pushed
the
renovate/network-snapshot-controller-4.x
branch
from
December 13, 2024 15:26
0e5a164
to
44820dd
Compare
Waiting for a longhorn / volsync update |
doug-piranha-bot
bot
force-pushed
the
renovate/network-snapshot-controller-4.x
branch
from
December 16, 2024 16:53
44820dd
to
6a0f650
Compare
haraldkoch
force-pushed
the
main
branch
4 times, most recently
from
December 22, 2024 20:12
e24cd2f
to
1659a2c
Compare
doug-piranha-bot
bot
deleted the
renovate/network-snapshot-controller-4.x
branch
January 9, 2025 15:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
3.0.6
->4.0.0
Release Notes
piraeusdatastore/helm-charts (snapshot-controller)
v4.0.0
Compare Source
Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not.
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.