Skip to content

Commit

Permalink
fix!: update ingress and cronjob resources versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jan 18, 2022
1 parent 2eba6a4 commit 11b3bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/cronjob-reconcile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- $nm := include "cmak.name" . -}}
{{- $dict := .Values.image | default (dict "tag" .Chart.Version "repository" (printf "%s/eshepelyuk/cmak2zk" .Values.imageRegistry)) -}}
{{- $image := printf "%s:%s" $dict.repository $dict.tag -}}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ $nm }}-reconcile
Expand Down
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.ingress -}}
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "cmak.name" . | quote }}
Expand Down

0 comments on commit 11b3bb7

Please sign in to comment.