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: update helm chart rook-ceph to v1.9.6 #1061

Merged
merged 1 commit into from
Jun 24, 2022
Merged

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Jun 23, 2022

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.9.5 -> v1.9.6
rook/ceph patch v1.9.5 -> v1.9.6

Release Notes

rook/rook

v1.9.6

Compare Source

Improvements

Rook v1.9.6 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.


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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner June 23, 2022 21:20
@bloopy-boi bloopy-boi bot added renovate/container renovate/helm type/patch area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 23, 2022
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jun 23, 2022

Path: cluster/core/rook-ceph/operator/helm-release.yaml
Version: v1.9.5 -> v1.9.6

@@ -10990,6 +10990,9 @@
 - apiGroups: [""]
 resources: ["serviceaccounts"]
 verbs: ["get"]
+ - apiGroups: [""]
+ resources: ["serviceaccounts/token"]
+ verbs: ["create"]
 ---
 # Source: rook-ceph/templates/clusterrole.yaml
 kind: ClusterRole
@@ -11057,6 +11060,9 @@
 - apiGroups: [""]
 resources: ["serviceaccounts"]
 verbs: ["get"]
+ - apiGroups: [""]
+ resources: ["serviceaccounts/token"]
+ verbs: ["create"]
 ---
 # Source: rook-ceph/templates/psp.yaml
 apiVersion: rbac.authorization.k8s.io/v1
@@ -11870,7 +11876,7 @@
 spec:
 containers:
 - name: rook-ceph-operator
- image: "rook/ceph:v1.9.5"
+ image: "rook/ceph:v1.9.6"
 imagePullPolicy: IfNotPresent
 args: ["ceph", "operator"]
 securityContext:

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Jun 23, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.1s
✅ CREDENTIALS secretlint yes no 1.97s
✅ GIT git_diff yes no 0.04s
✅ KUBERNETES kubeval 2 0 0.33s
✅ YAML prettier 2 0 0 0.55s
✅ YAML yamllint 2 0 0.14s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@h3mmy h3mmy merged commit c5b2224 into main Jun 24, 2022
@h3mmy h3mmy deleted the renovate/rook-ceph-1.9.x branch June 24, 2022 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/container renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant