Skip to content

Commit daecb74

Browse files
committed
amend! feat(django): Use _helpers for same configurations
feat(django): Use _helpers for same configurations - Add option to include custom secrets/configmap - Add support for cronjobs
1 parent 8a9c009 commit daecb74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/helm-publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- feature/django-dry
89
paths:
910
- 'toggle/**'
1011

toggle/django-app/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: django-app
33
description: "Helm Chart to deploy the Django application"
44
type: application
5-
version: 0.1.1
5+
version: 0.1.1-beta
66
sources:
77
- https://github.com/toggle-corp/charts
88

0 commit comments

Comments
 (0)