Skip to content

Commit

Permalink
fix misc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jan 8, 2025
1 parent 099e280 commit eff3ee4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion stable/pg-repack-scheduler/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "pg-repack-scheduler.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/rds-downscaler/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "rds-downscaler.fullname" . }}
Expand Down

0 comments on commit eff3ee4

Please sign in to comment.