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

chore(deps): patch update dependency imageupdateautomation to image.toolkit.fluxcd.io/v1beta2 #289

Merged
merged 2 commits into from
Dec 3, 2024
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.imageUpdateAutomation.create -}}
{{- with .Values.imageUpdateAutomation }}
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation
metadata:
name: {{ include "image-automation.fullname" $ }}
Expand Down
1 change: 0 additions & 1 deletion charts/redpanda-console-oauth2proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ See an example of how the values can be set through a release at the bottom of t
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

# An example of how to set these values and use the helm chart through a release is shown below:

```yaml
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand Down
Loading