File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1- dependencies:
2- - name: common
3- repository: https://charts.bitnami.com/bitnami
4- version: 2.31.3
5- digest: sha256:53b5a7c27f62754c8dd23f1671729cd25354b29d1b7c7fb7c3c48dc99a041a46
6- generated: "2025-06-12T23:03:53.806763591Z"
1+ dependencies: []
2+ digest: sha256:643d5437104296e21d906ecb15b2c96ad278f20cfc4af53b12bb6069bd853726
3+ generated: "2025-09-02T20:44:08.704423+02:00"
Original file line number Diff line number Diff line change @@ -20,7 +20,4 @@ annotations:
2020 url: https://github.com/docker-library/busybox
2121 - name: Image DockerHub
2222 url: https://hub.docker.com/_/busybox
23- dependencies :
24- - name : common
25- version : 2.31.3
26- repository : https://charts.bitnami.com/bitnami
23+ dependencies : []
Original file line number Diff line number Diff line change 1- {{- $api_version := include "common.capabilities.cronjob.apiVersion" . }}
21{{- $chart_name := include "cronjobs.fullname" . }}
32{{- $chart_labels := include "cronjobs.labels" . }}
43{{- $chart_selector_labels := include "cronjobs.selectorLabels" . }}
1918{{- end }}
2019{{- $checksum := toYaml . | sha256sum | trunc 20 | quote }}
2120---
22- apiVersion : {{ $api_version }}
21+ apiVersion : batch/v1
2322kind : CronJob
2423metadata :
2524 name : {{ $chart_name }}-{{ $name }}
You can’t perform that action at this time.
0 commit comments