Skip to content
Snippets Groups Projects

chore(deps): update helm release redis to v16.10.0

Merged Stackspin-renovate Bot requested to merge renovate/redis-16.x into main
3 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
1
@@ -24,7 +24,8 @@ include:
.delete_helmrelease: &delete_helmrelease
- cd ${CHART_DIR:-"."}
- ./fully-delete-helmrelease.sh "nc$CI_MERGE_REQUEST_IID" "nc$CI_MERGE_REQUEST_IID"
- kubectl delete namespace "nc$CI_MERGE_REQUEST_IID"
# namespace removal fails if the namespace does not exist (yet), that's not a problem
- kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true
stages:
- lint-helm-chart
Loading