Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
### Features
- fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
- fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
- feat: bumped helm to 3.17.1
52 changes: 52 additions & 0 deletions docs/operator-manual/resource_actions_builtin.md
Copy link
Collaborator Author

@reggie-k reggie-k Feb 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to helm bump but this is the result of running codegen-local, which was maybe not run at one of the previous changes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aba59ba9511971a71943b5c76f15d52ace1681197bb3f71ed1f0b15caceacb2c helm-v3.17.1-darwin-amd64.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b823a213d8d7937222becc63d9c7bb3d15a090e7ecd1f70f3a583ed39657e21b helm-v3.17.1-darwin-arm64.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b66f3cd28409f29832b1b35b43d9922959a32d795003149707fea84cbcd4469 helm-v3.17.1-linux-amd64.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c86c9b23602d4abbfae39d9634e25ab1d0ea6c4c16c5b154113efe316a402547 helm-v3.17.1-linux-arm64.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4223394f3fca82a7f8e8d083caf6faf0ee0639d8f235071334579237078a2c2e helm-v3.17.1-linux-ppc64le.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fe47e5ee8abd6baef01bb1c4fc995343121bf5fc7dead1f67e97484a441ba9e8 helm-v3.17.1-linux-s390x.tar.gz
2 changes: 1 addition & 1 deletion hack/tool-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Use ./hack/installers/checksums/add-helm-checksums.sh and
# add-kustomize-checksums.sh to help download checksums.
###############################################################################
helm3_version=3.15.4
helm3_version=3.17.1
kubectl_version=1.17.8
kubectx_version=0.6.3
kustomize5_version=5.4.3
Expand Down
Loading