-
Notifications
You must be signed in to change notification settings - Fork 3
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: update minio image tag; nats imagePullSecrets #235
base: main
Are you sure you want to change the base?
Conversation
{{- end }} | ||
{{- end }} | ||
{{- range . }} | ||
{{- if typeIs "slice" . }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the case of the slice so supposed to handle? You are ranging here so the .
is referring to the entity in the list, something like this?
imagePullSecrets:
- ['secret1', 'secret2']
@@ -74,7 +74,7 @@ extraDeploy: [] | |||
image: | |||
registry: docker.io | |||
repository: bitnami/minio | |||
tag: 2024.10.29-debian-12-r0 | |||
tag: 2024.11.7-debian-12-r1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the image inventory docs after this there is a github workflow there it will push to a branch
Checklist: